* {
  font-family: sans-serif;
}

.landing {
  font-size: 120%;
  line-height: 200%;
}

.error {
  font-weight: bold;
  color: #FF0000;
}

.header {
  text-align: center;
  font-size: 200%;
  background-color: #36407F;
  color: #FFFFFF;
    
}

.loggedin {
  text-align: left;
  font-size: 75%;
}

.H2main {
  color: green;  
}

.H3main {
  color: green;  
}

.fineprint {
    font-size: 80%;
    color:  grey;
    font-style: italic;
}

/*sets a bottom border for the table header row.  Must use div tags */
.thbottomborder {
  border-bottom-width: medium;
  border-bottom-style: solid;
  border-bottom-color: black;
  overflow: auto;
  width: 70%;
}

.frmbutton {
    font-size: 150%;
    color: white;
    background-color: green;
}

.frmbuttonsort {
    font-size: 100%;
    color: white;
    background-color: green;
}

.frmbuttonhide {
    font-size: 125%;
    color: white;
    background-color: gray;
}

.frmbuttondelete {
    font-size: 125%;
    color: white;
    background-color: red;
}

.frmbuttondisabled {
    font-size: 150%;
    color: white;
    background-color: gray;
}

.frmmessagebutton {
    font-size: 100%;
    color: white;
    background-color: green;
}

.areacode {
    width: 150px;
}

.centraloffice {
    width: 150px;
}

.stationnumber {
    width: 200px;
}

img.profile {
    vertical-align: top;
}

img.imgborder {
  border: 5px solid #008ae6;
}

/* Dropdown Button */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}


/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}


/* Menu image pointer */
.imgcursor:hover {
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


/* Collabsible HTML form section */
.collapsible {
  font-size: 150%;
  background-color: green;
  color: white;
  cursor: pointer;
  text-align: center;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
/* END Collabsible HTML form section */



/* Checkbox grid */
.checkbox-grid li {
  display: block;
  float: left;
  width: 25%;
}

/* Set PayPal button size */
div.paypal {
    max-width: 25%;
}