/* CSS Document */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

@media screen and (min-width:768px){

.mob-header, .closenav {
    display: none !important;
}


} /* /min-width:768px */

@media screen and (max-width:767px){

* {box-sizing:border-box;max-width:100% !important;}
table {table-layout:fixed; width:100%;}
img { max-width:100% !important; height:auto;}
body {margin: 0px;padding: 0px;}
iframe { max-width:100% !important;}
object { max-width:100% !important;}


.mob-header {
    width: 100%;
    text-align: right;
    padding: 0 15px;
}
span.mob_button {
    display: inline-block;
    /* width: 50px; */
    cursor: pointer;
    font-size: 2em;
    padding: 8px;
}
span.close_button {
    display: inline-block;
    /* width: 50px; */
    cursor: pointer;
    font-size: 2em;
    padding: 10px 8px;
}
.mob-header a.brand {
    margin-left: auto;
    display: inline-block;
    margin-top: 5px;
}
.container a.brand {
    display: none !important;
}
.navbar .navbar-inner > .container {
    position: fixed;
    left: auto;
    top: 0;
    right: -400px;
    width: 270px;
    height: 100%;
    background-color: #eee;
    z-index: 999;
    max-height: 100%;
    overflow-y: auto;
    transition-duration: 0.4s;
}
.closenav {
    width: 100%;
    text-align: right;
    padding: 0 10px 15px 10px;
}
.navbar ul.nav {
    margin: auto auto 30px auto;
    left: auto;
    width: 100%;
    padding: 0;
}
.navbar ul.nav > li {
    display: block;
    width: 100%;
    border-bottom: solid thin #e6e6e6;
}
.navbar ul.nav > li > a {
    padding: 13px 15px;   
}
form.navbar-form {
    margin: auto;
    display: block;
}
.navbar-form div.input-prepend {
    white-space: normal;
    padding: 0 10px;
}
.navbar-form div.input-prepend input.span3 {
    display: block;
    float: right;
    width: calc(100% - 40px);
    height: 35px;
}
.navbar-form div.input-prepend span.add-on {
    display: block;
    float: left;
    height: 35px;
    width: 40px;
}
.navbar-form div.input-prepend button.btn {
    margin-top: 15px;
}
h1, h2, h3 {
    line-height: 1.4 !important;
}
body h1 {
    font-size: 2.3em;
}
body h2 {
    font-size: 2.1em;
}
body h3 {
    font-size: 2.0em;
}
body h4 {
    font-size: 1.8em;
}
div .row {
    margin-left: auto;
}
div .span12 {
    width: 100%;
    margin: auto;
    padding: 0 15px;
}
.table-responsive {
    width: 100%;
    overflow-y: auto;
}
.table-responsive > table.table {
    width: 750px;
    max-width: 750px !important;
}
div .reddits_yesterday {
    display: block;
    width: 100%;
    padding: 0 15px;
    clear: both;
    margin-bottom: 15px;
}
ul.nav.nav-tabs {
    text-align: center;
}
ul.nav.nav-tabs li {
    display: inline-block;
    float: none;
}
div.tab-pane {
    width: 100%;
    overflow-x: auto;
}
.tab-pane > table.table {
    width: 750px;
}
body > .container {
    padding-left: 10px;
    padding-right: 10px;
}
div.pull-right[data-skm-boomerang-el-1="processed"] {
    width: 100% !important;
}
div#compare_box input {
    display: block;
    width: 100% !important;
    height: 30px;
    margin-bottom: 10px;
}
.top_reddits .table-responsive > table.table {
    width: 450px;
    max-width: 450px !important;
}
.table-responsive > table.table.td_3 {
    width: 450px;
    max-width: 450px !important;
}
.tab-pane .table-responsive > table.table.td_3 {
    width: 750px;
    max-width: 750px !important;
}







} /* /max-width:767px */