.tmuserb-icon-long-arrow:before { content: '\f177'; padding-left:0px; padding-right:5px; }

.tmuserb-tab-content .cmb-form input[type="submit"],
#tmuserb_login_form input[type="submit"] {
    float: left;
}

.tmuserb-edit-form-title .tmuserb-add-post {
    margin-left: 0;
    margin-right: auto;
}

div[id^=cmb2-metabox-tmuseb-front-end-post-form] .cmb-row .cmb-th {
    padding-right: 0;
    padding-left: 15px;
}


div[id^="cmb2-metabox-tmuseb-front-end-post-form"] .cmb2-checkbox-list li,
div[id^="cmb2-metabox-tmuseb-front-end-post-form"] .cmb2-radio-list li{
    padding: 5px 0 5px 15px;
}

div[id^="cmb2-metabox-tmuseb-front-end-post-form"] .cmb2-checkbox-list li label,
div[id^="cmb2-metabox-tmuseb-front-end-post-form"] .cmb2-radio-list li label{
    padding:0 4px 0 0;
}

.embed-status .cmb2-remove-wrapper {
    right:auto;
    left: 0;
}

.tmuserb-notice p {
    border-right: 5px solid rgba(0, 0, 0, 0.15);
    border-left: none;
}

.remove-notice {
    right:auto;
    left:5px;
}

#tmuserb-tabs li {
    margin-left: 10px;
    margin-right: 0;
}

/* ================= TABLE ================== */

tmuserb-table {
    text-align: right;
}

.dataTables_scrollHead table.dataTable thead .sorting::after, .dataTables_scrollHead table.dataTable thead .sorting_asc::after, .dataTables_scrollHead table.dataTable thead .sorting_asc_disabled::after, .dataTables_scrollHead table.dataTable thead .sorting_desc::after, .dataTables_scrollHead table.dataTable thead .sorting_desc_disabled::after {
    left:12px;
    right:auto;
}

table.dataTable thead th {
    text-align: right;
}

.tmuserb-searchbar .dataTables_filter {
    margin-right:auto;
    margin-left:0;
}

/* ================= MEDIA QUERIES ================== */

@media only screen and (max-width: 767px) {
    div[id^=cmb2-metabox-tmuseb-front-end-post-form] .cmb-row .cmb-th {
        padding: 0 0 5px 0;
    }
    
    .tmuserb-searchbar .dataTables_filter {
        margin:15px 0 0 0;
    }
}
