﻿/* swagger ui customization */
body.swagger-section #header {
    background-color: black;
    /*background: url(../Images/icon.png) no-repeat;*/
}
.propDesc  p{
    word-break: break-all;
}
.swagger-section .swagger-ui-wrap{
    max-width: 1140px;
}