#main-content {
    width: 100%;
    background-color: #fff;
    font-family: 'Roboto Condensed', sans-serif
}

#content-cont {
    min-width: 350px;
    max-width: 1600px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5vmin
}

.task-list {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px
}

@media (max-width: 768px) {
    .task-list {
        font-size: 16px
    }
}

.search-form {
    position: relative
}

.search-icon {
    position: absolute;
    left: 10px;
    color: grey
}

.search-input {
    width: 50vmin;
    min-width: 220px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none
}

.search-input:focus {
    box-shadow: none;
    border-color: #007770
}

.search-btn {
    width: 80px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    background-color: #007770;
    border-color: #007770
}

.search-btn:hover {
    background-color: grey;
    border-color: #007770
}

.action-btn {
    border-radius: 50%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0;
    background-color: grey;
    border-color: grey;
    width: 40px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    margin: 3px
}

.action-btn:hover {
    background-color: #007770;
    border-color: #007770
}

.table {
    margin-bottom: 0
}

.content-heading {
    margin-top: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0px;
}

.content-sub-heading {
    margin-bottom: 25px;
}

@media (max-width: 576px) {
    #content-cont {
        min-width: 350px;
        max-width: 1600px;
        padding-left: 15px;
        padding-right: 15px
    }

    .search-form, .search-input {
        width: 100%
    }

    .content-heading {
        font-size: 32px
    }
}

.table-caption {
    color: #000;
    padding: 20px
}

#accordion-1 {
    margin-top: 30px;
}

.order-expand-link {
    color: black;
    display: block;
}

.order-expand-link:hover {
    color: #898e8c;
}

.order-expand-header {
    width: 100%;
}

tr:nth-child(2n+2),th {
    background: #f7f7f7;
}
