﻿
.swagger-section #header
{
    border-bottom: 1px solid #000000;
    font-style: normal;
    font-weight: 400;
    font-family: "Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
    background-color: black;
}

.swagger-section #header h1
{
    text-align: center;
    font-size: 20px;
    color: white;
}

h1 {
    color: #FFF;
    font-family: "Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
    font-size: 26px;
    text-align: left;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 15px;
    line-height: 40px;
    min-height: 40px;
    height: 40px;
    border-radius: 0px;
    /*border-bottom: 1px solid #191e23;*/
    /*background: #2c3742; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #2c3742 0%, #28303a 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c3742), color-stop(100%,#28303a)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #2c3742 0%,#28303a 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #2c3742 0%,#28303a 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #2c3742 0%,#28303a 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #2c3742 0%,#28303a 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3742', endColorstr='#28303a',GradientType=0 ); /* IE6-9 */
}

ul {
    color: #333;
}