﻿.page-title {
    padding-top: 23px;
    padding-left: 30px;
    padding-bottom: 10px;
}

.page-title h1 {
    font-weight: normal;
    font-family: 'PT Sans', Arial, sans-serif;
}

.divCommentList {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 385px);
}

.divCommentList li {
    padding-left: 0;
}

.divCommentList li:last-child {
    border-bottom: none;
}

.survey-short-description {
    padding-left: 60px;
}

.avatar-name {
    padding-right: 3px;
    font-weight: bold;
}

.survey-date {
    float: right;
}

.comment-text {
    padding-top: 10px;
    text-align: justify;
}

.comment-text span {
    color: #4d4d4d;
}

div.divSocialshare ul {
    text-align: left;
}

div.divSocialshare ul li {
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    border-bottom: none;
    display: inline-block;
}

div.divSocialshare ul li a i.fa-facebook-f:before {
    background-color: #395A9B;
}

div.divSocialshare ul li a i.fa-twitter:before {
    background-color: #1AA8E0;
}

div.divSocialshare ul li a i.fa-google-plus:before {
    background-color: #D24634;
}

div.divSocialshare {
    padding-top: 8px;
    margin-bottom: 11px;
}

div.divSocialshare ul li a {
    width: 28px;
    height: 28px;
    color: white;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0);
}

div.divSocialshare ul li a i {
    font-size: 23px;
    line-height: 28px;
}

div.divSocialshare ul li a i:before {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
}

.divAdSence {
    float: right;
    width: 306px;
    margin-right: 15px;
}

div.PageContainer {
    max-width: 1500px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .divCommentList {
        width: calc(100% - 60px);
    }

    .divAdSence {
        display: none;
    }

    .table {
        width: calc(100% - 15px);
    }
}
