@font-face {
    font-family: FiraSans;
    src: url(firasans-regular.otf);
}

html, body, canvas {
    margin: 10;
    overflow-x: hidden;
    font-size: 1.1em;
    background-color: #466B85;
    color: white;
    font-family: FiraSans;
}

#browserUnsupported {
  position: fixed;
  visibility: hidden;
}

/* Sortable tables */
table thead {
    background-color:#eeeeee22;
    color: #ffffff;
    font-weight: bold;
    cursor: default;
}

th {
    user-select: none;
    cursor: pointer;
    padding-left: 3px;
    padding-right: 3px;
}

td {
    padding-left: 10px;
    padding-right: 10px;
}

a {
    color: white;
    font-weight: bold;
}

img {
    margin-top: 3px;
    margin-bottom: -3px;
}

tr:nth-child(odd) {background: #ffffff11}
tr:nth-child(even) {background: #ffffff33}