﻿html, body {
    font-weight: bold;
}

.ePay-header {
    background-color: #367fa9;
}

.ePay-label {
    text-align: left;
}

.amazon {
    margin-top: 5px;
    width: 100%;
    height: auto;
    border-color: darkgoldenrod !important;
    border-width: 3px !important;
    border-radius: 13px !important;
    border-style: solid;
    padding: 8px;
}

.constr {
    font-size: x-small;
}

.ab {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.centeredDiv {
    margin-top: 10px;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 600px !important;
    width: 100%;
}

.framedDiv {
    /*border-color: blue;
    border-width: 2px;
    border-style: solid;
    border-radius: 13px;*/
    padding: 10px;
    background-color: #a7c4fa;
}

.result {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 400px !important;
    width: 80%;
    /*border-color: blue;
    border-width: 2px;
    border-style: solid;
    border-radius: 13px;*/
    background-color: white;
    padding: 10px;
}

.braintree {
    /*border-color: darkgreen !important;
    border-width: 3px !important;
    border-radius: 13px !important;
    border-style: solid;*/
    background-color: #a7c4fa;
    padding: 8px;
    padding-bottom: 0px;
    text-align: center;
}

.message {
    border-color: darkblue;
    border-width: 3px;
    border-radius: 8px;
    border-style: solid;
    font-size: larger;
    color: darkblue;
    position: absolute;
    top: 60%;
    z-index: 100;
    width: 300px;
    text-align: center;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: whitesmoke;
}

.bt {
    position: relative;
    left: 120px !important;
    bottom: 20px !important;
    font-size: xx-small !important;
    font-style: italic !important;
    display: block !important;
    color: darkgreen !important;
    margin-top: 5px;
}

.bt_pay {
    border-color: darkgreen !important;
    border-width: 3px !important;
    border-radius: 5px !important;
    border-style: solid;
    width: 100px !important;
    height: 60px !important;
    background-color: rgb(127, 249, 127) !important;
    font-weight: bold !important;
    font-size: larger !important;
}


.test_merchant {
    background-color: cornflowerblue;
    padding: 3px;
    border-color: black !important;
    border-width: 1px !important;
    border-radius: 3px !important;
}

.test_merchant1 {
    background-color: aqua;
    padding: 3px;
    border-color: black !important;
    border-width: 1px !important;
    border-radius: 3px !important;
}

.descr {
    font-family: 'Times New Roman';
    font-style: italic;
    font-size: larger;
    font-weight: bold;
    color: darkblue;
}

.pr {
    font-family: sans-serif;
    font-size: large;
    font-weight: bold;
}

.price {
    width: 125px !important;
}

.w {
    width: 100% !important;
    font-weight: bold;
}

.in {
    display: inline !important;
}

.wkcopy {
    position: relative;
    right: 5px;
    font-size: smaller;
}

.right {
    text-align: right;
    width: 100%;
    right: 5px;
}

.center {
    text-align: center;
}


.testLinks {
    /*border-color: darkblue !important;
    border-width: 3px !important;
    border-radius: 13px !important;
    border-style: solid;*/
    padding: 8px;
}

.pad5 {
    padding: 5px !important;
}

.marg5 {
    margin: 5px;
}

.corn {
    background-color: cornflowerblue;
}

.hints {
    background-color: white;
    border-color: darkblue !important;
    border-width: 2px !important;
    border-radius: 5px !important;
    border-style: solid;
    padding: 8px;
    margin-top: 5px;
}

.hints_small {
    font-size: smaller;
}

.hints_text {
    font-size: larger;
}

.hint_mm {
    font-size: larger;
    font-style: italic;
}

.hint_m {
    font-size: small;
    color: black;
    font-style: normal;
}

.pp_img {
    margin: 2px;
    padding: 2px;
    height: 57px;
}

.hint_img {
    margin: 2px;
    padding: 2px;
    height: 42px;
}

.gr {
    color: darkgreen;
}

.pay_amt {
    max-width: 100px;
    color: darkgreen;
    font-weight: bolder;
    background-color: white;
    border-color: darkblue !important;
    border-width: 2px !important;
    border-radius: 5px !important;
    border-style: solid;
}

.createButton {
    border-radius: 13px;
    color: black;
    background: red !important;
    font-weight: bold;
    font-size: larger;
    margin: 10px;
}

.inviteButton {
    border-radius: 13px;
    color: black;
    background: green !important;
    font-weight: bold;
    font-size: larger;
    margin: 10px;
}

.logo {
    max-height: 100px;
    max-width: 400px;
    display: inline-block;
}

.pay_hint {
    font-size: small;
    color: darkblue;
}

.thanks {
    color: rgb(146,208,80);
}

.cb {
    width: 21px;
    height: 21px;
}

.mail_res {
    color: darkblue;
    font-weight: bold;
}

.backButton {
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: 25%;
    color: white;
    background-color: blue;
    height: 32px !important;
}

.nextButton {
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: 25%;
    color: white;
    background-color: green;
    height: 32px !important;
}

.saveButton {
    margin: 5px !important;
    padding: 5px !important;
    text-align: center;
    width: 200px !important;
    color: white !important;
    background-color: red !important;
    height: 32px !important;
    right: auto;
    left: auto;
    width: 75px !important;
}

.wide_input {
    max-width: 1000px !important;
}

.bw {
    background-color: white;
}

.binh {
    background: inherit;
}

.logo {
    max-height: 150px;
    max-width: 400px;
}

.cc {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.Seconds {
    background-color: lightgray;
    font-size: larger;
}
