  .scoretable { width:100%; padding:2px; background:#efefef; border:1px solid #efefef;}
	.scoretable td { padding:2px; }
	.logocell { width:23px; border-top:0; }
	.scorecell { width:80px; }
	.dtcell { width:80px; font-size:10px; text-align:center;}
	.mastertable {width:400px;height:}
	.table>thead>tr>th { border-bottom:0; }
	::-moz-selection { background: <%=sitecolor%>; color: #333333; text-shadow: none; }
::selection { background: <%=sitecolor%>; color: #333333; text-shadow: none; }
a, a:hover, a:focus {
	color: <%=sitecolor%>;
	text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus 
{ 
  background: <%=sitecolor%>; color: #333333; border-color:#6ab100
 }
 .pagination>li>a, .pagination>li>span {color:#333333;}
 .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus
 {  
   color:#6ab100;
 }
.progress-bar { background: <%=sitecolor%>;}
.progress { margin-top:10px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
textarea:focus {
	outline: 0;
    border: 1px solid <%=sitecolor%>;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 768px) {
  .hide-small {
    display:none;
  }
}