body, h2, input, button, select, option, textarea, div {
    font-family: Georgia, georgia serif;
}
.localbutton {
    background-color: white;
    border: 4px solid #2471A3;
    color: #2471A3;
    padding: 12px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
	width: 200px;
}
.data {
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
table-layout:fixed;
word-wrap:break-word;
text-align: center;
}

.button {
    position: relative;
    background-color: #eee;
    border: solid;
    font-size: 30px;
    color: #FFFFFF;
    padding: 20px;
    width: 250px;
	height: 200px;
    text-align: center;
    -webkit-transition-duration: 0.8s; /* Safari */
    transition-duration: 0.8s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
.popupbutton {
    position: relative;
    background-color: #4CAF50;
    border: none;
    font-size: 20px;
	font-weight: bold;
    color: #FFFFFF;
    padding: 20px;
    width: 100%;
	height: 100px;
    text-align: center;
    cursor: pointer;
}

.button:after {
    content: "";
    background: #f1f1f1;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 1.6s
}

.button:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #eee;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
}
.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
}

/* Modal Content */
.modal-content2 {
    background-color: #eee;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
}
/* The Close Button */
.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}
.dropbtn {
    background-color: white;
    color: #9ad3de;
    padding: 16px;
       border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    right: 60px;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a, p, span {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #E74C3C}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #E74C3C;
}
table,h1,td,th,p
{
font-family: Garamond
}
.borderedcell
{
	
	 border-bottom: 4px solid black;
   	text-align: left;
	font-weight: bold;
}
.bottomtotal
{
	border-top: 4px solid black;
	border-bottom: 4px solid black;
    text-align: left;
	font-weight: bold;
}
.tabledataborder
{
	border-left: 1px dashed black;
	border-right: 1px dashed black;
}


th {
	line-height:0.75em;
}
#section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
}