/*======================================================================================================================
# ADHOC
======================================================================================================================*/
.adhoc-container {
    padding-left: 16px;
    padding-right: 16px;
}

/* @include medium; */
@media screen and (min-width: 768px) {
    .adhoc-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

/*======================================================================================================================
# CONTENT
======================================================================================================================*/

/*======================================================================================================================
# CORE
======================================================================================================================*/

/*======================================================================================================================
# COURSE
======================================================================================================================*/
.major-course-container {
    padding-left: 16px;
    padding-right: 16px;
}

/* @include medium; */
@media screen and (min-width: 768px) {
    .major-course-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.major-course-header {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

/* @include medium; */
@media screen and (min-width: 768px) {
    .major-course-header {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.major-course-title {
    margin-top: 0;
    margin-bottom: 0;
}

.major-course-td-hours {
    text-align: right;
    font-weight: 600;
}

.major-course-td-action {
    text-align: right;
}

.major-course-toggle {
    border: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 24px;

    cursor: pointer;
    transition: all linear 0.2s;

    color: #041e42;
    font-size: 10px;
    line-height: 1;
}

.major-course-toggle:hover {
    background-color: #041e42;
    color: white;
}

.major-course-toggle .fa {
    font-size: inherit;
    line-height: inherit;
}

.major-course-tr-content {
    display: none;
}
/*======================================================================================================================
# MAJOR
======================================================================================================================*/

/*======================================================================================================================
# MEDIA
======================================================================================================================*/
