@media (min-width: 767px) {
    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        border-top: 0;
    }
}

.table > thead .h4 {
    line-height: 2rem;
}

.table > tbody > tr > th {
    padding-left: 1rem;
    font-weight: initial;
}

.employee-table .table-hr {
    padding-bottom: 1rem;
    border-bottom: 2px solid #ccc;
}

/* Jesse Was Here :P */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2.5em 0;
    padding: 0;
    }

.sub-title{
        font-weight: bolder;
        font-size: 18px;
        
}

.down-arrow{
    margin-left: 10px;
    content: '\f107';
    font-family: 'FontAwesome';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

