﻿body {
}
.wsrH1
{
    font-family: 'Electrolize' , sans-serif;
    font-weight: bold;
    font-size: 35px;    
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0px;
}
.headerDescription
{
    padding: 0px 10px;
    padding-bottom: 32px;
    text-align: left;
    font-size: 14px;
}
.wsrH1 span
{
    text-transform: uppercase;
}
.rankTableDiv
{
    text-align: left;
    float: left;    
}
.rankTableDiv table
{
    margin: 0px;
}
.rankTable,
.rankRegionTable
{    
    border-spacing: 2px;
    border-color: gray;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.rankTable
{
    
}
.rankTable td,
.rankTable th,
.rankRegionTable td,
.rankRegionTable th
{
    height: 16px;
    padding: 0.6em;
}
.wsTableRank
{
    width: 60px;
}
.wsTableGlobal
{
    width: 100px;
}
.wsTR
{
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.wsTRAlter
{
    background-color: #f8f8f8;
}
.wsrLink
{
    color: #005c9c;
    text-decoration: none;
}
.wsrLink:hover
{
    color: #005c9c;
    text-decoration: underline;
}
.pagingPanel
{
    padding-top: 40px;
    clear: left;
    text-align: center;    
}
.pagingPanelInner
{
    display: inline-block;
}
.pagingDiv
{    
    padding: 4px 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.pagingDiv:hover
{
    background-color: #FEB746;
    color : #000;
}
.pagingDivDisabled
{
    float: left;
    padding: 4px 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ccc;
    margin: 5px;
}
.pagingDivCurrent
{
    border: 1px solid #000;
}

.pagingLink
{
    display: block;
    float: left;
    margin: 5px;
    text-decoration: none;
    color: #333333;
}
.pagingLink:hover
{
    color: #FFF;
}
.regionRankTableDiv
{
    float: right;    
    text-align: left;
}
.rankRegionTable
{
    
}
.wsTableDomainNr
{
    width: 20px;
}
.wsTableDomain
{
    width: 50px;
    vertical-align: top;
}
.wsTableTotalReg
{
    width: 96px;
    vertical-align: top;
    text-align: right;
}
.wsTableSiteIn1M
{
    width: 90px;
    vertical-align: top;
    text-align: right;
}
.wsrNumberTd
{
    text-align: right;
}
.regionRankDesc
{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
}
.sideAboutLink
{
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
}
.sideAboutLink a
{
    color: #56594b;
}
.regionRankBorderDiv
{
     border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 20px 20px 20px;
}
.ccpTLDTypeName
{
   font-size: 25px;
    font-weight: bold;
    margin: 5px 5px 10px 5px;
    clear: left;
    padding: 10px 0px 10px 0px;
    border-bottom: 2px dashed #ddd;
}
.topDomainDiv
{
    padding: 5px 10px;    
    text-decoration: none;
    
    border: 1px solid #ddd;    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 7px;    

    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    background-color: #F0F0F0;

}
@media (max-width: 470px) {
    .col-xxs-12 {
        width: 100%;
    }
}
.topDomainDiv:hover
{
    background-color: #CDEBF9;
}
.topDomainName
{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    color: #00A4FD;
    display: block;
    padding-top: 5px;
}
.topDomainNr
{
    font-family: 'Electrolize' , sans-serif;
    font-size: 22px;
    color: #333333;
    display: block;
    padding-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
}
.ccpContent
{
    text-align: left;
    padding-top: 10px;
}