html,
body {
height: 100%;
}
#announce {
margin: 0.5em;
}
#msg {
margin: 0.5em;
}
#filterPills {
margin: 0.5em;
}
.mega { min-width: 850px}
.mega-mini {min-width: 500px;}
@media only screen and (max-width: 800px) {
td:nth-child(1), td:nth-child(3), td:nth-child(4), td:nth-child(7){
display: none;
}
th:nth-child(1), th:nth-child(3), th:nth-child(4), th:nth-child(7) {
display: none;
}
}
/* Model availability tiles */
#modelTiles {
margin: 0.5em;
}
.model-tile {
transition: box-shadow 0.15s, border-color 0.15s;
}
.model-tile:hover {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.model-tile-name a,
.model-tile-name a:hover {
text-decoration: none;
}
#modelTiles .badge {
text-decoration: none;
color: #fff;
transition: color 0.15s;
}
#modelTiles .badge:hover {
text-decoration: none;
color: #adb5bd;
}
.model-tile-dimmed {
opacity: 0.45;
}
@media only screen and (orientation:landscape) {
td:nth-child(1), td:nth-child(3), td:nth-child(4), td:nth-child(7){
display: table-cell;
}
th:nth-child(1), th:nth-child(3), th:nth-child(4), th:nth-child(7) {
display: table-cell;
}
}