.confirmation-box {
    margin: 0 0 10px;
}

.green,.red {
    padding: 5px 20px;        
}

.green {
    background-color: #4DBE50;
}

.red {
    background-color: #FB4F38;
}

.payment-button {
    -moz-user-select: none;
    background: #ff9100 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 10px;
    -moz-border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    line-height: 3;
    margin-bottom: 0;
    padding: 8px 25px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.payment-text{
    margin: 0 10px 15px;
    font-weight: 600;
}

.payphone-white {
    width: 40px;
    height: 40px;
}

.card-logo {
    width: 40%;
}

.status-image{
    width: 35px;
    height: 35px;
}

.payment-details {
    padding: 10px 0;
    font-size: 18px;
}

.payment-details div {
    margin: 10px 0;
}

.payment-message {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px;
    vertical-align: middle;
}

.confirmation-title {
    border-bottom: 1px solid #d6d4d4;
    color: #555454;
    font: 600 18px/22px "Open Sans",sans-serif;
    overflow: hidden;
    text-transform: uppercase;
}