html {
    box-sizing: border-box;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.tryBtn {
    background: white;
    border: 2px solid gray;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(255,255,255,.1);
    color: #3b4151;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 23px;
    transition: all .3s;
    margin-right: 0.5rem;
    cursor:pointer;
}

.tryBtn.cancel {
    background-color: white;
    border-color: #ff6060;
    color: #ff6060;
    font-family: sans-serif
}

.tryBtn:hover {
    box-shadow: 0 0 5px rgba(255,255,255,.3);
}

.swagger-ui .opblock-body pre.microlight span {
    white-space: pre-line;
}

.setAuth {
    border: 1px solid rgb(50, 50, 159);
    color: rgb(50, 50, 159);
    font-weight: normal;
    margin-left: 0.5em;
    padding: 4px 8px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

body {
    margin: 0;
    padding: 0;
    background: #fafafa;
}
