.order-container {
    white-space: nowrap;
    clear: right !important;
    margin-bottom: 10px;
    text-align:right;
    display:inline;
    float:right;
    padding-left: 10px;
}
.order {
    text-align: right;
    display: inline;
    float: right;
    padding-left: 10px;
    position: relative;
}
a.order-button {
    padding-top: 1px;
    height: 35px !important;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    line-height: 36px !important;
    min-width: 150px;
    display: inline-block !important;
    background-color: #29abe0;
    text-align: center !important;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    overflow-wrap: break-word;
    vertical-align: middle;
    border: 0 none #fff !important;
    font-family: 'Quicksand', Helvetica, Century Gothic, sans-serif !important;
    text-decoration: none;
    text-shadow: none;
    font-weight: 700 !important;
    font-size: 14px !important;
}
a.order-button:visited {
    color: #fff !important;
    text-decoration: none !important;
}
.ExtLink {
    height: 37px;
}
.orderimage {
    position: relative;
    top: 4px;
    left: -5px;
}

.donate-container {
    text-align:right;
}
.donate-container > div {
    float: right;
    margin-bottom: 10px;
}

#coffee-container {
    text-align: right;
    float: right;
}

#order-container {
    text-align: right;
    float: right;
}
#donate-iframe-container {
    float: right; /* Float the iframe to the right */
    margin-top: -10px; /* Add some spacing below the iframe */
}
