.table_company_comparison tr td:first-child{
    white-space: nowrap;
    background-color: #f4f4f4 !important;
    font-weight: bold;
    font-size: 16px;
    color: #575755;
    width: 200px;
}
.table_company_comparison .basic_profiles .post_country{
    padding-right: 60px !important;
    position: relative;
}
.table_company_comparison .post_country .post_country_fix{
    position: absolute;
    right: 5px;
    top: 8px;
}
.graph_post .post_left{
    float: left;
    width: 50%;
    padding: 0px 15px;
}
.graph_post .post_left img{
    width: 100%;
}
.table_company_comparison h3{
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0px !important;
    color: #982881;
    background-color: #e6e6e6;
    padding-left: 5px;
}
@media screen and (min-width: 1024px){
    main{
        margin-top: 0px;
    }
}
@media screen and (max-width: 992px){
    .table_company_comparison tr:first-child td{
        white-space: nowrap;
    }
}

/* Below code added by - Ilya 30-Dec-2016 Task-7309 */
.table_company_comparison .table .tr .td {
    width: 25%;
}