img.more_pc {
    width        : 70px;
    height       : 70px;
    border-width : 0px;
}

img.more_mobile {
    width        : 170px;
    height       : 170px;
    border-width : 0px;
}

td.prep_title {
    color            : white;
    font-family      : Arial;
    font-size        : 35px;
    font-style       : normal;
    font-weight      : bold;

    padding-top      : 10px;
    padding-bottom   : 10px;
    padding-left     : 10px;
    padding-right    : 10px;

    background-color : black;
}

td.prep_no {
    color            : black;
    font-family      : Arial;
    font-size        : 35px;
    font-style       : normal;
    font-weight      : bold;

    padding-top      : 10px;
    padding-bottom   : 10px;
    padding-left     : 10px;
    padding-right    : 10px;

    text-align       : center;
    vertical-align   : text-top;

    background-color : white;

    width            : 40px;
}

td.prep_info {
    color            : black;
    font-family      : Arial;
    font-size        : 35px;
    font-style       : normal;
    font-weight      : bold;

    padding-top      : 10px;
    padding-bottom   : 10px;
    padding-left     : 10px;
    padding-right    : 10px;

    background-color : white;
}
