.btn-h1-spacing {
    margin-top: 7px;
}

.cp-judet {
    display: block;
    width: 25%;
    float: left;
}

.ot-margin-bottom-20px {
    margin-bottom: 20px;
}

.cp-col-th-row {
    width: 20%;
    font-weight: bold;
}

.cp-ul-padding-0-15px {
    padding: 0 15px;
}

@media screen and (max-width: 480px) {
    .cp-judet {
        width: 50%;
        /*font-size: large;*/
        padding: 0.3em;
    }
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    .table-mobile table,
    .table-mobile thead,
    .table-mobile tbody,
    .table-mobile th,
    .table-mobile td,
    .table-mobile tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-mobile thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-mobile td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    .table-mobile td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 12px;
        left: 12px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
    }

    /*
    Label the data
    */
    .table-mobile td:before {
        content: attr(data-title);
    }
}


.btn-networks {
    font-size: 1.5rem;
    color: #666;
}


@media (min-width: 768px) {
    .btn-networks {
        font-size: 2.5rem;
        color: #666;

    }
}
