.go-charts {
    float: right;
}

.align-right {
    text-align: right;
}

.class-item .add {
    color: red;
}

.class-item .minus {
    color: green;
}

.class-all-box thead tr th:nth-child(1),
.class-item-box thead tr th:nth-child(1) {
    width: 30%;
    padding-left: 50px;
}

.class-all-box thead tr th:nth-child(2),
.class-item-box thead tr th:nth-child(2) {
    width: 20%;
}

.class-all-box .class-item:hover,
.class-item-box .class-item:hover {
    background: rgba(17, 144, 210, 0.28);
}

.class-all-box thead tr th:nth-child(3),
.class-item-box thead tr th:nth-child(3) {
    width: 30%;
    padding-right: 50px;
}

.class-all-box .class-item td:nth-child(1),
.class-item-box .class-item td:nth-child(1) {
    width: 30%;
    text-align: left;
    padding-left: 50px;
}

.class-all-box .class-item td:nth-child(2),
.class-item-box .class-item td:nth-child(2) {
    width: 20%;
    text-align: right;
}

.class-all-box .class-item td:nth-child(3),
.class-item-box .class-item td:nth-child(3) {
    width: 30%;
    text-align: right;
    padding-right: 50px;
}