.tablemaslo table{
    width: 100%;
    /*background: black;*/
    border: 1px solid red;
    border-radius: 3px;
    /*overflow: hidden;*/
    margin-bottom: 40px;
    box-shadow: 0px 5px 5px 0px rgba(255, 0, 0, 0.05);
    line-height: 1.3;
    border-collapse:collapse;
    border-spacing:0;
    color: white;
}
.tablemaslo table th{color: #fff;background: #e10000;font-size: 18px;font-weight: 500;padding: 0 12px;vertical-align: middle;height: 40px;text-align: left; border: 0px;}
.tablemaslo table th:last-child{text-align: right; width: 100px;}
.tablemaslo table td{vertical-align: middle;padding: 8px 12px;border-bottom: 1px solid #e8e8e8; border: 0px;}
.tablemaslo table td:last-child{text-align: right; font-weight: 700;}
.tablemaslo table tr:nth-child(2n){background: #160000;}
.tablemaslo table b, table strong{font-weight: 500;}
.tablemaslo table a{color: #e10000; border-bottom: 1px solid transparent}
.tablemaslo table a:hover{border-color: #e10000}


.item-oil {
    min-height: 100px;
    width: 140px;
    
    display: inline-block;
    /*float: left;*/
    background-repeat: no-repeat;
    background-size: 100px;
    background-position-y: 20px;
    padding: 20px 10px 20px 110px;
    margin: 15px 10px;
    overflow: hidden;
    background-color: RGBA(250,250,250,.2);
    
    }
    #oil-name {
        font-weight: 600;
    }
    #oil-w {
        color: red;
        font-weight: 500;
    }
    .item-oil p {
        margin-bottom: 0px;
    }
    .item-oil li { list-style-type: none;}
    
    .b-oil {
        background-color: red;
        width: 310px;
        height: 45px;
        font-weight: 700;
        font-size: 18px;
        border-radius: 3px;
        color: white;
        border: 0;
        clear: both;
        overflow: hidden;
        box-sizing: border-box;
        text-align: center;
        padding-top: 10px;
        margin: 30px auto 20px auto;
        float: none;
        transition: all 0.4s ease;
        opacity: 0.9;
        cursor: pointer;
    }
    .b-oil:hover {
        font-size: 19px;
        opacity: 1;
        border-radius: 10px;
        transition: all 0.4s ease;
    }