#aw-storecredit-balance-box {
    display: inline-block;
}

.aw-storecredit-cms-help {
    vertical-align: bottom;
    display: inline-block;
}

.aw-storecredit-cms-help img {
    height: 25px;
    width: 25px;
}

.aw-storecredit-cms-help a {
    display: block;
    width: 100%;
    height: 100%;
}

.aw-storecredit-btn-remove img{
    display: inline;
}

.aw-storecredit-btn-remove {
    color: transparent;
}

#aw-onestepcheckout-review-cart .aw-storecredit-btn-remove {
    display: none;
}

.aw-onestepcheckout-error-msg, .aw-onestepcheckout-success-msg{
    font-weight:bold;
    padding: 0px 6px;
}
.aw-onestepcheckout-error-msg{
    color: #df280a;
    border: 1px solid #f16048;
    background-color: #faebe7;
}
.aw-onestepcheckout-success-msg{
    color: #3d6611;
    border: 1px solid #446423;
    background-color: #eff5ea;
}
.aw-onestepcheckout-error-msg li, .aw-onestepcheckout-success-msg li{
    padding-left: 10px;
    padding-right: 10px;
}
#aw-onestepcheckout-container div.validation-passed,
#aw-onestepcheckout-container div.validation-error{
    background: none;
    padding-right: 0;
}
.storecredit-message-container ul{
    list-style: none;
}
