.tag {
    background: #41515B;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    float: left;
    width: 130px;
}

.tag::after {
    background: #fff none repeat scroll 0 0;
    border-bottom: 35px solid transparent;
    border-left: 15px solid #41515B;
    border-top: 0px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

.total_title {
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    color: #9fa0a2;
    line-height: 35px;
}

.content {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 15px;
}

.content_col {
    width: 25%;
    position: relative;
    display: inline-block;
    float: left;
    color: #696b70;
}

.content_title {
    text-transform: capitalize;
    text-align: left;
    font-size: 17px;
    float: left;
    width: 25%;
}

.content_col:nth-child(5),
.content_col:nth-child(4),
.content_title:nth-child(3),
.content_title:nth-child(4) {
    width: 20%;
}

.content_col:nth-child(2),
.content_col:nth-child(3),
.content_title:nth-child(2),
.content_title:nth-child(1) {
    width: 30%;
}

.content_col:nth-child(2) {
    padding-left: 15px;
}

.line {
    color: #9fa0a2;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #e5e1e1;
}

.content_col .line:nth-child(1) {
    padding-top: 15px;
}

.content_title_row {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    padding: 15px;
    /* the rest of your styling */
}

.content_item {
    margin-top: 80px;
    width: 100%;
    position: relative;
    float: left;
}

.content_item:first-child {
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
    .content_wrapper {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .content {
        width: 890px;
        float: left;
    }
}

@media screen and (max-width: 320px) {
    .table_tab_section .tabs li {
        font-size: 14px;
    }
    .content_item {
        margin-top: 40px;
    }
    .content_item:first-child {
        margin-top: 10px;
    }
}
