/* CSS styles for the tool */
.rt tr td,
.rt tr th {
    text-align: center;
}

.rt tr td:first-child,
.rt tr th:first-child,
.rt tr td:last-child,
.rt tr th:last-child {
    text-align: left !important;
}

@media (width <=768px) {
    .col-sm-12 {
        width: 100%;
    }
}