pre code {
    white-space: pre;
    overflow-x: auto;
    display: inline-block;
    min-width: 100%;
}

pre code.lang-txt {
	color: #625D5D;
	color: #5C5858;
}

pre {
	margin-top: 20px;
	margin-bottom: 25px;
}

.tabGroup {
    margin-bottom: 25px;
    margin-top: 20px;
}

.WARNING, .IMPORTANT, .TIP, .NOTE {
    margin-top: 25px;
}

.WARNING code, .IMPORTANT code, .TIP code, .NOTE code {
    background-color: inherit;
}

table {
    margin-top: 5px;
    margin-bottom: 25px;
}

div.markdown.remarks {
	margin-bottom: 30px;
}