

    table, th, td {
		    border: 1px solid #c48c0b;
        border-spacing: 1px 1px;
        border-collapse: collapse;
        padding: 2px;
        max-width: 700px;

    }

    th {
 
        text-align: left;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        border-collapse: collapse;
        border-spacing: 0px 0px;
        border-color: #f2e941;
    }
    tr.hide_all > td {
      border-style:hidden;
    }

    td {
       font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        padding: 2px;
        border-collapse: collapse;
        border-spacing: 0px 0px;
        border-color: ##f2e941;
        vertical-align: top;
    }
    .extrashit {
        max-width: 700px;
    	text-align: center;
    	font-size: 170%;
    	vertical-align: middle;

    }
    .centerit {
    	vertical-align: middle;
    	text-align: center;
    }
    .verticalCenter {
    	vertical-align: middle;

    }
    .blamOnBlam { 
    	background-color:#c0c2c4; 
    	color:#c0c2c4;
    }
    a.blamOnBlam:link {
      color:#c0c2c4;
      text-decoration: none;
    }
    a.blamOnBlam:visited  {
      color:#c0c2c4;
      text-decoration: none;
    }
    a.blamOnBlam:hover  {
      color:#c0c2c4;
      text-decoration: none;
    }
    .whiteOnBlue { 
    	background-color:#093c8e; 
    	color:#ffffff;
    	font-weight: normal;
    	vertical-align: middle;
    	font-size: 110%;
    }
     .whiteOnGreen { 
    	background-color:#178504; 
    	color:#ffffff;
    	font-weight: normal;
    	vertical-align: middle;
    	font-size: 110%;
    }
     .whiteOnBlack { 
    	background-color:#000000; 
    	color:#ffffff;
    	font-weight: normal;
    	vertical-align: middle;
    	font-size: 110%;
    }
    .blackOnWhiteBold { 
    	font-weight: bold;
    	vertical-align: middle;
    }
    .greyBG { 
    	background-color:#c0c2c4; 
    	color:#000000;
    	font-weight: bold;
    	vertical-align: middle;
    	font-size: 100%;
    }
    .greenBG { 
    	background-color:#85F871; 
    	color:#000000;
    	font-weight: bold;
    	vertical-align: middle;
    	font-size: 100%;
    }
    .orange { 
    	background-color:#c48c0b; 
     }

.btn {
  background: #0562ed;
  background-image: -webkit-linear-gradient(top, #0562ed, #08234d);
  background-image: -moz-linear-gradient(top, #0562ed, #08234d);
  background-image: -ms-linear-gradient(top, #0562ed, #08234d);
  background-image: -o-linear-gradient(top, #0562ed, #08234d);
  background-image: linear-gradient(to bottom, #0562ed, #08234d);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 15px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #22a845;
  background-image: -webkit-linear-gradient(top, #22a845, #063011);
  background-image: -moz-linear-gradient(top, #22a845, #063011);
  background-image: -ms-linear-gradient(top, #22a845, #063011);
  background-image: -o-linear-gradient(top, #22a845, #063011);
  background-image: linear-gradient(to bottom, #22a845, #063011);
  text-decoration: none;
}

.btn2 {
  background: #2ec233;
  background-image: -webkit-linear-gradient(top, #2ec233, #1b6b1e);
  background-image: -moz-linear-gradient(top, #2ec233, #1b6b1e);
  background-image: -ms-linear-gradient(top, #2ec233, #1b6b1e);
  background-image: -o-linear-gradient(top, #2ec233, #1b6b1e);
  background-image: linear-gradient(to bottom, #2ec233, #1b6b1e);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 2px #666666;
  -moz-box-shadow: 3px 3px 2px #666666;
  box-shadow: 3px 3px 2px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 22px;
  padding: 10px 12px 10px 12px;
  text-decoration: none;
}

.btn2:hover {
  background: #1f8022;
  background-image: -webkit-linear-gradient(top, #1f8022, #0c4d0f);
  background-image: -moz-linear-gradient(top, #1f8022, #0c4d0f);
  background-image: -ms-linear-gradient(top, #1f8022, #0c4d0f);
  background-image: -o-linear-gradient(top, #1f8022, #0c4d0f);
  background-image: linear-gradient(to bottom, #1f8022, #0c4d0f);
  text-decoration: none;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    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.4); /* Black w/ opacity */
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

