body {
    background-color: #D3D3D3;
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #2C2C2C;
    line-height: 18px;
    margin: 0;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

h3, h4, h1 {
    margin: 2px 2px;
}

.block {
    display: block;
}

.form-group {
    margin-bottom: 16px;
}
.form-group label {
    margin-bottom: 4px;
}

.ph-left {
    float: left;
    padding: 2px;
    max-width: 90px;
    height: auto;
    overflow: hidden;
    margin-right: 6px;

}

.ph-left p.a {
    height: 20px;
    width: 55px;
    display: inline-block;
    background: url("../rank-Member.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

.ph-left p.b {
    height: 20px;
    width: 55px;
    display: inline-block;
    background: url("../rank-VIP.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

.ph-left p.c {
    height: 20px;
    width: 55px;
    display: inline-block;
    background: url("../rank-Mod.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

.ph-left p.d {
    height: 20px;
    width: 55px;
    display: inline-block;
    background: url("../rank-admin.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

.ph-right {
    float: left;
    padding: 2px;
    max-width: 450px;
    height: auto;
    overflow: hidden;
}

.otherp p.message img {
    max-width: 85%;
    margin-bottom: 3px;
    border: 1px solid #DDDDDD;
}

.firstp p.message img {
    max-width: 85%;
    margin-bottom: 3px;
    border: 1px solid #DDDDDD;
}

p.message {
    margin-top: 3px;
    padding: 0;
}

.firstp li {
    margin-left: 10px;
}

.container {
    margin: 0 auto;
    width: 1034px;
    overflow: hidden;
}

#sec_left {
    float: left;
    min-width: 500px;
    width: 644px;
    margin-right: 16px;
}

#sec_right {
    width: 310px;
    float: left;
    margin-right: 4px;
}

#pn_left {
    float: left;
    width: 206px;
    height: auto;
    margin-right: 12px;
}

#pn_center {
    width: 550px;
    height: auto;
    float: left;
    margin-right: 12px;

}

#pn_right {
    float: left;
    width: 200px;
    height: auto;

}

#pn_right img {
}

#sticky_l.scroll-to-fixed-fixed, #sticky_r.scroll-to-fixed-fixed {
    margin-top: 63px;
}

#pcontent {
    background-color: #FFFFFF;
    min-height: 70px;
    border-radius: 3px;
    border: 1px solid #C3C3C3;
}

#bordered-box {
    border-radius: 4px;
    border: 1px solid #fefefe;
    padding: 5px;
    overflow: hidden;
}

.top-white {
    height: 8px;
    background-color: #FFFFFF;
    border: 1px solid #C3C3C3;
    margin-top: 0;
}

#cat {
    background-color: #FFFFFF;
    margin: 8px auto;
    padding: 16px 40px;
    border-radius: 5px;
    border: 1px solid #C3C3C3;
    max-width: 654px;
}

#cat img {
    display: block;
}

#cat hr {
    width: 100%;
}

.cat-useless {
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    background-color: #FFF;
    margin: 0;
}

.topic-item {
    background-color: #FFFFFF;
    padding: 8px;
    margin-bottom: 8px;
    border: 1px solid #C3C3C3;
    border-radius: 4px;
    color: #565656;
    overflow: hidden;
}

.topic-item a {
    font-weight: bold;
}
.topic-item a.title {
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 8px;
}

.te-left {
    float: left;
    min-width: 65px;
    max-width: 65px;
    margin-right: 8px;
    overflow: hidden;
}

.te-left img {
    display: block;
    max-width: 40px;
}

.topic-item #smallpix {
    border: 1px solid #D0D0D0;
    padding: 1px;
    border-radius: 2px;
    width: 40px;
    height: 40px;
}

.te-right {
    width: 100%;
}

.te-right hr {
    width: 100%;
    border: none;
    height: 1px;
    color: #C0C0C0;
    background-color: #C0C0C0;
}
.t-poster {
    margin-top: 4px;
}
.te-right .t-poster img {
    width: 40px;
}
.te-right img {
    width: 26px;
    margin-bottom: -6px;
    margin-right: -4px;
}

.te-right p {
    margin: 0;
}

#pubMe {
    width: 100%;
    box-sizing: border-box;
    background-color: #FFFFFF;
    padding: 16px;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    margin-bottom: 16px;
    color: #343434;
    overflow: hidden;
}

#pubMe input[type=text] {
    padding: 8px;
    font-size: 1.1em;
    width: 175px;
    margin-right: 8px;
    border: 1px solid #607D8B;
    border-radius: 4px;
}

#pubMe input[type=submit] {
    background-color: #607D8B;
    color: #FFF;
    font-size: 1.1em;
    padding: 9px 16px;
    border-radius: 4px;
}

#pubMe input[type=submit]:hover {
    background-color: #728E9C;
}

#pubMe p {
    margin-bottom: 8px;
}

.box-title {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 8px;
    text-transform: uppercase;
    background-color: #EEEEEE;
    border-bottom: 1px solid #C3C3C3;
}

.box-inside {
    padding: 8px;
}

.box-inside img {
    max-width: 100%;
}

.box-inside p {
    margin: 0 0 1px 0;
    padding: 0;
}

.marked-container {
    border: 1px solid #C3C3C3;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding: 0 0 2px 0;
}

.marked-container .each a {
    font-size: 14px;
}

.marked-container .each {
    padding: 8px 0;
    margin-bottom: 4px;
    overflow: hidden;
}

.mt-ico {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #C0C0C0;
    border-radius: 2px;
    margin-right: 6px;
    margin-left: 0;
    padding: 1px;
}

.mt-ico img {
    width: 40px;
    height: 40px;
    border-radius: 2px;
}

.mt-stat {
    float: right;
    display: block;
    color: #A0A0A0;
}

.each {
    background-color: #FFFFFF;
    margin: 0;
    border-radius: 1px;
    padding: 8px;
    border-bottom: 1px solid #DDDDDD;
}

.recent-each {
    border-bottom: 1px solid #D5D5D5;
    overflow: hidden;
    margin: 0;
    padding: 7px 0;
}

.recent-thumb {
    float: left;
    max-width: 40px;
    width: 40px;
    height: 40px;
    border: 1px solid #D5D5D5;
    border-radius: 2px;
    margin-right: 6px;
    padding: 1px;
}

.recent-thumb img {
    max-width: 40px;
    width: 40px;
    height: 40px;
}

.recent-label {
}

.firstp {
    background-color: #FFFFFF;
    padding: 9px;
    border-radius: 3px;
    border: 1px solid #DEDEDE;
    line-height: 19px;
    margin-bottom: 30px;
}

.firstp img {
    max-width: 100%;
}

.related {

}
.related ul {
    margin-top: 16px;
}
.related ul li {
    margin: 8px 0;
}
.related ul li a {
    font-size: 16px;
}

.otherp {
    background-color: #FFFFFF;
    margin: 8px 3px;
    color: #343434;
    padding: 9px;
    border-radius: 3px;
    border: 1px solid #C3C3C3;
}

.otherp p {
    margin-bottom: 10px;
    margin-top: 0px;
}

.otherp img {
    max-width: 100%;
}

.post-heading {
    border-bottom: 1px solid #dedede;
    font-size: 1.1em;
    color: #343434;
    font-weight: bold;
    height: auto;
    width: 100%;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 4px;
}

.post-heading img {
    width: 50px;
    height: 50px;
}

.post-heading #smallpix {
    border: 1px solid #D0D0D0;
    padding: 1px;
    border-radius: 2px;
    width: 50px;
    height: 50px;
}

.post-heading p, .post-heading h4 {
    margin: 0;
    padding: 0;
}

.like-button {
    height: 21px;
    width: 21px;
    display: inline-block;
    background: url("../likeHD.png") no-repeat;
    background-size: contain;
    text-indent: 25px;
    padding-top: 3px;
    color: #666;
    font-weight: bold;
    margin-right: 30px;
}

.liked-button {
    height: 21px;
    width: 21px;
    display: inline-block;
    background: url("../likedHD.png") no-repeat;
    background-size: contain;
    text-indent: 25px;
    padding-top: 3px;
    color: #4FC3F7;
    font-weight: bold;
    margin-right: 30px;
}

.like-btn {
    height: 21px;
    width: 52px;
    display: inline-block;
    background: url("../likeHD.png") no-repeat;
    background-size: contain;
    text-indent: 27px;
    padding-top: 4px;
    color: #666;
    font-weight: bold;
    margin-right: 4px;
}

.clicked {
    height: 21px;
    width: 21px;
    display: inline-block;
    background: url("../likedHD.png") no-repeat;
    background-size: contain;
    text-indent: 25px;
    padding-top: 3px;
    color: #4FC3F7;
}

.quote-button {
    height: 21px;
    width: 80px;
    display: inline-block;
    background: url("../replyHD.png") no-repeat;
    background-size: contain;
    text-indent: 25px;
    color: #666;
    font-weight: bold;
    margin-right: 16px;
}

#pn_player {
    border: 1px solid #878787;
    padding: 5px;
    border-radius: 4px;
}

progress {
    /* Reset the default appearance */
    -webkit-appearance: none;
    appearance: none;
    border: none;
    height: 2px;
}

input#duration {
    width: 71px;
    padding: 2px;
    background-color: #cbddcb;
    border-radius: 2px;
    display: inline-block;
    margin-top: 2px;
    text-align: center;
}

img.share {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

#online {
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #C3C3C3;
    margin-top: 6px;
}

#online p {
    padding: 2px 0;
    margin: 0;
}

.online-each {
    display: block;
    border-bottom: 1px solid #EEEEEE;
    background-color: #FFFFFF;
    padding: 6px;
}

.online-each img {
    max-width: 32px;
    border: 1px solid #C0C0C0;
}

/*right panel */
#r_side {
    max-width: 300px;
    margin-top: -960px;
    float: right;
    margin-left: -240px;
}

/*marked topic */
#trend {
    background-color: #fffbd6;
    padding: 2px;
}

#l_side {
    margin-top: 8px;
    margin-left: -330px;
    max-width: 300px;
}

/*ad on left*/
#ad_head {
    background-color: #fffbd6;
}

#scroMe {
    max-height: 340px;
    overflow-y: scroll;
}


#boxscroll {
    padding: 0;
    height: 340px;
    overflow: auto;
    margin-bottom: 0;
}

#boxscroll2 {
    padding: 40px;
    height: 120px;
    width: 730px;
    border: 2px solid #F00;
    overflow: auto;
}

#boxscroll3 {
    overflow: hidden;
}

#boxframe {
    position: absolute;
    top: 28px;
    left: 420px;
    width: 400px;
    height: 300px;
    overflow: auto;
    border: 2px solid #0F0;
}

#boxscroll4 {
    height: 300px;
    margin-top: 40px;
    background-color: #00FF66;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    padding: 20px;
    color: #006633;
    overflow: auto;
}

#ascrail2000 {
    margin-left: -2px;
}

/*pagination redesign

*/
.pagination {
    margin: 16px 0;
    font-weight: normal;
}
.pagination a {
    background-color: #ededed;
    border: 1px solid #767676;
}
.pagination a, .pagination span {
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 8px;
}
.pagination span {
    background-color: #607D8B;
    color: #FFFFFF;
    border: 1px solid #767676;
}

.navbar {
    font-weight: bold;
    font-size: 14px;
    padding: 8px 4px;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    background-color: #FFF;
}

.navbar a {
    color: #203A59;
    padding: 2px;
    margin: 4px 0;
}

.navbar a:visited {
}

#timestamp {
    margin: 2px 2px 2px 2px;
    font-size: 12px;
    color: #ababab;
}

.quote {
    border: 1px solid #ababab;
    padding: 3px;
    border-radius: 2px;
    background-color: #EEEEEE;
}

.notice {
    background-color: #FFFBD6;
    border: 1px solid #DD5400;
    border-radius: 3px;
    text-align: center;
    padding: 6px;
    margin: 5px auto;
}


/*generic style for html tags */
a {
    color: #203A59;
    text-decoration: none;
}

a:visited {
}

hr {
    border: none;
    height: 1px;
    color: #EEEEEE;
    background-color: #EEEEEE;
}

a.button {
    background-color: #dedede;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #333;
    border-right-color: #333;
    border-top-color: #777;
    border-left-color: #777;
    border-radius: 3px;
    padding: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

p.boxhead {
    font-weight: bold;
    font-size: 15px;
    color: #343434;
    margin-bottom: -2px;
    background-color: #EEEEEE;
    padding: 8px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/* general inputs style */
input[type=text], input[type=password] {
    border: none;
}

input[type=text]:focus, input[type=password]:focus {
    box-shadow: 2px 2px 10px #bcbcbc;

}

input[type=submit] {
    border: none;
    background-color: #809D9B;
    border-radius: 2px;
    padding: 6px;
}

input[type=submit].block {
    border: 1px solid #204A58;
    background-color: #809D9B;
    border-radius: 2px;
    padding: 6px;
    display: block;
    margin-top: 10px;
}

textarea {
    border: 1px solid #DEDEDE;
    border-radius: 3px;
}

textarea:focus {
    box-shadow: 2px 2px 10px #bcbcbc;
}

textarea#message {
    width: 100%;
    margin-top: 16px;
}
#rich-kb-box {
    margin-top: 16px;
}

#profile-head {
    background-color: #FFFFFF;
    border-radius: 4px;
    width: 900px;
    height: 280px;
    margin: 5px auto;
    color: #343434;
    padding: 4px;
    border: 1px solid #C3C3C3;
}

#profile-head hr {
    margin: 0 0 8px 0;
}

#profile-head h4 {
    margin: 2px 0 2px 0;
    font-size: 1.3em;
    font-weight: bold;
}

#athumb {
    float: left;
    height: auto;
    width: 250px;
    margin-top: 20px;
    margin-left: 15px;
}

#athumb img.profile {
    width: 180px;
    height: 190px;
    border: 2px solid #dcdcdc;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 160px;
}

#profile-foot {
    width: 800px;
    margin: 0 auto;
}

li.topics {
    border-bottom: 1px solid #225377;
}

#profile-left {
    float: left;
    height: 150px;
    width: 300px;
    background-color: #ededed;
    color: #343434;
    padding: 4px;
    border-radius: 4px;
}

#profile-right {
    float: right;
    overflow: hidden;
    width: 300px;
    background-color: #ededed;
    color: #343434;
    padding: 4px;
    border-radius: 4px;
}

#profile-recent {
    padding-bottom: 3px;
}

#profile-recent ul, #profile-recent li {
    margin: 0;
    padding: 2px 0;
    list-style: none;
}

.ps-ico {
    width: 90%;
}

.ps-ico span {
    margin-right: 6px;
}

.ps-links {
    margin-bottom: 5px;
}

.ps-links a {
    background-color: #204A58;
    color: #FFFFFF;
    font-weight: bold;
    margin: 3px;
    padding: 3px;
    border-radius: 2px;
    border: 1px solid #C0C0C0;
}

.ico-label {
    display: inline;
}

.on-cover {
    float: left;
    height: auto;
    width: 270px;
    background: #FFFFFF;
    color: #020202;
    opacity: 0.9;
    padding: 5px;
    border-radius: 3px;
    margin: 7px;
}

.on-cover p {
    margin: 0;
}

.profile-action {
    margin-top: 10px;
}

.profile-action a.button {
    float: left;
    margin-right: 9px;
    opacity: 1;
}

#online-container {
    background-color: #FFFFFF;
    border: 1px solid #C3C3C3;
    height: auto;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 16px;
}

#online-container img {
    width: 34px;
    height: 34px;
    margin-right: 4px;
}

#online-container p {
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 0;
    color: #343434;
}

#o-each {
    margin-bottom: 30px;
    display: block;
}

#o-each img {
    width: 40px;
    height: 40px;
}

#o-each #smallpix {
    border: 1px solid #D0D0D0;
    padding: 1px;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    margin-right: 4px;
}

#socials {
    height: 36px;
}


.form-reg {
    width: 100%;
}

form.form-reg input {
    display: block;
}

.form-reg input[type=text], .form-reg input[type=password] {
    width: 100%;
    padding: 4px;
    border: none;
    border-radius: 4px;
}

.form-post {
    width: 540px;
    margin: 0 auto;
}

form.form-post input {
    margin-bottom: 5px;
    margin-top: 2px;
}

form.form-post input[type=text], form.form-post input[type=password] {
    display: block;
    width: 100%;
    padding: 4px;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
}

form.form-post textarea {
    display: block;
    border: 1px solid #CDCDCD;
    padding: 4px;
}

/*private messaging css */
.pm-left {
    width: 750px;
    float: left;
    margin-right: 33px;
}

.pm-menu {
    width: 234px;
    float: left;
    background-color: #FFFFFF;
    padding: 7px;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    margin-bottom: 4px;
    color: #343434;
}

.pm-each {
    background-color: #FFF;
    padding: 4px 8px;
    margin-bottom: 3px;
    height: auto;
}

#pmBG {
    width: 700px;
    margin: 5px auto 15px auto;
}

.reci {
    float: right;
    background-color: #dedeff;
    width: 280px;
    padding: 6px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    margin-bottom: 5px;
    color: #343434;
}

.sender {
    float: left;
    background-color: #deffde;
    width: 280px;
    padding: 6px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-bottom: 5px;
    color: #343434;
}

.unread {
    background-color: #4FC3F7;
    margin-bottom: 2px;
}

.reg-card {
    background-color: #FFFFFF;
    width: 100%;
    margin: 8px auto;
    padding: 40px 40px;
    border-radius: 5px;
    border: 1px solid #C3C3C3;
    overflow: hidden;
    box-sizing: border-box;
}

.login-left {
    float: left;
    width: 450px;
    margin-right: 60px;
    padding-right: 8px;
}

.login-right {
    float: left;
    width: 400px;
}

input[type=text].login-ttxt, input[type=password].login-tpass {
    border: 2px solid #ABABAB;
    border-radius: 4px;
    margin: 10px 0;
    display: block;
    padding: 14px;
    font-size: 16px;
}

select.login-selectable {
    border: 2px solid #ABABAB;
    border-radius: 4px;
    padding: 8px;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 2px;

}

input[type=submit].login-submit {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px 19px;
    border: 1px solid #333;
    border-radius: 6px;
    background-color: #203A59;
    margin: 8px 0;
}

input[type=submit].login-submit:hover {
    background-color: #aaaaee;
}

#sticky-ads {
    background-color: #FFFFFF;
    border: 1px solid #C3C3C3;
    margin-top: 20px;
}

#sticky-ads img {
    width: 99%;
    max-width: 99%;
}

#sticky-ads.scroll-to-fixed-fixed {
    margin-top: 63px;
}

.fore-footer {
    height: 70px;
}

/*rich keyboard style */
.rich-kb-box {
    width: 99%;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 5px 2px;
    border: 1px solid #CDCDCD;
}

.rich-kb-box span {

}

.rich-kb-box span.separator {
    border-right: 1px solid #ABABAB;
    margin: 0 3px;
}

.rich-kb-box span.bold {
    background: url("ico/bold-32.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    text-indent: -9999px;
    padding: 0;
}

.rich-kb-box span.italic {
    background: url("ico/italic-32.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    text-indent: -9999px;
    padding: 0;
}

.rich-kb-box span.underline {
    background: url("ico/underline-32.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    text-indent: -9999px;
    padding: 0;
}

.rich-kb-box span.list {
    background: url("ico/list-32.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    text-indent: -9999px;
    padding: 0;
}

.rich-kb-box span.link {
    background: url("ico/link.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    text-indent: -9999px;
    padding: 0;
}

.rich-kb-box span.link2 {
    background: url("ico/link_edit.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    text-indent: -9999px;
    padding: 0;
}

.rich-kb-box span.image {
    background: url("ico/image.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    text-indent: -9999px;
    padding: 0;
}

.rich-kb-box span.smile {
    background: url("ico/smile.gif") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    text-indent: -9999px;
    padding: 0;
}

.rich-kb-box span.sad {
    background: url("ico/sad.gif") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    text-indent: -9999px;
    padding: 0;
}

.rich-kb-box span.alien {
    background: url("ico/alien.gif") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    text-indent: -9999px;
    padding: 0;
}

.rich-kb-box span.confused {
    background: url("ico/confused.gif") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    text-indent: -9999px;
    padding: 0;
}

.rich-kb-box span.cool {
    background: url("ico/cool.gif") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    text-indent: -9999px;
    padding: 0;
}

a.link-button {
    background-color: #EEEEEE;
    border: 1px solid #C0C0C0;
    border-radius: 3px;
    padding-top: 4px;
    padding-right: 4px;
    margin-bottom: 14px;
}

a.link-button:hover {
    background-color: #FFFFFF;
    text-decoration: none;
}

span.topic-button {
    height: 21px;
    width: 21px;
    display: inline-block;
    background: url("../add.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

span.follow-button {
    height: 21px;
    width: 21px;
    display: inline-block;
    background: url("../subscribe.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

span.views-ico {
    height: 32px;
    width: 32px;
    display: inline-block;
    background: url("ico/hits.png") no-repeat;
    background-size: contain;
    margin-bottom: -10px;
    text-indent: -9999px;
}

span.comments-ico {
    height: 32px;
    width: 32px;
    display: inline-block;
    background: url("ico/comments.png") no-repeat;
    background-size: contain;
    margin-bottom: -10px;
}

span.p-settings {
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url("ico/setting_tools.png") no-repeat;
    background-size: contain;
    margin-bottom: 5px;
    cursor: pointer;
}

a.fb-ico {
    height: 32px;
    width: 32px;
    display: inline-block;
    background: url("../facebook40.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
    border-radius: 2px;
}

a.tweet-ico {
    height: 32px;
    width: 32px;
    display: inline-block;
    background: url("../twitter40.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
    border-radius: 2px;
}

a.gplus-ico {
    height: 32px;
    width: 32px;
    display: inline-block;
    background: url("../gplus40.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
    border-radius: 2px;
}

a.whatsapp-ico {
    height: 32px;
    width: 32px;
    display: inline-block;
    background: url("../whatsapp40.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
    border-radius: 2px;
}

a.igram-ico {
    height: 32px;
    width: 32px;
    display: inline-block;
    background: url("../instagram.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
    border-radius: 2px;
}

.child-each {
    display: inline-block;
    background-color: #4FC3F7;
    padding: 8px 16px;
    margin: 2px;
    border-radius: 12px;
}

.child-each a {
    color: #FFFFFF;
}

.tab-container {
    margin: 0 auto;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: #FFF;
    color: #000030;
    display: inline-block;;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal;
    padding: 4px 6px;
}

ul.tabs li.t-left {
    margin-right: -4px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #C0C0C0;
    border-right: none;
}

ul.tabs li.t-right {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #C0C0C0;
}

ul.tabs li.current {
    background: #ededed;
    color: #222;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}


.in-left {
    width: 750px;
    float: left;
    margin-right: 33px;
}

.in-menu {
    width: 234px;
    float: left;
    background-color: #FFFFFF;
    padding: 7px;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    margin-bottom: 4px;
    color: #343434;
}

.in-each {
    background-color: #FFF;
    padding: 4px 8px;
    margin-bottom: 3px;
    height: auto;
}

.standard-wrapper {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
}

.marked-nav-container {
    margin-bottom: 16px;
    overflow: hidden;
}

h4.sec-header {
    border-bottom: 1px solid #C0C0C0;
    display: block;
    font-size: 1.4em;
    color: #434343;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

/*buttons with ico off nav bar */
.pubAction {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.pubAction span {
    margin: 0 10px;
    display: table-cell;
    text-align: center;
}

.img-w-txt2 {
    text-align: center;
    min-width: 48px;
}

img.link-ico {
    width: 24px;
    height: 24px;
    margin-bottom: -6px;
}

a.img-b-space {
    color: grey;
}

.img-w-txt2:hover {
    text-decoration: underline;
}

/*new site stat table design */
.stat-table {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.stat-table span {
    margin: 0 10px;
    display: table-cell;
    text-align: center;
}
