/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic');

body {
    margin: 0;
    padding: 0;

    background: #bbbbbb;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 13px;
    color: #333333;

    /*overflow-y: scroll;*/
    -webkit-font-smoothing: antialiased;

    width: 100%;
    overflow-x: hidden;
}

html {
    -moz-hyphens: auto;

    width: 100%;
    overflow-x: hidden;
}

a, .link {
    color: #3B5998;
    -webkit-transition: color 0.2s !important;
    -moz-transition: color 0.2s !important;
    -o-transition: color 0.2s !important;
    transition: color 0.2s !important;
}

.link {
    text-decoration: underline;
    cursor: help;
}

img {
    vertical-align: top;
}

a:visited {
    color: #3B5998;
}

a:hover {
    color: #C93826;
}

::selection {
    background: #FFE4AA; /* Safari */
}
::-moz-selection {
    background: #FFE4AA; /* Firefox */
}

p {
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

ul {
    padding: 5px;
    overflow: hidden;
}

li {
    line-height: 17px;
}

i {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

input[type='text'], textarea, select {
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0;
    height: 28px;
    color: #666;
    font-size: 12px;
    font-family: monospace;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 4px;
    padding: 5px;
    color: #111111;
}

h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 13px;
}
h5 {
    font-size: 10px;
}

table {
    padding: 0;
    margin: 0;
}

td {
    padding: 5px;
    vertical-align: top;
}

.bold {
    font-weight: bold;
    color: #111111;
}

.hide {
    display: none;
}

.nowrap {
    white-space: nowrap !important;
}

.floatr {
    float: right;
}

.floatl {
    float: left;
}

.clear {
    clear: both;
}

.width-max {
    width: 100%;
}

.c-green {
    color: green;
}

.c-red {
    color: #b22222;
}

/* icons */
.icon {
    display: block;
}

.icon-pageviews {
    background: url("../images/icons.png") no-repeat scroll 0 -110px transparent;
    line-height: 16px;
    padding-left: 18px;
}

.icon-revenue {
    background: url("../images/icons.png") no-repeat scroll 0 -141px transparent;
    line-height: 16px;
    padding-left: 18px;
}

.icon-alexa {
    background: url("../images/icons.png") no-repeat scroll 0 -124px transparent;
    line-height: 16px;
    padding-left: 18px;
}

.icon-compete {
    background: url("../images/icons.png") no-repeat scroll 0 -157px transparent;
    line-height: 16px;
    padding-left: 18px;
}

.icon-quantcast {
    background: url("../images/icons.png") no-repeat scroll 0 -189px transparent;
    line-height: 16px;
    padding-left: 18px;
}

.icon-google {
    background: url("../images/icons.png") no-repeat scroll 0 -173px transparent;
    line-height: 16px;
    padding-left: 18px;
}

.icon-yandex {
    background: url("../images/icons.png") no-repeat scroll 0 -348px transparent;
    line-height: 16px;
    padding-left: 18px;
}

.icon-yahoo {
    background: url("../images/icons.png") no-repeat scroll 0 -203px transparent;
    line-height: 12px;
    padding-left: 18px;
    height: 12px;
    margin-top: 2px;
}

.icon-dmoz {
    background: url("../images/icons.png") no-repeat scroll 0 -232px transparent;
    line-height: 16px;
    padding-left: 18px;
}

.icon-bing {
    background: url("../images/icons.png") no-repeat scroll 0 -215px transparent;
    line-height: 16px;
    padding-left: 18px;
}


.icon-trustworthiness {
    background: url("../images/icons.png") no-repeat scroll 0 -263px transparent;
    line-height: 14px;
    padding-left: 18px;
}

.icon-privacy {
    background: url("../images/icons.png") no-repeat scroll 0 -277px transparent;
    line-height: 16px;
    padding-left: 18px;
}

.icon-vendor-reliabiliry {
    background: url("../images/icons.png") no-repeat scroll 0 -292px transparent;
    line-height: 14px;
    padding-left: 18px;
}

.icon-child-safety {
    background: url("../images/icons.png") no-repeat scroll 0 -247px transparent;
    line-height: 16px;
    padding-left: 18px;
}

.icon-good {
    background: url("../images/icons.png") no-repeat scroll 0 -306px transparent;
    line-height: 13px;
    padding-left: 18px;
}

.icon-bad {
    background: url("../images/icons.png") no-repeat scroll 0 -318px transparent;
    line-height: 13px;
    padding-left: 18px;
}

.icon-widerank {
    background: url("../images/icons.png") no-repeat scroll 0 -332px transparent;
    line-height: 16px;
    padding-left: 18px;
}

/* wrappers */
#headerWrapper {
    width: 1170px;
    margin: 0 auto;
}

#headerSdaWrapper {
    background-color: #ffffff;
    border-bottom-color: #61c261;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    height: 210px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 1170px;
    text-align: center;
}

#headerMobileSdaWrapper {
    background-color: #ffffff;
    border-bottom-color: #61c261;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    margin: 0;
    display: none;
}

#topMenuSda {
    background-color: #f7f7f7;
    margin: 0 auto;
    width: auto;
    min-height: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-align: center;
    overflow: hidden;
}

#domainSda {
    padding:0;
    margin-bottom:10px;
    margin-left:5px;"
}

#telderiSda {
    text-align: center;
}

.telderi-sda-1 {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.telderi-sda-2 {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}

#buyDomain {
    padding: 0 10px 10px 10px;
    height: 220px;
}

#bodyWrapperMain {
    width: 1170px;
    margin: 0 auto;
}

#bodyWrapper {
    width: 1170px;
    margin: 0 auto;
    background: url('/images/body-bg-l.png') repeat-y -150px 0 #eeeeee;
}

#headerFrame {
    overflow: hidden;
}

#headerTop {
    background-color: #bbb;
    padding: 15px;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

#headerLogo {
    background: url(/images/logo.png) no-repeat scroll 0 0 transparent;
    width: 214px;
    height: 50px;
    margin-top: 3px;
    margin-bottom: 5px;
    margin-left: 6px;
    text-indent: -10000px;
    background-size: 214px 50px;
}

#headerSearch {
    margin-top: 9px;
}

#headerSearch .search {
    border: 1px solid #aaa;
    color: #666;
    height: 37px;
    padding-left: 15px;
    padding-right: 15px;
    width: 250px !important;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
}

.btn {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    min-width: 140px;
    min-height: 30px;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

#headerSearch .searchBtn {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    margin-left: 10px;
}

#headerSearch .searchBtn:hover {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}

#headerMenu {
    width: 100%;
    overflow: hidden;
    clear: both;
    background: #4A76A8;
    font-size: 14px;
    font-weight: normal;
    border-radius: 3px 3px 0 0;
}

#headerMenu ul {
    margin: 0;
    overflow: hidden;
    padding: 5px 27px 5px 27px;
}

#headerMenu li {
    float: left;
    list-style-type: none;
    background: url("/images/top-menu-splitter.png") no-repeat scroll right center transparent;
}

#headerMenu li:last-child {
    background: none;
}

#headerMenu li a {
    color: #fff;
    display: block;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    padding: 10px 26px 10px 4px;
    text-decoration: none;
}

#headerMenu li a:hover {
    text-decoration: none;
    color: #d9eeff;
}

#indexFrame {
    width: 1170px;
}

#indexHeaderWrapper {
    overflow: hidden;
    padding: 15px;
    justify-content: space-between;
    background-color: #bbbbbb;
    display: flex;
}

#indexLogo {
    background: url(/images/logo.png) no-repeat scroll 0 0 transparent;
    width: 214px;
    height: 50px;
    margin-top: 3px;
    margin-bottom: 5px;
    margin-left: 6px;
    text-indent: -10000px;
    background-size: 214px 50px;
}


#indexTopNav {
    align-self: center;
}

#indexTopNav a {
    text-shadow: 1px 1px 0 gray;
    color: white;
    text-decoration: underline;
}

#indexTopNav a:hover {
    color: #eeeeee;
    text-decoration: underline;
}

#indexTopNav li {
    display: inline-block;
}

#indexTopNav li:after {
    content: " | ";
}

#indexTopNav li:last-child:after {
    content: none;
}


#indexFrame h3 {
    color: #333333;
    font-size: 16px;
    text-shadow: 1px 1px #C0C0C0;
}

#indexIntro {
    overflow: hidden;
    background: none repeat scroll 0 0 #eeeeee;
    border-bottom: 1px solid #999999;
    padding: 25px 30px;
    margin-top: 0;
}

#indexIntro h1 {
    color: #3B5998;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
    line-height: 1.4;
}

#indexIntro h2 {
    color: #3B5998;
    font-size: 20px;
    padding: 15px 5px 0;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
}

#indexIntro li {
    background: url(/images/arrows/arrow2.png) no-repeat scroll 0 2px transparent;
    color: #222222;
    font-size: 15px;
    font-weight: bold;
    list-style: none inside none;
    margin: 0;
    line-height: 20px;
    padding-left: 22px;
}

#indexIntro li p {
    padding-left: 1px;
    font-weight: normal;
    font-size: 13px;
    color: #555555;
}

#indexSitesList {
    margin-top: 5px;
    overflow: hidden;
    width: 1170px;
}

#indexSitesList p {
    padding: 0;
}

#indexSitesList a {
    text-shadow: 0 1px 0 white;
}

#indexSitesList h4 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

#indexSitesList .siteWrapper {
    margin-left: 0;
}


#indexSitesList .siteInfo {
    background: none repeat scroll 0 0 #D8E0E6;
    border: 1px solid #A5BECC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 0 white;
    float: left;
    margin: 12px 18px 10px 0;
    min-height: 160px;
    padding: 10px;
    width: 535px;
}

#indexSitesList .thumbnail img {
    border: 1px solid #AAAAAA;
    margin: 0;
    padding: 0;
}

#indexSitesList .thumbnail img:hover {
    border: 1px solid #3B679E;
}

#indexSitesList h4 img {
    padding-right: 3px;
}

#indexSitesList .thumbnail {
    padding-bottom: 0;
}

#indexSitesList .metric {
    background: none repeat scroll 0 0 #A5BECC;
    border-radius: 3px 3px 3px 3px;
    color: white;
    display: inline-block;
    font-size: 13px;
    margin: 1px;
    padding: 1px 5px;
    text-shadow: 1px 1px 0 #8295A0;
}

#indexSitesList .more {
    float:right;
    font-size: 13px;
}

#indexSitesList .more a {
    text-decoration: none;
}

#indexToolsList {
    overflow: hidden;
    margin-top: 15px;
    background: none repeat scroll 0 0 #D8E0E6;
    border: 1px solid #a5becc;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 0 white;
}

#indexToolsListWrapper {
    font-size: 18px;
    overflow: hidden;
    padding: 10px 10px 0;
}

#indexToolsListWrapper ul {
    padding: 10px;
}

#indexToolsListWrapper li {
    overflow: hidden;
    padding-bottom: 15px;
    line-height: 24px;
}

#indexToolsListWrapper li:last-child {
    padding-bottom: 5px;
}

#indexToolsListWrapper li a {
    font-size: 15px;
    text-shadow: 1px 1px 0 #EDF6FC;
}

#indexToolsListWrapper li p {
    font-size: 13px;
    color: #222222;
}

#indexToolsListWrapper .col1 {
    width: 550px;
    float: left;
}

#indexToolsListWrapper .col2 {
}

#indexToolsList .my-ip-address {
    background: url("/images/tools/ip-lookup.png") no-repeat 0 5px;
    padding-left: 45px;
}

#indexToolsList .http-headers {
    background: url("/images/tools/http-header2.png") no-repeat 0 5px;
    padding-left: 45px;
}

#indexToolsList .google-pagerank {
    background: url("/images/tools/google2.png") no-repeat 0 5px;
    padding-left: 45px;
}

#indexToolsList .alexa-rank {
    background: url("/images/tools/alexa.png") no-repeat 0 5px;
    padding-left: 45px;
}

#indexToolsList .backlinks-checker {
    background: url("/images/tools/backlinks3.png") no-repeat 0 5px;
    padding-left: 45px;
}

#indexToolsList .website-worth {
    background: url("/images/tools/website-worth3.png") no-repeat 0 5px;
    padding-left: 45px;
}

#indexSearchWrapper {
    margin-top: 25px;
    background: #CCCCCC;
    padding: 20px;
    overflow: hidden;
    border-bottom: 1px solid #999999;
}

#indexSearch {
    margin-top: 10px;
    margin-right: 25px;
    margin-bottom: 5px;
    margin-left: 25px;
    padding: 25px;
    background: #dddddd;
    color: #555555;
    border-radius: 0;
    overflow: hidden;
}

#indexSearch .search {
    border: 1px solid #bbbbbb;
    color: #666;
    height: 36px;
    padding: 0 10px 0 10px;
    margin: 10px 0 10px 10px;
    border-radius: 3px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    width: 100%;
}

#searchForm {
    flex-shrink: 0;
    display: flex;
    flex-wrap: nowrap;
}

#indexSearch .searchBtn {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    height: 35px;
    align-self: center;
}

#indexSearch .searchBtn:hover {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}

#mainFrame {
    width: 900px;
    overflow: hidden;
    float: left;
    background: #eee;
    min-height: 640px;
}

#mainFrame2 {
    width: 1170px;
    overflow: hidden;
    float: left;
    background: #eee;
    min-height: 500px;
}

#summary img {
    margin: 9px 5px 5px 0;
    border: 1px solid #ccc;
}

#summary h1 {
    text-decoration: none;
    background: #ddd;
    border-top: none;
    border-left: #d2d2d2 solid 1px !important;
    border-right: #d2d2d2 solid 1px !important;
    border-bottom: #bbb solid 1px !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px !important;
    text-shadow: 1px 1px 0 #eee;
}


#summary h1 a {
    text-decoration: none;
}

#summary h1 span{
    color: #3B5998;
}

#summary #siteThumbnail {
    overflow: hidden;
    margin-bottom: 15px;
}

#siteThumbnail img {
    max-width: 100%;
}

#summary #socialButtons {
    margin-right: 0;
    margin-top: 5px;
}

#updateContainer {
    overflow: hidden;
    margin: 0 5px 15px 0;
    clear: both;
    padding-top: 10px;
}

#summary #updateButton {
    background: url("/images/update-btn-bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    font-size: 11px;
    text-shadow: 1px 1px 0 white;
    border-radius: 3px;
    width: 120px;
    height: 20px;
    cursor: pointer;
    color: #333333;
}

#summary #updateButton:hover {
    background: url("/images/update-btn-bg.png") repeat-x scroll 0 0 transparent;
    border-color: #AAAAAA;
}

#summary #updateDate {
    font-size: 11px;
    margin-top: 5px;
    overflow: hidden;
    text-shadow: 1px 1px 0 white;
    color: #888;
    padding: 2px;
}

#summary p {
    padding: 25px;
    font-size: 14px;
    line-height: 20px;
}

#summary .headerRight {
    overflow: hidden;
}

#ratingWrapper {
    padding: 5px;
    overflow: hidden;
    font-size: 13px;
    margin-top: -10px;
    width: 100%;
}

#ratingWrapper .reviews {
    height: 25px;
}

#content {
    padding: 20px;
}

#content h1, #content h2, #content h3, #content h4, #content h5  {
    border-bottom: 2px solid #3B5998;
    margin-bottom: 15px;
}

#content section {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 6px;
    margin-left: 6px;
    overflow: hidden;
    clear: both;
}

#content #breadcrumbs, #content .breadcrumbs {
    padding: 5px;
    text-shadow: 1px 1px #FFFFFF;
    margin-left: 2px;
    margin-right: 2px;
}

#topSites {
    margin-bottom: 0 !important;
}

#sitesList {
    min-height: 800px;
}

#sitesList td{
    white-space: normal;
}

#sitesList img {
    border: 1px solid #AAAAAA;
    margin: 0;
    padding: 0;
}

#sitesList h4 {
    font-size: 15px;
}

#sitesList .siteTitle {
    padding-top: 10px;
    text-transform: uppercase;
    line-height: 1.5;
}

#sitesList .siteTitle img {
    margin-right: 5px;
    margin-top: 3px;
    border: none;
}

#sitesList .siteTitle a {
    color: #3B5998;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

#sitesList .siteTitle a:hover {
    color: #c93826;
}

#sitesList .siteUrl {
    color: #009933;
}

/* Expandable tables */
.expandable .hidden {
    display: none;
}

.expandable .show {
    text-decoration: underline;
    cursor: pointer;
}

/* Common table in content section */
.table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
    width: 100%;
}

.table th {
    padding: 10px;
    background: #f0f0f0;
    text-align: left;
}

.table td {
    line-height: 15px;
    border-bottom: 1px solid #BBBBBB;
}

.table td:first-child {
    white-space: normal;
    vertical-align: middle;
}

.table tr:nth-child(odd) { background: #D0D0D0; }
.table tr:nth-child(even) { background: #DDDDDD; }

#content .navi-pages-links li {
    float: left;
    padding: 0 5px;
}

#content .navi-pages-links li .active {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

#content #terms h3 {
    border: none;
    padding: 10px 5px 0;
}

#content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
    width: 100%;
}


#content tr:nth-child(2n+1) {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}

#content tr:nth-child(2n) {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fafafa;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}

#content td {
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 24px;
}

#content td:first-child {
    vertical-align: middle;
}

.overview-1 {
    text-align: left;
    border-radius: 3px;
    background-color: #f9f9f9;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

/* Overview listing table */
#overview table {
    width: 100%;
}

#overview tr:nth-child(odd)  {
    background: none;
}

#overview tr:nth-child(even)  {
    background: none;
}

#overview td:first-child {
    width: 160px;
}

#overview td {
    line-height: 18px;
    padding: 10px;
    border-bottom: 1px solid #cccccc;
}

#site_summary {
    background: none repeat scroll 0 0 #D8E0E6;
    padding: 12px;
}

#ip_summary {
    background: none repeat scroll 0 0 #D8E0E6;
    padding: 12px;
}


/* My Ip listing table */
#myIpListing table {
    width: 100%;
}

#myIpListing tr:nth-child(odd)  {
    background: none;
}

#myIpListing tr:nth-child(even)  {
    background: none;
}

#myIpListing td {
    line-height: 15px;
    border-bottom: 1px dotted #888888;
}

#categoriesAnalysis .categoriesLinks a {
    display: inline-block;
}

#tabAlexaTrafficAnalysis .tab-graph {
    float: left;
    width: 400px;
    overflow: hidden;
}

#tabAlexaTrafficAnalysis .tab-data-values {
    width: 220px;
    overflow: hidden;
    float: right;
}


#tabAlexaTrafficAnalysis .tab-graphImg {
    padding: 10px;
}

#topKeywordsFromSE table{
    width: 370px;
}

#topKeywordsFromSE td{
    white-space: pre-wrap !important;
    white-space: -moz-pre-wrap !important;
    white-space: -o-pre-wrap !important;
    word-wrap: break-word !important;
}

#topKeywordsFromSEChart {
    overflow: hidden;
    padding-left: 25px;
}

#serverLocation #mapctl1 {
    display: none;
}

#visitorsByCountryMap {
    width: auto;
    height: 250px;
    border: 1px solid #3B5998;
    margin-bottom: 15px;
}

#serverLocationMap {
    width: auto;
    height: 250px;
    border: 1px solid #3B5998;
    margin-bottom: 5px;
}

#serverLocationMap .map {
    width: auto;
    height: 250px;
    position:relative;
}

#ipLocationMap {
    width: auto;
    height: 250px;
    border: 1px solid #3B5998;
    margin-bottom: 5px;
}

#ipLocationMap .map {
    width: auto;
    height: 250px;
}

#httpHeadersAnalysis tr:nth-child(odd) { background: #DDDDDD; }
#httpHeadersAnalysis tr:nth-child(even) { background: #DDDDDD; }

#httpHeadersAnalysis td {
    line-height: 8px;
    background: none;
    border-bottom: 1px dotted #888888;
}

#httpHeadersAnalysis h4 {
    border-bottom: 1px dotted;
    margin-bottom: 10px;
}

#googlePageRankPanel p {
    color: #000000;
}

#googlePageRankPanel .result {
    font-family: Arial, serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

#googlePageRankPanel em {
    color: #60a060;
}

#analysisPanel p {
    color: #000000;
}

#analysisPanel .result {
    font-family: Arial, serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

#analysisPanel em {
    color: #60a060;
}

#analysisPanel .panel-list {
    background-color: #e0e0e0;
    margin: 0 5px 15px;
    padding: 15px 25px;
}

#analysisPanel .panel-list h2 {
    font-weight: bold;
    font-size: 14px;
}

#analysisPanel ul {
    list-style: inside none disc !important;
}

#analysisPanel li {
    line-height: 20px;
    padding-left: 0;
}

#alexaRankPanel p {
    color: #000000;
}

#alexaRankPanel .result {
    font-family: Arial, serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

#backlinksPanel p {
    color: #000000;
}

#backlinksPanel .result {
    font-family: Arial, serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

#worthPanel p {
    color: #000000;
}

#worthPanel .result {
    font-family: Arial, serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

#worthPanel .result th, .result td {
    background-color: transparent;
    height: 30px;
    text-align: center;
    vertical-align: middle !important;
    text-shadow: 1px 1px #EEEEEE;
}

#worthPanel em {
    color: #60a060;
}


#suggestsKeywords li {
    float: left;
    padding-left: 10px;
    line-height: 21px;
}

#suggestedVideo {

}

#keywordTrends {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
}

#keywordTrends img {
    border: 1px solid #BBBBBB;
}

#sideBarFrame {
    width: 270px;
    overflow: hidden;
    float:left;
}

#sideBarFrame h3 {
    margin-left: 6px;
    text-shadow: 1px 1px 0 #EEEEEE;
}

#sideBarFrame nav {
    margin-bottom: 15px;
}


#navMenu {
    background: #c5c5c5;
    overflow: hidden;
}

#navMenu li{
    background: url('/images/arrows/arrow_state_grey_right.png') no-repeat 0 0 transparent;
    padding-left: 16px;
    line-height: 18px;
}

#navMenu a {
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px #999999;
}

#navMenu a:hover {
    text-decoration: underline;
}

#navTools {
    overflow: hidden;
    background: #eeeeee;
    margin: 0;
    padding: 0;
}

#navTools li {
    margin-left: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #FFFFFF;
}

#navTools li a {
    color: #3B5998;
    text-decoration: none;
    text-shadow: 1px 1px 0 white;
    display: block;
    border-bottom: 1px solid #DDDDDD;
}

#navTools li a:hover {
    color: white;
    background-color: #588BBF;
    text-shadow: -1px -1px 0 #324E6B;
}

#navTools .website-analysis {
    background: url("/images/tools/small/analysis.png") no-repeat 9px 5px;
    line-height: 32px;
    padding-left: 39px;
}

#navTools .my-ip-address {
    background: url("/images/tools/small/ip-lookup.png") no-repeat 9px 5px;
    line-height: 32px;
    padding-left: 39px;
}

#navTools .http-headers {
    background: url("/images/tools/small/http-header2.png") no-repeat 9px 5px;
    line-height: 32px;
    padding-left: 39px;
}

#navTools .google-pagerank {
    background: url("/images/tools/small/google2.png") no-repeat 9px 5px;
    line-height: 32px;
    padding-left: 39px;
}

#navTools .alexa-rank {
    background: url("/images/tools/small/alexa.png") no-repeat 9px 5px;
    line-height: 32px;
    padding-left: 39px;
}

#navTools .backlinks-checker {
    background: url("/images/tools/small/backlinks3.png") no-repeat 9px 5px;
    line-height: 32px;
    padding-left: 39px;
}

#navTools .website-value {
    background: url("/images/tools/small/website-worth3.png") no-repeat 9px 5px;
    line-height: 32px;
    padding-left: 39px;
}

#sidebarWidgets {
    text-align: center;
}

#sidebarWidgets input[type='text'] {
    width: 215px;
}

#sidebarWidgets p {
    background: #eeeeee;
    margin: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
}

#recentlyAdded, #recentlyUpdated {
    padding-left: 8px;
    padding-top: 0;
    width: 255px;
}

#recentlyAdded li, #recentlyUpdated li {
    height: 20px;
    white-space: nowrap;
}

#recentlyAdded li img, #recentlyUpdated li img {
    margin-right: 5px;
    vertical-align: top;
}

#recentlyAdded .ago, #recentlyUpdated .ago {
    margin-left: 5px;
    margin-right: 5px;
    color: #333333;
    text-shadow: 1px 1px 0 white;
    font-size: 11px;
}

#indexRecentlyAdded {
    margin-top: 15px;
    display: flex;
}

#indexRecentlyAdded h3 {
    font-size: 16px;
    color: #333333;
    text-shadow: 1px 1px #C0C0C0;
}

#indexRecentlyAdded ul {
    background: none repeat scroll 0 0 #E8E8E8;
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#indexRecentlyAdded li {
    background: none repeat scroll 0 0 transparent;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

#indexRecentlyAdded li:last-child {
    margin-bottom: 0;
}

#indexRecentlyAdded img {
    padding: 0;
    margin: 0;
    border: 1px solid #aaaaaa;
}

#indexRecentlyAdded img:hover {
    border: 1px solid #3B679E;
}

#popularPages {
    display: none;
}

#footerFrame {
    clear: both;
    overflow: hidden;
    background: #bbb;
    font-size: 13px;
}

#footerFrame .copyright {
    margin: 0;
    text-shadow: 1px 1px #ccc;
    line-height: 18px
}

#footerFrame .navigation {
    margin: 0 10px 6px 0;
}

#footerFrame .navigation a {
    color: #333;
    text-shadow: 1px 1px #cccccc;
    padding: 0;
}

#footerFrame .navigation a:hover {
    color: #C93826;
}

#footerFrame .trademarks {
    margin: 0 0 5px;
    text-align: left;
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
}

#footerFrame .row {
    margin: 0;
    padding: 10px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
}

#footerFrame .footer-col-1, #footerFrame .footer-col-2  {
    line-height: 18px;
}

#footerFrame .footer-col-2 {
    justify-content: flex-end;
    display: flex;
    width: auto;
    align-self: center;
}

#footerFrame .counters {
    flex-shrink: 0;
    margin: 5px 0;
}

#socialButtons {
    padding: 1px 5px 8px;
}

.social-buttons {
    float: right;
    margin-top: 4px;
}

#socialButtons a {
    width: 24px;
    height: 24px;
    display: block;
}

#socialButtons li {
    float: left;
    padding-left: 2px;
}

#socialButtons .facebook {
    background: url('/images/social/facebook.png') no-repeat 0 0;
}

#socialButtons .google_plus {
    background: url('/images/social/google_plus.png') no-repeat 0 0;
}

#socialButtons .twitter {
    background: url('/images/social/twitter.png') no-repeat 0 0;
}

#socialButtons .pinterest {
    background: url('/images/social/pinterest.png') no-repeat 0 0;
}

#socialButtonsTop {
    padding: 0 0 10px;
    overflow: hidden;
    height: 24px;
    float: left;
}

#socialButtonsTop tr {
    border: none;
    background-color: transparent !important;
}

#socialButtonsTop td {
    height:25px;
    border: none;
    background-color: transparent !important;
}

/* Web Tools */
#toolsMain li {
    list-style-type: disc;
}

#httpHeadersPanel input[type='text'], #googlePageRankPanel input[type='text'], #analysisPanel input[type='text'], #alexaRankPanel input[type='text'], #backlinksPanel input[type='text'], #worthPanel input[type='text'] {
    width: 350px;
}

ul.list-1 {
    margin: 0;
    padding: 5px 20px 0 40px;
}

.list-1 li {
    list-style: square outside none;
    line-height: 17px;
    padding-bottom: 4px;
}

/* Widgets Page */
#selectWidget {
    margin: 20px;
    padding: 0;
}

#selectWidgetPanel {
    margin-bottom: 20px;
}

#selectWidgetPanel input[type='text'] {
    width: 300px;
}

#selectWidget textarea {
    width: 750px;
    height: 60px;
    margin-left:10px;
}

#selectWidget tr {
    background: none !important;
}

#selectWidget td {
    padding: 5px;
    border-bottom: none !important;
    vertical-align: middle;
}

#selectWidget td:first-child {
    white-space: normal;
}

#selectWidget td p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

#selectWidget td input, #selectWidget td img {
    margin-top: 0;
    vertical-align: middle;
}

#selectWidget #htmlCode {
    padding: 10px;
    margin: 5px 0 15px;
    width: 100%;
    height: 100px;
    resize: vertical;
    min-height: 100px;
}

#reputationWidgetWrapper {
    padding: 10px 10px 10px 0;
    margin: 0;
    overflow: hidden;
}

#reputationWidgetWrapper .col-1 {
    padding-top: 5px;
    float: left;
    width: 410px;
}

#reputationWidgetWrapper .col-2 {
    width: 210px;
    float: right;
    text-align: center;
    background: #dddddd;
    border: 1px solid #cccccc;
    padding: 10px;
}

#reputationWidgetWrapper .col-2 img {
    padding: 5px;
}

#reputationWidgetWrapper .col-2 input[type="text"] {
    width: 200px;
}

#pingerWidgetWrapper textarea {
    margin: 0;
    height: 43px;
    min-height: 43px;
    width: 100%;
}

#pingerWidgetWrapper .col-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

#pingerWidgetWrapper .col-1 {
    padding-left: 5px;
    padding-top: 0;
    width: 100%;
    position: relative;
    margin-right: 25px;
}

#pingerWidgetWrapper .col-2 {

}

#pingerWidgetWrapper .col-2 .inner {
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    background: none repeat scroll 0 0 #ddd;
    border: 1px solid #ccc;
    width: 130px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pingerWidgetWrapper {
    padding: 0;
    overflow: hidden;
}

#pingerWidget #pingerCode {
    resize: vertical;
    border: 1px solid rgb(188, 191, 196);
    height: 43px;
    width: 100%;
    padding: 5px;
    background: #ddd;
}

#pingerWidget #pingerCode:focus {
    background: #fff;
}

#pingerPanel {
    overflow: hidden;
}

#pingerPanel label {
    padding-right: 10px;
    font-weight: bold;
}

#pingerPanel input[type="text"] {
    width: 250px;
}

#pingerPanel h2, #pingerPanel h3 {
    border: none;
}

#pingerPanel tr, #pingerPanel td {
    background: none !important;
}

#pingerPanel td {
    border: none !important;
}

#pingerPanel #servicesList tr {
    border-bottom: 1px dotted #BBBBBB;
    line-height: 15px;
}

#pingerPanel #servicesList td:first-child {
    width: 10px;
}

#pingerPanel .col-1 {
    float: left;
    margin:0;
    width: 380px;
}

#pingerPanel .col-2 {
    float: right;
    margin-top: 25px;
    width: 535px;
}

.hint {
    cursor: help;
    border-bottom: 1px dotted;
}

.annotation {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 13px;
}

.annotation .aheader {
    display: block;
    margin-bottom: 8px;
}

.sda, #sda2, #sda3 {
    text-align: center;
    overflow: hidden !important;
}

.sp {
    margin: 15px;
    line-height: 16px;
    text-align: left;
}

#sda2 table, #sda3 table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
    width: 100%;
}

#sda2 th, #sda3 th {
    padding: 10px;
    background: #D8E0E6;
    text-align: left;
    white-space: normal;
}

#sda2 td, #sda3 td {
    line-height: 15px;
    border-bottom: 1px solid #D8E0E6;
}

#sda2 td:first-child {
    white-space: normal;
    vertical-align: middle;
}

#sda3 td:first-child {
    white-space: pre-line;
    vertical-align: middle;
}

#sda2 tr:nth-child(odd) {background: #D8E0E6}
#sda2 tr:nth-child(even) {background: #D8E0E6}

#sda3 tr:nth-child(odd) {background: #EEEEEE}
#sda3 tr:nth-child(even) {background: #EEEEEE}

#analytics-accordion {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
}

#analytics-accordion h3 {
    font-size: 16px;
    font-weight: normal;
}

#analytics-accordion>div {
    padding: 20px;
}

#analytics-accordion .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #4A76A8;
    border: 1px solid #4A76A8;
}

#analytics-accordion .ui-state-active .ui-icon{
    background-image: url(jquery/flick/images/ui-icons_ffffff_256x240.png);
}

#analytics-accordion .ui-state-hover {
    background: #4A76A8;
    border: 1px solid #4A76A8;
}

#comments {
    margin: 0;
    padding-bottom: 15px;
}

#comments2 {
    margin: 0;
    padding-bottom: 0;
    min-height: 270px;
}

#vk-repost-btn {
    padding: 5px;
    padding-top: 15px;
    padding-right: 0;
    overflow: hidden;
    float:right;
}

#vk-repost-btn a {
    font-size: 11px !important;
    color: #ffffff;
}

#vk-repost-btn td {
    padding: 0;
}

#mapctl1 {
    display: none;
}

.video-container {
    max-width: 640px;
    margin: 0 auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ads {
    margin-bottom: 15px;
}

.ads-5 {
    display: block;
    margin-bottom: 5px;
}

.adslot {
    padding: 0;
    padding-bottom: 20px;
    text-align: center;
}


span.external-link i {
    color: #666666;
    font-size: 12px;
}

span.external-link:hover i {
    color: #333333;
}

p.siteKeywords a, p.siteKeywords .link {
    font-size: 11px;
}

.container-fluid {
    width: 100%;
    overflow: hidden;
    display: block;
}

/* Bottom sticky ads */
.flyout-sticky-ads {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
}

.flyout-sticky-ads__inner {
    margin: 0;
    padding: 0;
    display: flex;
    width: auto;
    max-width: 400px;
    max-height: 1000px;
}

@media screen and (max-width:1560px) {
    .flyout-sticky-ads {
        display: none;
    }

    .flyout-sticky-ads__inner {
        display: none;
    }
}

#analytics-accordion .google-auto-placed {
    padding: 0 !important;
}

/* Ya banner */
.ya-banner {
    font-family: Roboto, Arial, sans-serif;
    display: flex;
    height: 160px;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
}

.ya-banner .ya-banner__img {
    transform: scale(1);
    overflow: hidden;
    width: 50%;
}

.ya-banner .ya-banner__body {
    padding: 15px;
    padding-top: 5px;
}

.ya-banner .ya-banner__title a {
    color: #3B5998;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0;
}

.ya-banner .ya-banner__title a:hover {
    color: #dd0000;
}

.ya-banner .ya-banner__text {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ya-banner .ya-banner__text a {
    color: #000;
    font-size: 1rem;
    text-decoration: none;
}

.ya-banner .ya-banner__link {
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 20px;
}

.ya-banner .ya-banner__link a {
    letter-spacing: 1px !important;
    color: rgba(0,0,0,0.65);
    text-decoration: none;
}

.ya-banner .ya-banner__button {
    font-size: .9em;
    padding: .55em .64em;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #3b5d9a;
    background-color: #3b5d9a;
    color: #fff !important;
}

.ya-banner .ya-banner__button:hover {
    border: 1px solid #dd0000;
    background-color: #dd0000;
}

/* new css */
.sites-thumbnail-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rw-row {
    display: flex;
    overflow: hidden;
}

.rw-col {
    width: 100%;
    align-self: center;
}