.audit__container { 
    clear: both; 
    overflow: hidden; 
    margin: 25px 0;
}
.audit__row {
    clear: both;
    margin: 0 -7.5px;
    overflow: hidden;
}

.audit__header {
    font-size: 30px;
    line-height: 1em;
    margin: 0 7.5px 10px;
}

.audit__user_name {
    font-weight: bold;
    text-transform: capitalize;
}

.audit__box {
    float: left;
    margin: 15px 7.5px 7.5px;
    min-width: 320px;
}

.audit__item {
    background-color: #fff;
    border: 1px solid #d8d7d9;
    padding: 15px 25px;
}

.audit__filter {
    margin: 15px 7.5px 0;
    min-width: 300px;
}

.audit__filter label {
    color: #68676b;
}

.audit__filter select {
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 1em;
    padding: 10px;
    width: 100%;
}

.audit__filter_user {
    float: right;
    margin-right: 10%;
}

.audit__data {
    float: left;
    margin-right: 20px;
}

.audit__title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px;
}

.audit__date {
    color: #68676b;
    font-size: 0.7rem;
    line-height: 1em;
}

.audit__column_center {
    text-align: center;
}

.audit__total {
    font-size: 60px;
    font-weight: bold;
    line-height: 1em;
    text-align: right;
}

.audit__table {
    background-color: #fff;
    border: 1px solid #d8d7d9;
    font-size: 16px;
    text-align: left;
    width: 90%;
}

.audit__table [class*=" icon-"],
.audit__table [class^=icon-] {
    color: rgba(0,0,0,0.5);
    margin-right: 5px;
}

.audit__table tr:nth-child(even) {
    background-color: #EEE;
}

.audit__table th {
    background-color: #EEE;
    border-bottom: 1px solid #d8d7d9;
    color: #000;
    font-weight: bold;
}

.audit__table th,
.audit__table td {
    padding: 10px 15px;
}

.audit__table td:first-child {
    font-weight: bold;
}

.audit__highlighted {
    border-bottom: 3px solid #f5c1bc;
    display: inline-block;
}

.audit__loading {
    background-color: rgba(255,255,255,0.7);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}