*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}
	
html {
  height: 100%;
}
	
body {
  font-family: 'Titillium Web', sans-serif;
  background-color: #666;
background-image: url("http://www.mofleagues.com/pictures/datruthbg.webp");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
  position: relative;
  margin: 0;
  padding-bottom: 4rem;
	min-height: 100vh;
	font-size: 14px;
}

span { 
	display:block; margin-top: 0.05em; margin-bottom: 0.4em;  margin-left: 0px; margin-right: -5px; width: 110px; float:left; height:1.5px;}


.line{
    width: 1175px;
}

.line2 {
    width: 350px;
}

.line3 {
    width: 720px;
}


.color-1{
    background: red; width: 200px; 
}
.color-2{
    background: #cccccc; width: 950px; 
}
.color-3{
    background: #444444;
}
.color-4{
    background: #444444;
}
.color-5{
    background: #444444;
}
.color-6{
    background: #444444;
}
.color-7{
    background: #444444;
}
.color-8{
    background: #444444;
}
.color-9{
    background: #444444;
}
.color-10{
    background: #444444;
}

.color-11{
    background: red; width: 100px; 
}
.color-12{
    background: #cccccc; width: 235px; 
}

.color-13{
    background: red; width: 300px; 
}
.color-14{
    background: #cccccc; width: 420px; 
}

h2 {
font-size: 21px;
line-height: 1px;
	color: #171717;
}

h3 {
font-size: 18px;
	font-weight: bold;
line-height: 1px;
	color: #171717;
}

h4 {
font-size: 14px;
	font-weight: bold;
line-height: 1px;
	color: #171717;
}

h5 {
font-size: 25px;
	font-weight: bold;
	color: #3A3A3A;
	line-height: 35px;
	margin-top: -0.8px;
	margin-bottom: 8px;
	letter-spacing: -0.04em; 
	opacity: 0.9;
}

h5radio {
font-size: 25px;
	font-weight: bold;
	color: #000000;
	line-height: 35px;
	margin-top: -0.8px;
	margin-bottom: 8px;
	letter-spacing: -0.04em; 
	opacity: ;
	 -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: #cccccc;
}

h6 {
font-size: 20px;
	font-weight: bold;
	color: #3A3A3A;
		display: inline-block;
  margin: 5px 10px 0px 0px;
}

h7 {
font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #909090;
			display: inline-block;
  margin: 0px 20px 0px 0px;
}

.stats {
  margin: 0px 20px 0px 10px;
}

.one { font-style: bold; }
.two { font-style: italic; }

.copyright {
	font-size: 11px;
	font-weight: normal;
}

.columntext {
font-size: 11px;
	font-weight: bold;
display: flex;
opacity: 0.7;
}

.columnheader {
font-size: 18px;
display: flex;
font-weight: bold;
color: black;
	margin-top: -3px;
}

.hrgray {
       display: block;
       position: relative;
       padding: 10px 0 10px 0;
       margin: 10px 0 10px 0;
       height: 0;
       width: 100%;
       max-height: 1;
       font-size: 1px;
       line-height: 0;
	   border: none;
	   border-top: 1px solid #ccc;
	   opacity: 0.4;
    }

.hrwhite {
       display: block;
       position: relative;
       padding: 10px 0 10px 0;
       margin: 10px 0 10px 0;
       height: 0;
       width: 100%;
       max-height: 1;
       font-size: 1px;
       line-height: 0;
	   border: none;
	   border-top: 1px solid #ffffff;
    }

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}

.twitter-timeline {
  width: 100%;
  max-height: 88%;
  data-chrome: scrollbar;
}

.small {
	font-size: 10px;
}

.rules {
	margin: 0;
}

.myanchor {
    padding-top: 10px !important;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #D50A0A; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.ip {
	font-weight: bold;
	color: #D50A0A;
	font-size: 18px;
}

.pr {
	font-weight: bold;
	font-size: 25px;

}

.expertlink {
	font-weight: bold;
	font-size: 28px;
    display: inline-block;
    white-space: nowrap;
	vertical-align: middle;
	color: #013369;
  font: -moz-linear-gradient(top, #40668e 0%, #1a4778 66%, #013369 100%);
  font: -webkit-linear-gradient(top, #40668e 0%, #1a4778 66%, #013369 100%);
  font: linear-gradient(to bottom, #40668e 0%, #1a4778 66%, #013369 100%);
}

.timestamp-wrap { font-size : 22px; font-family : 'Open Sans'; }
.timestamp { color: green; }