@media only screen and (max-width: 500px) {
    ul.nav-tabs {
        font-size: 12px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .row > h1, div.mrg20T > h1, div.mrg20B > h1, .lead-result-table > h1, #result-table h1 {
        text-align: center;
        padding-bottom: 8px;
        border-bottom: 1px solid #eee;
        font-size: 24px;
    }
    table#list-table {
        font-size: 12px;
    }
    table#leads-results {
        font-size: 11px;
    }
    .table-responsive {
        border: none !important;
    }
    #page-sidebar {
        width: 100% !important;
        float:none !important;
        position: static !important;
        margin-right: 0 !important;
    }
    #page-header, #mobile-navigation {
        height: 79px !important;
    }
    #page-header .user-account-btn {
        margin: 23px 0 0 !important;
    }
    #result-table h1.header-small {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        font-size: 23px;
    }
    ul.responsive-tabs li:not(.active) {
        max-width: 25px;
        max-height: 41px;
        border: 1px solid #e4e4e4;
        border-radius: 3px;
        transition: 0.4s ease;
    }
    ul.responsive-tabs li:not(.active) a > span {
        display: none;
    }
    ul.responsive-tabs li:not(.active) a {
        color: transparent;
    }
    .tab-pane {
        padding: 0;
    }
    .panel-body {
        padding: 10px;
    }
    #page-content {
        padding: 20px 10px !important;
    }
    #export-email-queue-all, #export-email-queue-replied, #export-email-queue-open, #export-email-queue-not-open,
    #export-email-queue-dropped, #export-email-queue-bounced, #export-email-queue-unsubscribed, #export-email-queue-spam {
        float: left !important;
        margin-bottom: 0 !important;
        margin-top: 15px !important;
    }
    #page-header .user-account-btn>a.user-profile span {
        margin-right: 10px;
        float: left;
        width: 96px;
        font-size: 11px;
        color: #fff;
        display: block;
    }
    #page-header .user-account-btn>a.user-profile span {
        width: 100px !important;
    }
    #page-content-wrapper {
        padding: 0 10px !important;
    }
    .media-search {
        margin: 0 10px !important;
    }
    .schedule-search, .schedule-update {
        text-align: center;
    }
    .spinner img.loader-logo {
        width: 330px;
        right: -115px;
        bottom: -100px;
        position: absolute;
    }
    .spinner .bounce1 {
        margin-left: -30px !important;
        margin-top: 70px !important;
    }
    #client-blacklist-actions {
        float: none !important;
        margin-top: 10px;
    }
}

@media screen and (min-width: 1300px) {
    #bot-navs {
        font-size: 15px;
    }
}

@media screen and (max-width: 1300px) {
    .table-connets thead tr {
        font-size: 12px !important;
    }
}