.shield {
    padding: 6px 8px;
    font-size: 1.2em;
}

.shield > i {
    margin-right: 6px;
}

.shield > span:nth-child(2) {
    background: white;
    color: black;
    padding: 3px 8px;
    border-radius: 5px;
    word-wrap: break-word;
}

.navbar-brand > img {
    width: 40px;
    display:inline;
    margin: -10px 10px 0 0;
}

#mediaList > * {
    margin: 10px 0 10px 0;
    border: 2px solid black;
    box-shadow: 3px 6px 6px rgba(0,0,0,0.7);
}

.hashDonationPanel {
    display: inline-block;
    margin-left: 20px;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 3px 5px 5px rgba(0,0,0,0.7);
    height: 100%;
}

.hashDonationPanel > h2 {
    display: inline-block;
    font-size: 1.5em;
    margin: 0px;
    font-weight: 500;
    padding: 0px 4px;
}

.hashDonationPanel .toggle {
    display: inline-block;
    margin: 2px 5px 2px 5px;
}

.shareBadge {
    background: #265a88;
    color: white;
    border-radius: 100px;
    position: fixed;
    top: -42px;
    right: -33px;
    width: 120px;
    height: 120px;
    z-index: 9999;
    padding: 25px;
    text-align: center;
    font-weight: 900;
    font-size: 1.5em;
    transform-origin: 100% 100%;
    transform: rotate(-30deg);
    box-shadow: 3px 5px 5px rgba(0,0,0,0.7);
    text-shadow: 3px 5px 5px rgba(0,0,0,0.7);
}

.bitcoin-donation-qrcode {
    display: block;
    width: 300px;
    margin: 4px auto 15px auto;
    background: black;
    text-align: center;
    padding: 1px 4px 4px 4px;
    border-radius: 5px;
}

.bitcoin-donation-qrcode > h2 {
    color: white;
}

.bitcoin-donation-qrcode > img {
    display: block;
    width: 90%;
    height: auto;
    margin: 1px auto 5px auto;
}

@media (max-width: 1100px) {
    .hashDonationPanel {
        display: run-in;
        margin: 8px;
    }
}

@media (max-width: 600px) {
    .bitcoin-donation {
        display: block;
    }
    .bitcoin-donation > span {
        display: block;
        text-align: center;
        margin-bottom: 3px;
    }
    .shareBadge {
        font-size: 1.0em;
        height: 70px;
        width: 70px;
        top: -30px;
        right: -20px;
        padding: 15px 10px;
    }
    .hashDonationPanel > h2 {
        font-size: 1.0em;
    }
}