@charset "utf-8";

.header_content,
.left_content,
.footer_text,
.flags
{
    display: none;
}

.right_content
{
    width: 100% !important;
}



.container {
    background-color: #FFF;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
    padding-bottom: 0;
}

.syntaxhighlighter .gutter
{
    display: none;
}

a[href]:after {
    content: none;
}

pre, .syntaxhighlighter * {
    white-space: normal;

}