@font-face {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  src: local('Verdana'), url(http://fonts.gstatic.com/l/font?kit=5uUkfJOWcdIH5Tkz6PwL0_Y6323mHUZFJMgTvxaG2iE&skey=28f652d19e80fbde&v=v7) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
body {
font-family : Verdana, Ariel, sans-serif;
background : #181714;
color : #ccc;
}
p {
font-size : 1em;
color : white;
text-align : center;
}
.not_ready {
color : red;
}
a, a:hover {
color : #f8e67b;
font-weight : bold;
}
.h1, h1 {
font-family : Ariel;
color : #f8e67b;
font-size : 1.6em;
font-weight : bolder;
border-bottom : 1px dotted #666;
}
h2 {
margin : 10px 0 10px 0;
font-size : 1.5em;
font-family : Ariel;
font-weight : bold;
color : #f8e67b;
border-bottom : 1px dotted #666;
}
h3 {
margin : 10px 0 10px 0;
padding : 5px;
color : #ccc;
font-weight : bold;
font-size : 1.2em;
font-weight : bold;
text-align : center;
}
article > p {
text-align : justify;
}
#list {
text-align : left;
list-style : inside;
list-style-image : url(images/check.png);
}
#list li {
padding-bottom : 5px;
}
.navbar-default {
border : none;
}
.navbar-default .navbar-nav > li > a {
color : #f8e67b;
}
.navbar-default .navbar-nav > li > a:hover {
color : #f8e67b;
text-decoration : underline;
}
.row {
margin-bottom : 10px;
}
.navbar {
background : #181714;
}
.navbar-header {
background : #181714;
}
.navbar-inverse .navbar-nav > li > a {
color : #f8e67b;
font-weight : bold;
}
.navbar-inverse .navbar-nav > li > a:hover {
color : #f8e67b;
}
Button settings-- > .navbar-inverse .navbar-toggle .icon-bar {
background-color : #f8e67b;
}
.navbar-inverse .navbar-toggle {
border-color : #f8e67b;
}
.col-lg-12 {
padding : 20px;
margin-top : 10px;
margin-bottom : 10px;
border : #312f2b solid 1px;
color : #636129;
}
.table.table {
background : #000;
color : #fff;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
padding : 0;
border-top : 0;
}
tr > th {
background-image : url("../images/t_header.png");
vertical-align : top;
text-align : center;
color : #000;
}
th {
padding : 0;
}
td {
border : #fff solid 1px;
text-align : center;
}
tr:nth-child(odd) {
background : #fff;
color : #000;
}
tr:hover {
background : #FFFF66;
color : #000;
}
.footer, .footer p {
color : #636129;
font-weight : bold;
margin : 0 auto;
}
.img-center {
margin : 0 auto;
}
.footer a {
color : #f8e67b;
font-weight : bold;
text-align : center;
}
footer {
text-align : center;
}
@media (min-width:320px) {
#back-to-top, #back-to-top a {
font-family : Georgia;
color : #f8e67b;
width : 80px;
padding : 10px;
position : fixed;
bottom : 10px;
right : 10px;
display : block;
background : black;
box-sizing : border-box;
text-decoration : none;
}
#back-to-top, #back-to-top a:hover {
color : #f8e67b;
}
}
.wins {
   animation-name: flash;
    animation-duration: 0.9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}
@keyframes flash {
    from {  color:#ffff66;}
    to {background-color:#fff; color:red;}
}