html, body {
  margin :0;
  color: #ffffff;
}
body {
  background-color: #000000;
}

a:link, a:visited {
 color:#079beb;
 text-decoration:none;
}

a:hover {
 text-decoration:underline;
}

#cmenu {
	text-align:center;
	color:#ffffff;
}


a.topnav:link, a.topnav:visited {
   text-decoration: none;
   color: #fff;
   font-weight: bold;
   /*font-size: 14pt;*/
}

a.topnav:hover {
 	text-decoration:underline;
}

#csearch {
	color: #fff;
	padding-top: 20px;
}

#csocial {
	right: 0;
	bottom: 0;
}

#cfooter {
	padding-top: 3rem;
	text-align: center !important;
}

.img-link {
	color: black !important;
}

.footer-img {
	padding: 0.5rem;
}

.index-page-text {
	padding-right: 5rem !important;
}

img {
	border: 0 none;
}

.clr {
  clear:both;
}

input {
	color: black!important;
}

#cbanner{
	text-align: center;
}

#warning {
	font-size: 70%;
	border: 1px #fff solid;
	padding: 5px;
}

/* fixes for black background*/
#match_preview td, #div_match td {
	color: #000000;
}

#page-wrapper {
	padding: 1rem 0;
}