﻿body {
    background-image: url(CheckerBg.png);
}

.topbar {
    height: 85px;
    width: 1490px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(ApiDocumentationBanner.png);
    background-repeat: no-repeat;
    background-position: left;
    ackground-color: #000000;
}

    .topbar .wrapper {
        display: none;
    }

.scheme-container {
    background-color: #fbfbfb !important;
}

.opblock-tag-section > div, .models {
    background-color: #fbfbfb !important;
}

.rate-limit-div {
    width: 620px !important;
    border: 1px darkgray solid;
    padding: 10px;
}



.rate-limit-table th, .rate-limit-table td {
    text-align: center;
    width: 150px;
}
