﻿.url-list-container {
    background-color: #f7fafc;
    width: 100%;
    border-radius: 0.7rem;
    flex-direction: column;
    box-shadow: 0 0 0 1px rgba(0,0,0,.07);
}

.url-list {
    padding: 1rem 2rem 1rem 2rem;
}

.header {
    border-top-right-radius: 0.7rem;
    border-top-left-radius: 0.7rem;
    border-bottom: solid whitesmoke thin;
    padding: 1rem;
    font-weight: 700;
    font-size: 1rem;
    color: #4f566b;
    background-color: #e3e8ee;
}

table, tr, td {
    border: none !important;
    background-color: transparent !important;
}

.http-method {
    text-align: right;
}

.url {
    text-align: left;
}

.label-get {
    color: dodgerblue;
}

.label-delete {
    color: darkorange;
}

.label-post {
    color: forestgreen;
}

.tag-class {
    border: 1px solid orange;
    background-color: #fff7ed;
    color: darkorange;
    width: 90px;
    font-size: 14px;
    text-align: center;
    padding: 2px;
    border-radius: 8px
}

.beta-label {
    border: 1px solid red;
    color: red;
    padding: 2px;
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 2px;
}

.l-c {
    vertical-align: middle;
    font-size: 13px;
    line-height: 20px;
    border-radius: 2px;
    background-color: rgba(51, 51, 51, 0.05);
    color: rgba(51, 51, 51, 0.9);
    padding: 0px 5px;
    border: 1px solid rgba(51, 51, 51, 0.1);
    font-family: Courier, monospace;
}