﻿.recom {
    width: 100%;
    border-collapse: unset;
    border-spacing: 2px;
    display: table;
}

    .recom td {
        color: #333;
        text-decoration: none;
        font-weight: bold;
        font-size: 100%;
        padding: 7px !important;
        text-align: left;
        border-bottom-style: solid;
        border-width: 0.5px;
        border-color: antiquewhite;
    }

        /*.recom td:hover {
            background-color: #e1e1e1;                 
        }*/

    .recom a {
        color: #cc782f;
        text-decoration: none;
        font-weight: bold;
        font-size: 100%;
    }

    .recom tr {

    }

.get_more {
    background-color: #cc782f !important;
    color: white !important;
    height: 7px !important;
    padding: 0 !important;
    padding-left: 10px !important;
}

    .get_more:hover {
        background-color: #465457 !important;
    }



.recom2_hid {
    display:none;
}

.no_hover {
    color: rgb(51, 51, 51) !important;
    background-color: white !important;
    font-weight: bolder !important;
    border-color: rgb(248,248,248);
    border-width: 0px;
    font-family: inherit;
    border: none;
    font-weight: 900 !important;
}

.no_hover2 {
    color: rgb(51, 51, 51) !important;
    background-color: white !important;
    font-weight: bolder !important;
    border-color: rgb(248,248,248);
    border-width: 0px;
    font-family: inherit;
    border: none;
}



