﻿* {
    margin: auto;
    font-size: 14px;
}

.cls {
    width: 100%;
    padding-bottom: 30px;
}

.cls-title {
    font-size: 16px;
    padding: 15px 0 10px 20px;
    background: #f6f6f6;
}

.productClass {
    background: #f6f6f6;
    margin-bottom: -10px;
}

    .productClass a {
        font-size: 15px;
        color: black;
        background: white;
        display: block;
        width: 95%;
        height: 35px;
        line-height: 35px;
        text-align: left;
        text-decoration: none;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        margin-bottom: 10px;
    }

.cls-bottom {
    width: 100%;
    height: 30px;
    background: #f6f6f6;
    margin-bottom: -30px;
}
