body {
    font-family: Arial, sans-serif;
    background: #1b4274;
}

/*.container {
    margin: 0 auto;
    background-color: #fff;
    width: 1000px;
    border: 1px solid black;
    padding: 10px;
}*/

.paymentinfo {
    width: 100%;
}

.paymentinfo td, .paymentinfo th {
    padding: 5px;
}

.paymentinfo th {
    text-align: left;
}

.bordered tr, .bordered td, .bordered th, table.bordered {
    border: 1px solid black;
    border-collapse: collapse;

}

.alert {
    color: #ffffff;
    min-height: 30px;
    padding: 1.4em 0.5em 0.5em 0.5em;
    border: 1px solid #fff;
}

.error {
    background: #c33838;
}

.success {
    background: #008888;
}

.address {
    width: calc(100% - 40px);
    background: #eee;
    padding: 20px;
    border-radius: 5px;
    font-size: 1.2em;
}

.address > span:hover {
    border-bottom: 1px dotted #000;
    cursor: pointer;
}

.address > i.pvx-copy {
    float: right;
    font-size: 1.5em;
    cursor: pointer;
}

i.pvx-copy:hover::after {
    font-size: 0.5em;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    content: 'Copy';
    display: block;
}

.underline:hover {
    border-bottom: 1px dotted #000;
    cursor: pointer;
}

#scatter-pay, #keychain-pay {
    cursor: pointer;
}

#keychain-button {
    position: relative;
    width: 200px;
    height: 100px;
    cursor: pointer;
}

#scatter-button {
    position: relative;
    width: 150px;
    height: 44px;
    cursor: pointer;
}

#scatter-button .after, #keychain-button .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
}

#scatter-button:hover .after, #keychain-button:hover .after {
    display: block;
    background: rgba(255, 255, 255, 0.2);
}

.ui.container .ui.segment {
    margin-top: 15px;
    margin-bottom: 15px;
}

#logo {
    text-align: center;
}

.clickable {
    cursor: pointer;
}

.ui.container img.ui.icon.flag, img.ui.icon.flag {
    width: 4rem;
    /*padding-right: 5px;*/
    border-radius: 15%;
    border: 1px solid rgba(0, 0, 0, 0.75);
    margin-right: 1rem;
    margin-left: 1rem;
}

.ui.dropdown span.text {
    font-weight: 600;
}

.ui.dropdown span.text > img.ui.icon.flag {
    width: 2rem;
}

#language-selector-outer {
    width: 100%;
    display: flex;
    flex-direction: row;
}

#language-selector.ui.dropdown {
    display: flex;
    flex-grow: 3;
    /*width: 75%;*/
}

#language-selector button {
    /*width: 25%;*/
    flex-grow: 1;
}
