.title h1
{
color: #444;
}

#header
{
cursor: default;
pointer-events: none;
}

::-webkit-scrollbar-thumb {
    background: rgb(54, 78, 162);
}

.row.DetailArea:before {
    content: 'CSI Cloud Platform Status';
    display: block;
    text-align: center;
    font-size: 2.9em;
    height: 2em;
    font-weight: 500;
}

body > div.container > div.row.DetailArea > div.col-md-3 > div.Box.BlockView
{
position: absolute;
left: -99999px;
}