.pro-list {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.pro-list li {
    float: left;
    margin: 0 20px 20px 0;
    text-align: center;
}

@media (max-width: 414px) {
    .pro-list li {
        text-align: left;
    }

    .pro-img-box {
        margin: 0 !important;
    }

    .pro-img {
        margin: 0 !important;
    }
}

.pro-list li .pro-name {
    text-decoration: none !important;
    line-height: 30px;
    font-weight: bold;
}

.pro-img-box {
    display: block;
    height: 10vh;
    width: 10vh;
    overflow: hidden;
    margin: 0 auto;
}

.pro-img {
    display: block;
    height: 10vh;
    min-height: 60px;
    width: auto;
    margin: 0 auto;
}

.product-box {
    padding-top: 40px;
}

.product-box table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    height: 60%;
    background-color: #F0F0F0;
}

.product-box td,
.product-box th,
.product-box tr {
    border: 2px solid #cccccc;
    text-align: left;
    padding: 18px;
    font-weight: bold;
    color: black;
}

/*.product-box td {
    font-size: 38px;
}*/

.product-box td:nth-child(even) {
    font-weight: bold;
}

.product-box th:nth-child(even) {
    font-weight: bold;
}

/*.product-box .but {
    background-color: #808080;
    padding: 20px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50%;
}*/

.product-box .hed {
    color: black;
    font-family: arial, sans-serif;
    font-size: 36px;
    padding: 8px;
}

.product-box .colo {
    color: red;
}

.product-box .email {
    font-family: arial, sans-serif;
}

.product-box .dateline {
    color: black;
    font-size: 33px;
}

.product-box .sname {
    font-family: arial, italic;
}