html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #171a1e;
    color: #c7cdd4;
    font: 12px Arial, Tahoma, Verdana, sans-serif;
}

#page {
    width: 820px;
    margin: 28px auto;
    background: #24282d;
    border: 1px solid #4c555e;
    box-shadow: 0 2px 7px #050607;
}

#header {
    height: 66px;
    color: #eef2f5;
    border-bottom: 1px solid #101820;
    background: #263b4d;
    background: linear-gradient(to bottom, #354f65 0%, #1c2b38 100%);
}

.brand {
    float: left;
    margin: 15px 0 0 20px;
    font: bold 24px Tahoma, Arial, sans-serif;
    letter-spacing: -1px;
}

.header-note {
    float: right;
    margin: 26px 20px 0 0;
    color: #aebbc6;
    font-size: 11px;
}

#nav {
    clear: both;
    height: 29px;
    line-height: 29px;
    padding: 0 15px;
    color: #c5cbd1;
    border-bottom: 1px solid #4b5259;
    background: #30353a;
    background: linear-gradient(to bottom, #3a4046 0%, #292d31 100%);
}

#nav span {
    font-weight: bold;
}

#nav a {
    float: right;
    color: #8db8dc;
    text-decoration: underline;
}

#content {
    padding: 22px 26px 28px;
}

h1 {
    margin: 0 0 5px;
    color: #b7cee1;
    font: bold 18px Tahoma, Arial, sans-serif;
}

.intro {
    margin: 0 0 20px;
    color: #9ea7b0;
}

.section-title {
    padding: 7px 9px;
    color: #eef2f5;
    font-weight: bold;
    border: 1px solid #405b70;
    background: #304a5f;
}

.service-table {
    width: 100%;
    border-collapse: collapse;
    border-right: 1px solid #4a5057;
    border-bottom: 1px solid #4a5057;
}

.service-table th,
.service-table td {
    padding: 8px 10px;
    text-align: left;
    border-top: 1px solid #4a5057;
    border-left: 1px solid #4a5057;
}

.service-table th {
    width: 205px;
    color: #b5bdc5;
    font-weight: normal;
    background: #2c3035;
}

.service-table td {
    color: #d6dbe0;
    background: #23272b;
}

.status-light {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border: 1px solid #4f8a50;
    border-radius: 4px;
    background: #67a968;
    vertical-align: middle;
}

.status-ok {
    color: #79bd7b;
}

.service-note {
    margin-top: 17px;
    padding: 10px 12px;
    color: #aeb5bc;
    border: 1px solid #454b51;
    background: #202429;
}

#request-id {
    color: #9eb7cc;
    font-family: "Courier New", monospace;
}

#footer {
    padding: 9px 14px;
    color: #89939d;
    font-size: 10px;
    text-align: center;
    border-top: 1px solid #454b51;
    background: #1e2226;
}
