@charset "utf-8";

figcaption {
    color: #ffd2ff;
    font-family: Montserrat, serif;
    font-size: 1.3em;
    text-align: center;
}

.goldbar_img {
    padding-top: 10px;
}

caption {
    border-radius: 30px;
    background: #009999;
    color: #000033;
    font-size: 2.1em;
}

table.pricing {
    width: 100%;
    border: 2px solid #de9b17;
    border-collapse: collapse;
    background-color: #1e0102;
    font-family: Papyrus, fantasy;
    text-align: center;
}

table.pricing td,
table.pricing th {
    border: 2px solid #de9b17;
}

table.pricing tbody td {
    color: #de9b17;
    font-size: 1.5em;
    font-weight: bold;
}

table.pricing thead {
    background: #3300cc;
}

table.pricing thead th {
    color: #ff33ff;
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 600px) {
    table.pricing {
        font-size: 1.5em;
    }
}

@media (max-width: 480px) {
    table.pricing {
        display: block;
        width: 100%;
        height: auto;
        border: 0;
    }

    table.pricing caption {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    table.pricing thead,
    table.pricing tbody {
        display: inline-block;
        width: 49%;
        height: 100%;
        vertical-align: top;
    }

    table.pricing tr,
    table.pricing th,
    table.pricing td {
        display: block;
        width: 100%;
    }

    table.pricing th,
    table.pricing td {
        height: 40px;
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }
}
