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

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

.markdown > p {
    font-family: "Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
    font-size:0.9em;
}

.companylogo {
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    background: transparent url(https://m.geopoll.com/static/img/logo.png) no-repeat left center;
    padding: 20px 0 20px 40px;
    color: white;
}
}
/*.info_title:before {
    content: url(''); 
}*/