body {
    color: #8a8db7;
    background: #1b1b24;
    font-family: Inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
}

.url{
    display: grid;
    grid-template-columns: 50% 25%;
    grid-template-rows: repeat(auto-fill,24px);
    padding: 8px 12px;
}

tbody{
    grid-template-columns: 50% 25%;
    grid-template-rows: repeat(auto-fill,24px);
    padding: 8px 12px;
}

tbody .muted {
    opacity: .5;
}

tbody .alert {
    color: #FF2325;
}

tbody span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.good {
    color: #4aa172;
}

.container{
    margin: 0 auto;
    padding: 0 1em;
    max-width: 69em;
}

header{
    margin: 2em 0;
    display: flex;
    justify-content: space-between;
}

.title {
    display: inline;
    color: #fff;
    line-height: 1;
    font-size: 1.5em;
    font-weight: 700;
    margin-right: .5em;
}

.services-container{
    display: flex;
    justify-content: space-between;
}

.services{
    position: relative;
    border: 1px solid #282936;
    border-radius: 8px;
    font-size: 1em;
    line-height: 1.5;
    width: 49%;
}

.services .sep {
    border-bottom: 1px solid #282936;
}

.services-title {
    font-weight: 700;
    font-size: 1.2em;
    padding: 8px 12px;
    display: grid;
    grid-template-columns: 50% 25% 25%;
}
