.schedules {
    display: flex;
    justify-content: space-between;
    padding: 0px 200px 20px 0;
    font-weight: normal;
}
.schedules .red_text {
    color: #a40000;
    font-size: 14px;
}
.schedules .btn {
    color: #fff;
    width: 160px;
    text-align: center;
    display: block;
    border-radius: 6px;
    text-decoration: none;
    background: #d9af3b;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
}
.schedules .btn_disabled {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 45px;
    margin-top: 0px;
    color: #848484;
    background: #dedede;
    border-radius: 6px;
}

.btn_exam {
    background-color: #d9af3b;
}