﻿span.tag {
    min-width: 10rem;
}

input:disabled {
    background-color: lightgray;
}

button.is-active {
    background-color: navy;
    color: white !important;
}

textarea {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 0.5rem;
    color: dodgerblue;
    font-size: 1rem;
    background-color: #eeeeee;
}

div.content {
    padding: 0.5rem;
}

    div.content p {
        margin :0 !important;
    }



div.content div.example table td {
    border: none;
}

div.content ul {
    margin : 0.2rem;
    margin-left:2rem;
    list-style: disc;
}


div.content div.example p.subject {
    font-weight:500;
    margin-top :1rem;
}
div.content div.example table.request-params td.col1 {
    width: 10rem;
}

div.content div.example table.request-params td.col2 {
    width: auto;
}

div.content div.example table.request-params td {
    padding: 0.2rem;
}

div.content div.example table.request-params span.tag {
    width: 100%;
}

div.content div.example table.request-params input {
    width: 100%;
}
