.pokerRank{ 
  width:100%;
  margin: 0 0 30px 0;
}
.pokerRank table{ 
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  overflow: hidden;
  margin: 0 0 25px;
  line-height: 27px;
}
.pokerRank table thead{ border-bottom:4px solid #e9e8e8;}
.pokerRank table th{
  font-size: 12px;
  color: #555555;
  font-family: 'Roboto Slab';
  line-height: 30px;
  background: #ffffff;
  padding: 5px;
  text-align: center;  
}
.pokerRank table th:first-child {
  background: #f3f3f3;
}
.pokerRank table th.sBox{ background:#dee9f5; width:130px; padding:0 7px;}
.pokerRank table th.sBox i{ color:#fff; background:#555555; width:15px; height:15px; border-radius:50%; margin:0 0 0 7px; text-align:center; line-height:15px;}

.pokerRank table td{ border-top:1px solid #e2e2e2; height:52px; vertical-align:middle; font-size:12px; color:#5f5f5f;padding:0 12px;}
.pokerRank table td.rank{font-family:'GothamBold'; background:#f5f5f5; font-size:13px;}

.pokerRank .pokerSite{ padding-top:12px;}
.pokerRank .pokerSite i{ float:left; width:37px; height:40px; padding-right:5px;}
.pokerRank .pokerSite h3{font-family:'Roboto Slab'; line-height:16px; margin:0; font-size: 14px;}
.pokerRank .pokerSite label{ font-size:11px; color:#60c27b;font-family:'Roboto Slab'; line-height:14px;}

.pokerRank .online span{ display:block; font-size:12px; color:#5f5f5f; border:2px solid #e6e7e8; border-radius:4px;}
.pokerRank .online span.cBlue{font-family:'Roboto Slab'; color:#2b5a99;}
.pokerRank .online span.bGreen{background:#60c27b; color:#fff;font-family:'Roboto Slab';}

.pokerRank a.see-full-list {
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: none;
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  color: #727272;
}

.pokerRank .peak i{ color:#a5a5a5; display:inline-block; margin-left:7px;}
.pokerRank a.btn{ 
  display: inline-block;
  padding: 0px 5px;
  background: #fff1f0;
  font-size: 12px;
  border: 1px solid #ffdad7;
  border-radius: 4px;
  line-height: 27px;
  font-family: 'Roboto';
  color: #d40000;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
  transition: all 0.3s;
}

.pokerRank a.btn:hover,
.pokerRank table tbody tr:hover:hover a.btn {
  color: #fff;
  background: #F44336;
  box-shadow: none;
  border: 1px solid #ffdad7;
}
.pokerRank table tbody tr:hover{ background:#f5f5f5;}
.pokerRank table tbody tr:hover .online span{ background:#2b5a99; color:#fff;font-family:'Roboto Slab'; }
.pokerRank .hours img{ display:block; margin:0 auto;}
.pokerRank strong{font-family:'GothamBold';}

.pokerRank h6{ text-align:center;}
.pokerRank h6 a{ display:inline-block; color:#a0a0a0; font-size:14px;}
.pokerRank h6 a i{ display:inline-block; margin-left:7px; }
.pokerRank h6 a:hover{ color:#60c27b;}

#pokerSite > h3{
  font-size: 1em;
}

#online .cBlue {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0px 10px;
  width: 100%;
  display: block;
}

td#rank {
  background: #f3f3f3;
  font-size: 15px;
  font-weight: 900;
}
