@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Material+Icons);

body {
  /*max-width: 600px;*/
  /*margin: 0 auto;*/
  /*padding: 5vw;*/
}

* {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.ok {
    color: #009900;
}
.warning {
    color: #ff9900;
}
.critical {
    color: #cc0000;
}

table {
    width: 100%;
    background-color: #f7f7f7;
}

th {
    color: white;
    background-color: #324a6d; /* the header-background-color */
    padding: 5px;
}

tr:nth-child(odd) {
    background-color: #fff;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

td {
    text-align: center;
}

i {
    cursor: pointer;
}

.last-update {
    font-size: 75%;
    font-style: italic;
    margin-top: 5px;
    width: 99%;
    text-align: right;
}

th {
    min-width: 120px;
    width: 20%;
}

td.edit-controls {
    width: 155px;
}

h5 {
    background-color: LightGoldenRodYellow;
    padding: 4px;
    text-align: center;
}

span.clickable {
	cursor: pointer;
}

