/* Variables */
.blu {
  color: #0067b5; }

.red {
  color: #b20000; }

.grn {
  color: #006600; }

.yel {
  color: #ffcf05; }

.gry {
  color: #ddd; }

/* CSS for homepage presentation (pres) */
.servers-wrap {
  display: block; }
  .servers-wrap .server {
    display: flex;
    padding: 10px;
    margin: 10px;
    text-align: center;
	font-size: 2vmin;
	overflow: hidden;
    background: #f4f4f2;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px; }
    .servers-wrap .server h1 {
	  flex: 1 1 40%;
	  font-size: 3vmin;
      font-family: 'Pacifico', sans-serif; }
    .servers-wrap .server .server-info {
      flex: 1 1 40%;
      align-self: center;
      border-right-style: solid;
      border-right-color: #ddd;
      border-right-width: 1px; }
    .servers-wrap .server .server-status {
      flex: 1 1 20%;
      align-self: center;
      font-size: 3em;
      font-weight: bold; }

.server-on {
  color: #006600; }

.server-off {
  color: #b20000; }

/*# sourceMappingURL=mc-overview.css.map */
