body {
    font-family: "Helvetica", "Arial", sans-serif;
}
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;
}

#donbox {
    min-height: 236px;
}

.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;
    font-size: 13px;
}
.sidebyside {
    display: inline-block;
}
.hidden{
    display: none;
}
.qrcontainer {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin: 1ex 3em;
}
.qrcode {
    display: inline-block;
}
.qrlogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lnbutton {
    vertical-align: middle;
}

.bolt {
    margin-bottom: 2ex;
}

p {
    max-width: 65em;
    margin: 1.5ex auto;
}

.box {
    background: lightgray;
    max-width: 60em;
    margin: .5ex auto;
    padding: .1ex 1em;
}

#chartContainer {
    float: left;
    width: calc(100% - 120px);
    margin-top: 15px;
}

#chartLegend {
    margin-top: 30px;
    float: right;
    width: 120px;
}

#chartDivider {
    clear: left;
    width: calc(100% - 120px);
    text-align: center;
    background: #c0c0c0;
    font-size: 8px;
    cursor: row-resize;
}

@media screen and (max-width: 800px) {
    #chartContainer {
        width: 100%;
        margin-top: 15px;
    }
    #chartLegend {
        width: 100%;
        float: none;
    }
    #chartDivider {
        width: 100%;
        font-size: 14px;
        padding: 0 .7em;
    }
}
