body {
    font-family: "Helvetica", "Arial", sans-serif;
    background: #171C3B;
    color: #A8ADB4;
}
a {
    text-decoration: none;
    color: #ADCDE8;
}
.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;
}

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

#title-element {
    text-align: center;
}


.section {
    max-width: 65em;
    background: #1E2B52;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.02);
    border-radius: 17px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.faq {
    margin: 1.5ex auto;
    margin-top: 50px;

    ul {
        padding-left: 10px;
    }
}

.faq-question {
    font-weight: bold;
}

.question-wrapper {
    margin-top: 30px;
}

.question-wrapper:first-child {
    margin-top: 0;
}

.selected {
    color: white;
    border: 2px solid white;
}
.centered {
    text-align: center;
}

#donbox {
    min-height: 236px;
}

.header {
    font-size: 14px;
    text-align: center;
    background-color: #111531;
    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;
    }
}

.root-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    @media screen and (max-width: 520px) {
        flex-direction: column;
        gap: 20px;
        flex-wrap: wrap;
    }
}

.header__right {
    display: flex;
    align-items: center;
    gap: 10px;

    img {
        width: 33px;
    }
}

.header-title {
    color: #A8ADB4;
}

.start-block {
    height: 340px;
    background-image: url("./btc-fee-start-block-image.png");
    background-position: left;
    background-size: cover;
    border-radius: initial;
}

.start-block__text {
    color: #A8ADB4;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.48px;
    max-width: 430px;
    margin-top: 60px;
    margin-left: auto;
    padding-right: 80px;

    @media screen and (max-width: 520px) {
        padding-right: 0;
    }
}

.section-title {
    color: #A8ADB4;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    text-align: center;
}

.section-block-title {
    font-size: 20px;
}

.section-wrapper {
    display: flex;
    gap: 21px;
    max-width: calc(65em + 44px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;

    @media screen and (max-width: 600px) {
        flex-wrap: wrap;
    }
}

.section-wrapper:nth-child(even) {
    @media screen and (max-width: 600px) {
        .section:nth-child(odd) {
            order: 2
        }

        .section:nth-child(even) {
            order: 1
        }
    }
}

.section-content-image {
    width: 200px;
    height: 200px;
    display: inline-block;
    margin: auto;
}

.section-block-text {
    margin-top: auto;
    margin-bottom: auto;
}

.header-faq-page-link {
    margin-left: 20px;
}


