.rating-content {
    margin-right: 10%;
    margin-left: 2%;
}

table {
    table-layout: fixed;
}

td:hover, td.hover {
    background: none;
}

.list-table th {
    text-align: center;
    background-color: #eceff6;
    width: 30%;
    border-right: 1px solid #AAAAAA;
    font-size: 14px;
}

.list-table th:last-child{
    border-right: 0px;
}

.rating-table tbody td {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    color: #595959;
    width: 30%;
    font-size: 14px;
    border-bottom: 1px solid #AAAAAA;
    padding: 0 20px;
}

#scroll {
    overflow: hidden
}

.left-img {
    margin-top: -15px;
}

.content {
    margin-top: 30px;
    overflow: hidden;
    display: flex;
}

.width-10 {
    width: 10% !important;
}

table td p {
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-center {
    text-align: center !important;
}

.footer-relative {
    position: relative !important;
}