﻿body {
    background: url(../bg-pixels) center top repeat-y #e9e9e9;
    padding-bottom: 20px;
    border-bottom: 1em solid #c1d101;
    color: #4e5156;
    font: Helvetica, 'Helvetica Neue' , Arial, sans-serif;
}
.swagger-section #header {
    background-color: #000;
    padding:20px;
}
.swagger-section #header #logo {
    background: transparent url(../logo) no-repeat left center;
    padding:12px 60px;
    margin-left:-20px;
    color:transparent;
}
.swagger-section #explore {
    background-color: #C1D101;
}
.swagger-section #explore:hover {
    background-color: #909b09;
}
