@charset "UTF-8";

/* css for responsive tables */   
/* body {
	margin:0; 
	padding:20px; 
	font-family: 'Average Sans', sans-serif; 
	font-size:16px; 
	font-weight:normal; 
	line-height:1.5; 
	background:#589283; 
	color:#fff; 
	text-shadow:2px 2px 2px #3F6558;
}

a, a:link, a:visited {
	color:#fff;
	text-decoration: none;
	border-bottom:1px dashed #3F6558;
	-webkit-transition:border-color 0.3s ease-in;
}

a:hover, a:focus {
	border-bottom:1px dashed #fff;
} */
      
/* h1, h2, h3, p {text-align:center;}
h1, h2, h3 {padding: 0 0.1em;}
h1[data-scrollable] { line-height: 1.85; } */

.heading {margin-top:0.25em;font-family:'Pacifico', sans-serif; text-shadow:0.1em 0.1em 2px #9D0004;}
.subheading {font-weight:normal;}
.button {margin:2em 0;}
.button a {background:#9D0004;padding:0.4em 1em;border:none;border-radius:10px;}
.clearfix {clear:both;}
.space {margin:5em 0;}

table {
        border: 1px solid #9D0004;
        margin-bottom: 20px;
      }
thead tr th {
	    color: #FFF;
        background: #9D0004;
 }
 
th, td {
        padding: 0 10px;
 }
tbody th, tbody td {
        border: 1px solid #9D0004;
}
