
body{
	margin:0;
	font-family: sans-serif;
}

.main_content{
	margin:0 auto;
	background:white;
}

a:link {
	color:blue;
	text-decoration:none;
}
		 
a:visited {
	color:#00008B;
	text-decoration:none;
}

a:active {
	color:red;
	text-decoration:none;
}

a:hover {
	color:green;
	text-decoration:none;
}

.header {
	text-align: center;
	background:linear-gradient(royalblue, #1ebfff);
	color: #e0fff7;
	overflow:auto;
}

#liveresults{
	color:yellow;	
}

.header img {
	float:left;
	padding:20px 20px 20px 20px;
}
@media only screen and (max-width: 600px) {
	.header img{
		display: none;
	}
}

.navbar {
    overflow: hidden;
    background-color: royalblue;
}

.navbar a {
    float: left;
    font-size: 12px;
    color: white;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 12px;    
    border: none;
    outline: none;
    color: white;
    padding: 10px 16px;
    background-color: royalblue;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #ddd;
	color:black;
	border-radius: 4px;
}

.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;
	border-radius: 4px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

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

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

.navbar2 {
    overflow: hidden;
    background-color:#1ebfff;
	font-size:12px;
}

.navbar2 div {
	float:left;
	display: block;
    color: white;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;

}

.navbar2 div:hover {
	background-color: #ddd;
	border-radius: 4px;
    color: black;
}

.content{
	width:50%;
	margin:0 auto;
	background:white;
}

@media only screen and (max-width: 600px) {
  .content {
    width:   95%;
  }
  ul {
    padding-left: : 20px;
  }
}

.ndmeetInfo{
	display:none;
}

.latestResults{
	display:none;
}

.latestResults li:nth-child(odd){
	background-color:#e0fff78f;
}

.meetInfo{
	display:block;
}

.meetInfo li:nth-child(odd){
	background-color:#e0fff78f;
}

.meetInfoOrdered{
	display:none;
}

.meetInfoOrdered li:nth-child(odd){
	background-color:#e0fff78f;
}

.meetInfoOrderd, h3{
	color: royalblue;
}

.meetPrograms{
	display:none;
}

.meetPrograms li:nth-child(odd){
	background-color:#e0fff78f;
}

.results{
	display:none;
	width:100%;
	margin:0 auto;
}

.window1{
	display:none;
}

.window1 li:nth-child(odd){
	background-color:#e0fff78f;
}

.highlight {
	color:red;
}

li {
	padding:5px;
}

.bottom  {
	background:linear-gradient(#f9f9f9, gray);
	border-radius:4px;
}
.links {
	padding:5px;
	overflow:auto;
	margin: 0 auto;
	text-align:center;
}

.links img {
	width:80px;
	height:40px;
}

.footer {
    padding: 5px;
    text-align: center;
	font-size:10px;
}

.donate {
	padding: 2px;
	text-align: center;
	font-size: 12.px;
}


.resultsgrid{
	display:grid;
	grid-template-columns: 1fr 3fr;
	grid-template-areas:
	"t t"
	"e m";
	grid-template-rows: 140px 600px;
	padding: 10px;
	font-size: 12px;
}

.top {
	grid-area: t;
	text-align: center;
}

.evtindex {
	grid-area: e;
	height:600px;
	overflow:auto;
}

.evtindex a:hover{
	background-color: #ddd;
}

.evtindex h3{
	color: black;
}

.main{
	grid-area: m;
	text-align: center;
	height:600px;
	overflow:auto;
}

.maintext{
	font-size: 16px;
}

.main table{
	border-collapse:collapse;
	margin: 0 auto;
	width:95%;
}

.main table tr:nth-child(odd){
	background-color: #e0fff7;
}

.main table tr:hover {
	background-color: #ddd;
}

.main table, th, td {
	border: 1px solid #ddd;
	padding:4px;
}
.main th {
	background:#1ebfff;
}