
    #main-content > div {
        
        overflow-x: auto;

    }
    .wpc-comparison-table {
        width: 1280px;
        margin: 4vw auto;
        border-collapse: collapse;
        color:#050505;
        line-height: 1.2em;
    }
    
    .wpc-comparison-table th, .wpc-comparison-table td {
        border: 1px solid #dadada;
        padding: 15px;
        text-align: center;
    }
    
    .wpc-comparison-table th {
        background-color: #009ac5;
        color: white;
        width: 250px;
    }
    
    .wpc-comparison-table tr:nth-child(even) {
        background-color: #ececec;
    }
    
    .wpc-comparison-table tr:hover {
        background-color: #e5e5e5;
    }
    
    .wpc-comparison-table .wpc-product-image {
        width: 150px;
        height: auto;
        border-radius: 5px;
    }
    
    .wpc-comparison-table .wpc-loading {
        color: #9fa3a6;
    }
    
    .wpc-comparison-table .wpc-buy-button {
        background-color: #009ac5!important;
        color: white;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 5px!important;
    }
    .wpc-comparison-table .wpc-buy-button:hover {
        background-color: #009ac5!important;
        border-color: #009ac5!important;
    }
    table.wpc-comparison-table tr td select {
        width: 80%;
        padding-right: 28px;
        margin: 0;
        border-radius: 5px;
    }
.wpc-product-title{
    font-size: 18px;
    
}
.wpc-product-price{color: #009ac5;}
    @media(max-width: 767px){
        .wpc-comparison-table {
            width: 800px;
            margin: 4vw 10px;
        }
        .wpc-comparison-table th, .wpc-comparison-table td {
            padding: 10px;
        }
        .wpc-comparison-table th {
            width: 150px;
        }
    }
    