body {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 13px;
}
a {
    text-decoration: none;
    color: #008;
}
.lnk {
    margin: 1px;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #888;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
}
.selected {
    color: #000;
    border: 2px solid #000;
}
.centered {
    text-align: center;
}

.header {
    font-size: 14px;
    text-align: center;
    background-color: #ddd;
    padding: 5px;
    margin: 10px;
    line-height: 2;
}

td {
    text-align: right;
}
.highlight {
    font-weight: bold;
    color: white;
}
#tooltip {
    position: absolute;
    display: none;
    border: 1px solid #ddd;
    padding: 2px;
    background-color: #fff;
    opacity: 0.8;
}
.button {
    position: absolute;
    cursor: pointer;
}
div.button {
    font-size: smaller;
    color: #999;
    background-color: #eee;
    padding: 2px;
}
.legend a.hide {
    color: #ccc;
}
.pixelated {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
}
.cover {
    background-size: cover;
    background-repeat: no-repeat;
}
.donation {
    display: inline-block;
    position: relative;
    margin: 1ex 1em;
}
.qrcontainer {
    display: inline-block;
    position: relative;
    margin: 1ex 3em;
}
.qrcode {
    display: inline-block;
}
.qrlogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bolt {
    margin-bottom: 2ex;
}
