.container {
    padding: 0;
}
b,
strong {
    font-weight: 700;
}
pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
    margin-bottom: 5px!important;
}
pre {
    clear: both;
    overflow: auto!important;
    padding: 25px 15px 15px;
    margin: 20px 0;
    position: relative;
    background: #222;
    color: #aaa;
    white-space: normal;
    box-sizing: border-box;
}
pre:before {
    color: #FFF;
    position: absolute;
    font-size: 18px;
    right: 14px;
    top: 6px;
    font-family: "fl-icons";
    content: "\e015";
}
pre code {
    padding: 0;
    font-size: inherit;
    color: #4dae48;
    white-space: pre-wrap;
    background: transparent;
    border: none;
}
blockquote {
    font-size: 18px;
    font-style: italic;
    color: #57585f;
    padding: 20px;
    line-height: 30px;
    margin: 25px 0 25px 0!important;
    box-sizing: border-box;
    position: relative;
    background: #f3f5f7;
    border: none;
}
blockquote::before {
    content: '\0022';
    font-size: 100px;
    position: absolute;
    top: 9px;
    left: 17px;
    color: #df3939;
}
/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 48em) {
    .container,
    #main .category-page-row>.col {
        padding-left: 15px;
        padding-right: 15px;
    }
}