.dropdown, .dropup {
    position: relative;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn {
    display: inline-block;
    padding: 2px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

.btn .caret {
    margin-left: 0;
}


.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.open>.dropdown-menu {
    display: block;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
     color: #333;
     background-color: #e6e6e6; 
     border-color: #adadad; 
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #777;
}

.disabled > a{
    cursor: not-allowed;
}

.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#dropdownMenu1 {
    padding: 0 5px;
}

.nzoa {
    box-sizing: border-box !important;
    color: rgb(77, 178, 236) !important;
    cursor: auto !important;
    display: inline !important;
    font-size: 11px !important;
    height: auto !important;
    line-height: 26px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    text-align: center !important;
    text-decoration:none !important;
    vertical-align: baseline !important;
    visibility: visible !important;
    width: auto !important;
    border: 0 !important;
}

.nzoa:hover {
    background-color: transparent !important;
}

#pager_previous {
    float: left;
    margin: 0 10px;
}

#pager_next {
    float: right;
    margin-right: 0;
    margin: 0 10px;
}

.page-scale {
    margin-top: -10px;
    font-size: 11px !important;
    color: #777
}

#tst-loader {
    text-align: center; 
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 40%;
}

#videos .td_module_6 {
  padding-bottom: 14px;
}

@media only screen and (max-width: 1020px) {
  #the-south-today .btn-group > .btn:first-child {
    display: none;
  } 
}

#videos {
  min-height: 385px;
}

.disablePager {
    pointer-events: none;
    cursor: default;
    color: gray;
}
