@media (min-width: 768px) {
    .masthead-brand {
        float: none;
    }
}

img.masthead-brand {
    max-height: 50px;
}

.mastfoot img {
    max-height: 50px;
    margin-bottom: 10px;
}

.mastfoot p {
    margin: 0;
}

.masthead>.inner {
    padding-top: 20px;
    padding-bottom: 10px;
}

.mastfoot>.inner {
    padding-top: 25px;
    padding-bottom: 25px;
}

.cover-heading {
    margin-top: 0;
    margin-bottom: 20px;
}

.cover {
    display: none;
}

#cover-start {
    display: block;
}

#input-amount {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}

#keypad {
    text-align: center;
}

#keypad>.row {
    display: flex;
    align-items: center;
    justify-content: center;
}

#keypad a {
    margin: 5px;
    padding: 10px 0 !important;
    width: 46px;
}

#pay-address {
    white-space: pre-wrap;
}

.alert, pre, code {
    text-shadow: none;
}

#pay-qr img {
    padding: 10px;
    border-radius: 5px;
    margin: 0 auto;
    background-color: #ffffff;
}

#alert-insufficient {
    display: none;
}

.modal-content {
    background-color: #333;
    border: 1px solid rgba(255,255,255,.2);
}

#list-history {
    text-align: left;
    word-wrap: break-word;
}

#button-refresh-manually,
#button-start-over {
    margin-bottom: 20px;
}
#pay-qr img {
  //  border: 40px solid white;
  padding:40px!important;
}
#pay-qr{
  padding:40px!important;
  background:white;
}
