@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap");
body {
	background: #38444c;
	color: #f0f2f3;
}
.container {
	font-family: "Nunito", sans-serif;
	text-align: center;
}
#cf_alert_div {
	display: none !important;
}
span {
	font-size: 0.7em;
    white-space: nowrap;
}
.logo svg {
	width: 60px;
	height: auto;
}

/* Generic styles */
html {
	scroll-behavior: smooth;
}
/*
.status-city > .heading {
	margin-bottom: 5px;
    border-bottom: 1px solid;
    width: 100%;
    display: block;
}
*/
.statuses > ul#statuses {
    text-align: left;
    padding-left: 0px;
}
.statuses .status-nodes {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	grid-gap: 1rem;
    list-style-type: none;
    text-align: left;
    padding-inline-start: 10px;
    margin-top: 5px;
}
ul {
    padding-inline-start: 10px;
    list-style-type: none;

}

li.status-node .heading {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 95px;
}
li.status-node .heading:hover {
    overflow: visible;
    text-overflow: initial;
}
.status-instances span {
    display: inline-block;
    font-size: 1.4em;
}
li, .status-up {
    color: #4aff4a;;
}
.status-unknown {
    color: #ffffff;
}
.status-down {
    color: red;
}
.status-high {
    color: #ff4a00;
}
.status-mid {
    color: #ff7800;
}
.status-low {
    color: #e7ff00;
}
.status-amber {
    color: #ff9900;
}
.status-node {
    margin-bottom: 15px;
}
