﻿html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}
div.logi-topics > div:nth-child(1)
{
	width: 100%;
}

 

pre.version 
{
    background: #7d8492;
	border: none;
}

 

.version-stamp pre.version 
{
    background-color: #89bf04;
}

 

.swagger-ui .topbar 
{
    display: none;
}