body {
    font-family: Ubuntu, Arial, "libra sans", sans-serif;
}

body > center {
    width: 500px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
}

h1, h2, h3 {
    margin-top: 32px;
    margin-bottom: 9px;
}

h4, h5, h6 {
    margin-top: 9px;
    margin-bottom: 9px;
}

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 12px;
}

a {
    color: rgb(223, 65, 46);
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eee;
}

.ingress-container {
    text-align: left;
}

.ingress-container > ul > li > ul {
    margin-bottom: 10px;
}

.ingress-ns-name {
    color: gray;
}

.error {
    display: none;
}

.error-title {
    color: rgb(223, 65, 46);
}

.error-text {
    width: 400px;
    text-align: left;
}

.service-icons {
    float: right;
}

.ingress-list {
    list-style-type: none;
    padding-left: 0;
}

.ingress-list > li:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid grey;
}

i.hidden {
    opacity: 0;
}

.service-icons i {
    padding: 3px;
}

.service-icons > .fa-lock , .fa-lock-open {
    color: grey;
}

.certificate-authority a {
    font-weight: bold;
}

ul.url-list {
    list-style: none;
    padding: 0;
}

.url-list > li {
    padding-left: 1.3em;
}

.url-list > li:before {
    content: "\f111"; /* FontAwesome Unicode */
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    
    color: grey;
}

.url-list > li.status-alive:before {
    color: green;
}

.url-list > li.status-dead:before {
    color: red;
}
