body {min-height: 100vh; flex-direction: column;}
form h2 {margin-bottom: 10px;}

#login, #header+.notification+.columns, #header+.columns {flex: 1;}

caption {font-size: 15px; padding: 7px 0; text-align: left; text-transform: uppercase; font-weight: bold;}
.table thead th {color: #666; background: rgb(165, 246, 143);}
tr:nth-child(even) td {background: rgb(239, 245, 239);}
tr:hover td {background: rgb(252, 249, 198);}
td[rowspan] {vertical-align: middle;}
.table td.has-ico-link {padding-top: 0.2rem; padding-bottom: 0.2rem;}
.icon.is-large {height: 2.3rem; width: 2.3rem;}
td.has-ico-link>a {border-radius: 50%;}

.footer img {margin: 5px 10px;}