﻿
.swagger-section #header { 
    background-color: #0457bf;
    padding: 14px;
}


.swagger-section #header #api_selector .input #explore {
    background-color: #cf7e17;
    border-radius: 4px;
    color: white;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    padding: 6px 8px;
    text-decoration: none;
}


.notes {
    font-family: "Droid Sans",sans-serif;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding: 25px;
}

.notes div {
   padding: 10px;
   margin: 10px;
}


  

.notes ul {
    list-style: disc;
    margin: 10px;
    padding: 0 0 0 30px;
}

.notes li {
   padding: 0 5px 0 0;
}

.notes li ul {
   list-style: circle;
}

.notes li ul li {
      padding: 0;
}

