/*some post css fix*/
.entry table.company_table, .entry table.review-mobile{
    border: 0;
}
.entry table.company_table tbody td, .entry table.review-mobile tbody td  {
    border-bottom: 0px;
}
.entry table.company_table tbody td, .entry table.review-mobile tbody td {
    border-bottom: 0px;
}
.entry table.company_table thead th {
    background:#F88C00;
    border-right: 0px;
    border-bottom: 0px;
    text-transform: inherit;
    padding: 6px;
    vertical-align: middle;
}

.entry table.company_table td,
.entry table.company_table th,
.entry table.review-mobile td,
.entry table.review-mobile th
 {
    border-right: 0px;
    padding:7px;
    
}
.entry table.company_table span.number_circle {
     padding: 2px 7px;
}
/*fix end here*/
.company_table thead {
    background: #F88C00;
}

.table.company_table>tbody>tr>td, .table.company_table>tbody>tr>th, .table.company_table>tfoot>tr>td, .table.company_table>tfoot>tr>th, .table.company_table>thead>tr>td, .table.company_table>thead>tr>th {
    vertical-align: middle;
}

.company_table thead tr th {
    color: white;
}

td.brand img {
    max-width: 135px;
    max-height: 55px;
}

.rank img {
    max-width: 100px;
    max-height: 55px;
}

td.coupon_box {
    background-image: url(index2_0.png);
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    top: 10px;
    left: 22px;
}



td.price {
    color: #1e73be;
    font-weight: bold;
    font-size: 13px;
}

span.coupon_value {
    top: 19px;
    left: 11px;
    position: absolute;
    display: block;
    font-weight: 500;
    color: white;
}

span.number_circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #F88C00;
    display: inline-block;
    padding: 2px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-left: 11px;
}

.company_table>thead>tr>th {
    text-align: center;
}

table.review-mobile td {
    text-align: center;
    vertical-align: middle !important;
}
.review-result-wrapper i {
    font-style: normal;
    font-size: 13px !important;
    padding: 0 1px;
}


button.table-button {
    color: white;
    background: #f0ad4e;
    padding: 9px 10px;
    border-radius: 5px;
}

button.table-button:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    text-decoration: none;
}

a.table-button {
    color: white;
    background: #f0ad4e;
    padding: 9px 10px;
    border-radius: 5px;
}

a.table-button:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    text-decoration: none;
}

/*bootstrap fix */


h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/*theme conflict*/
.related-item h3 {
    font-size: 14px;
} 
/*theme conflict end*/


/*popup fixes*/
.modal-inner-body {
    text-align: center;
}
.modal-inner-body>p {
    font-size: 13px;
    font-weight: bold;
    padding:30px;
}
.entry .modal-inner-body>p {
    font-size: 13px;
    font-weight: bold;
    padding:0px;
}
a#popup-btn1 {
    position: relative;
    left: -11px;   
}
a#popup-btn2 {
    position: relative;
    left: 10px;
}
/*popup fixes end*/

/*responsive mobile fix*/



div.company_table_mobile td.coupon_box{
    left:50px;
}

div.company_table_mobile span.number_circle {
    padding: 1px 8px;
}
/* ----------- iPhone 5 and 5S ----------- */

@media (min-width: 1200px){

    .container {
        width: 1045px;
        padding:0px;
    }
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {


    div.company_table_mobile td.coupon_box {
        left: 30px;
    }

}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
     div.company_table_mobile td.coupon_box {
        left: 50px;
    }


}