.routine__result__table table {}


.routine__result__table table thead {
    background-color: #908f8e;
    color: white;
}

.routine__result__table table thead th {
    font-size: 18px;

}

.routine__result__table table tbody td {
    font-size: 17px;
    font-weight: 400;
}

.class_col {
    width: 10%;
}

.title_col {
    width: 60%;
}

.view_col {
    width: 15%;
}

.download_col {
    width: 15%;
}

.view_col a {
    background-color: #333;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 7px 12px;
    text-transform: justify;
}

.view_col a i {
    color: #333;
}

.view_col a:hover {
    background-color: var(--alori-base);
    border: none;
}

.download_col a {
    background-color: red;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 7px 12px;
    text-transform: justify;
}

.download_col a i {
    color: red;
}

.download_col a:hover {
    background-color: var(--alori-base);
    border: none;
}


@media only screen and (max-width: 767px) {
    .routine__result__table table thead th {
        font-size: 15px;
    }
}