.content h2 {
    padding-bottom: 0.4em;
    margin-top: 1em;
}
.content blockquote, .content pre {
    margin: 0 2%;
    width: 46%; /* =50% - 2*2% */
	float: right;
    clear: right;
}
.content blockquote {
    background-color: #393939;
    color: #fff;
    padding: 0;
    box-sizing: border-box;
}
.content blockquote>p {
    background-color: #393939;
    padding: 13px 0;
    color: #fff;
    border: 0px;
}
.content pre {
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 0px 1px 2px #10223C inset;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-bottom: 20px;
}
.content h1 + blockquote, .content h2 + blockquote {
    margin-top: -45px !important;
}
code {
    word-break: normal!important;
}
.content > .alert  {
    margin: 0 2%;
    width: 46%;
    float: right;
    clear: right;
}
.content h1 + .alert {
    margin-top: -50px;
}

.display-code, .hide-code {
    margin-left: 10px
}

