body {
    font-family: Verdana, Arial;
    background-color: dimgrey;
	margin: 0 0 0 0;
	margin-top: 10px;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: white;
}

div.server {
	float: left;
	width: 31%;
	min-width: 360px;
    display: block;
    padding: 15px;
    margin-bottom: 10px;
	margin-left: 10px;
    background-color: #b6ffab;
	box-sizing: border-box;
}

div.alert {
    background-color: #ff434d;
}

div.alertUnderMaintenance {
	background-color:orange;
}

div.underMaintenance {
	background-color: yellow;
}

a.button {
    display: inline-block;
    background-color: dodgerblue;
    color: white;
    padding: 15px;
    margin-left: 10px;
    text-decoration: none;
}

a.button:hover {
    background-color: darkcyan;
}

div#footerMenu {
	clear: both;
}

@media (max-width: 1118px) and (min-width:801px) { 
    div.server {
		width: 45%;
	}
}

@media (max-width: 800px) {
	div.server {
		width: 98%;
	}
}