﻿.userDivider {
    font-weight: bold;
    height: 25px;
    padding-top: 2px;
    padding-left: 10px;
}

.userDivider_span {
    padding-left: 10px;
}

@media ( max-width: 767px ) {
    .responsive-stacked-table thead {
        display: none;
        background-color: red;
    }

    .responsive-stacked-table tr,
    .responsive-stacked-table th,
    .responsive-stacked-table td {
        display: block;
    }

    .responsive-stacked-table td {
        border-top: none;
    }

    .responsive-stacked-table tr td:first-child {
        border-top: 1px solid #ddd;
        font-weight: bold;
    }
}


@media ( max-width: 1200px )
{
    #labelMainHeader {
        display: none
    }
}
