@import url("variables.css");

body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.container-fluid {
    max-width: 1500px;
}

.content-sidebar-left {
    margin-right: 15px;
}

.site-title {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 5px;
}



@media only screen and (max-width: 600px) {
    body {
        padding-top: 0px;
        padding-bottom: 0px;
    }
.content-sidebar-left, .content-sidebar-no {
    margin-right: 15px;
}
.post-content iframe {
    width: 100% !important;
    height: 200px !important;
}
}