.edu-table-responsive {
    border-collapse: collapse;
    width: 100%;
    overflow: scroll;
}

    .edu-table-responsive tr {
        height: 30px;
        background-color: #fafafa;
        border-bottom-color: #fff;
    }

        .edu-table-responsive tr.heading-table {
            background-color: #8dc63f;
        }

        .edu-table-responsive tr.heading-content {
            border-top-color: #fff;
            background-color: #242c42;
            color: #fff;
        }

    .edu-table-responsive th {
        vertical-align: middle;
        display: table-cell;
        text-transform: capitalize;
        color: #fff;
        font-weight: bold;
        border: 1px solid #fff;
        text-align: center;
    }

    .edu-table-responsive td {
        display: table-cell;
        color: #000000;
        font-weight: normal;
        vertical-align: middle;
    }

    .edu-table-responsive tr {
        /*height: 120px;*/
        overflow-y: auto;
    }

        .edu-table-responsive tr:after {
            /*content: ' ';*/
            display: block;
            visibility: hidden;
            clear: both;
        }

    .edu-table-responsive td a {
        color: #000000;
    }

        .edu-table-responsive td a:hover {
            color: #2aacff;
        }

    .edu-table-responsive td.bold-color {
        color: #49575f;
    }

    .edu-table-responsive td.bolder-color {
        color: #242c42;
    }

    .edu-table-responsive td.green-color {
        color: #2aacff;
    }

    .edu-table-responsive td.heading-content {
        font-size: 16px;
        font-weight: bold;
        text-align: left;
    }

    .edu-table-responsive td i.w20 {
        width: 20px;
    }

    .edu-table-responsive td i.w27 {
        width: 27px;
    }

    .edu-table-responsive td i.fa-caret-right {
        background-color: #2aacff;
        border-radius: 50%;
        width: 14px;
        height: 14px;
        text-align: center;
        line-height: 14px;
        color: #fff;
    }

        .edu-table-responsive td i.fa-caret-right :before {
            position: relative;
            right: -1px;
        }

    .edu-table-responsive td i.fa-file-text {
        color: #2aacff;
    }

    .edu-table-responsive td i.mr18 {
        margin-right: 18px;
    }

    .edu-table-responsive td i.mr25 {
        margin-right: 16px;
    }

    .edu-table-responsive td .bg-yellow {
        background-color: #e2cf00;
        color: #fff;
        display: initial;
        padding: 5px 9px;
    }

    .edu-table-responsive .col-2 {
        width: 150px;
        min-width: 150px;
        text-align: left;
    }

    .edu-table-responsive .col-1, .edu-table-responsive .col-3 {
        width: 150px;
        min-width: 150px;
    }

    .edu-table-responsive .col-4 {
        width: 180px;
        min-width: 180px;
    }
