#sub-calcs,
#mm-calcs {
    margin: 20px;
}
p {
    margin: 20px 0;
}

/*
Generic Styling, for Desktops/Laptops
*/

table {
    width: 100%;
    border-collapse: collapse;
}
/* Zebra striping */

tr:nth-of-type(even) {
    background: #eee;
}
tr:nth-of-type(odd) {
    background: #fff;
}
th {
    background: #333;
    color: white;
    font-weight: bold;
    cursor: s-resize;
    background-repeat: no-repeat;
    background-position: 3% center;
}
td,
th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}
th.des:after {
    content: "\21E9";
}
th.aes:after {
    content: "\21E7";
}
/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
/* Donation ----------------- */

.blockchain-btn {
    cursor: pointer;
}
/* Rainbow Charts ----------- */

.grid line {
    stroke: white;
    stroke-opacity: 0.3;
    shape-rendering: crispEdges;
}
.grid path {
    stroke-width: 0;
}
.axis .domain {
    display: none;
}

.footer {
    padding: 2.5rem 0;
    text-align: center;
    border-top: .05rem solid #e5e5e5;
}


.container-faq{
    margin-top:80px;
    padding-bottom: 80px;
}
#QPEGnlpDXBqt {
    display: none;
    margin-bottom: 30px;
    padding: 20px 10px;
    background: #D30000;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}

.ad {
    margin: 35px 100px auto;
    width:100%;
}
.donate {
    margin: 35px 10% auto;
    font-size:16px;
    width:100%;
}
@media only screen and (max-width: 767px) {
    .donate, .ad {
        margin: 10px 10px auto;
        width:100%;
        text-align: center;
    }
}
.container-full {
    margin: 5px auto;
    width: 100%;
}
.row {
    width: 100%;
}

a.btn.btn-link,.navbar .navbar-nav>a.btn.btn-link {
    color: #fff
}
