.method{
    box-sizing:border-box;
    padding: 1px 0.5rem;
    margin-right: 0.25rem;
    justify-content: center;
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    color: white;
}
  
.method.post,
.method.put{
    background-color:rgb(47, 107, 179);
}

.method.get{
    background-color:rgb(104, 193, 122);
}

.method.delete{
    background-color:rgb(219, 19, 47);
}


.method-toc{
    box-sizing:border-box;
    min-width: 3.5em;
    margin-top: auto;
    margin-bottom: auto;
}

.method-toc.post,
.method-toc.put{
    color:rgb(47, 107, 179);
}

.method-toc.get{
    color:rgb(104, 193, 122);
}

.method-toc.delete{
    color:rgb(219, 19, 47);
}