h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
table>thead>tr>th,
.list-name > .pull-left span {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #4f4f4f;
}

p,
table>tbody>tr>td {
    font-weight: 400;
    word-break: break-all;
}

.profile-view>article>section p {
    text-align: justify !important;
    word-break: normal !important;
}

p {
    line-height: 25px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid rgba(0, 0, 0, .05);   
    vertical-align: middle;
    font-size: 15px;
}

.rating-container .filled-stars {
    text-shadow: none;
    -webkit-text-stroke: 1px #ffae00;
}

.filled-stars .glyphicon-star {
    color: #ffae00;
}

.feedback .pull-left {
    margin-bottom: 22px;
}

.small-block {
    display: block;
}


/* subscriber detail page */

.social {
    padding: 20px 0;
}

.social p {
    font-size: 18px;
    color: #666;
    font-weight: 400;
}

.user-detail.no-border-table {
    border-top: 1px solid #f2f2f2 !important;
}

.user-detail>tbody>tr>td {
    padding: 20px 15px;
}

.user-detail>tbody>tr>td:last-child {
    text-align: right !important;
    color: #666;
    font-weight: 700;
}

.row-minus {
    margin-left: -15px;
    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.05);
}

.small-block {
    display: block;
}

h3>small {
    font-size: 20px;
    margin-top: 6px;
}

.subs-detail {
    position: relative;
    min-height: 600px;
}

.subs-detail img[class="img-responsive"] {
    width: 100%;
}

.subs-detail article {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .subs-detail div[class*="col-lg-4"] {
        width: 305px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-bottom: -15px;
    }
    .subs-detail div[class*="col-lg-8"] {
        width: calc(100% - 305px);
        margin-left: 305px;
    }
}

.subs-detail {
    margin: 50px 0;
}

.profile-detail > a {
    font-weight: 600;
    color: #666;
}

.profile-view .fa {
    font-size: 25px;
    margin-right: 10px;
    vertical-align: middle;
}

.profile-view .col-fix .fa {
    font-size: 15px;
}

.profile-view header {
    font-size: 16px;
    font-weight: 600;
}

.profile-view header span {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.profile-view article section {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .profile-view article,
    .profile-view article section {
        padding: 0;
    }
}

.profile-view article section,
.profile-view article header {
    margin-top: 20px;
}

.profile-view article + article {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #f2f2f2;
}

.content-header .search,
.content-header .btn {
    margin: 5px 0;
}

.content-wrapper .content-header .btn {
    vertical-align: top;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .courses [class*="col-fix"] {
        width: 50% !important;
    }
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1200px) and (max-width: 1519px) {
/* Styles */
    .col-fix {
        width: 30%;
    }
}