/* additional swagger styes*/

body {
    background-color: #f0f7ef;
}

#operations-tag-default {
    margin-bottom:20px;
}

#swagger-ui > section > div.swagger-ui > div:nth-child(2) > div:nth-child(3) > section > div > span > div > div > span:nth-child(1)> div{
    margin-top:20px;
}
#swagger-ui > section > div.swagger-ui > div:nth-child(2) > div:nth-child(3) > section > div > span > div > div > span:nth-child(1):before{
    content:'Web methods';
    font-size:16px;
    color:rgb(59, 190, 140);
}

#swagger-ui > section > div.swagger-ui > div:nth-child(2) > div:nth-child(3) > section > div > span > div > div > span:nth-child(4)> div{
    margin-bottom:20px;
}
#swagger-ui > section > div.swagger-ui > div:nth-child(2) > div:nth-child(3) > section > div > span > div > div > span:nth-child(5):after{
    content:'API methods';
    font-size:16px;
    color:rgb(59, 190, 140);
}

#swagger-ui > section > div.swagger-ui > div:nth-child(2) > div:nth-child(3) > section > div > span > div > div > span:nth-child(6) > div{
    margin-top:20px;
}