
body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #222222;
}

.grid-xl {
    background-color: #303030;
    padding-top: 12px;
    padding-bottom: 24px;
}

.btn-primary {
    color: #ffffff;
    background-color: #375a7f;
    border-color: #375a7f;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;    
}

.navbar-default {
    background-color: #293846;
    border-color: transparent;
    margin-bottom: 12px;
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #464545;
}

.json-editor
{
 color: #303030;   
}

.form-control{
    margin-bottom:6px;
}

.stdfooter {
    width: 100%;
    color: #ff084f;
}