#block_sequra {
    border: 1px solid #d6d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#sequra-identification label {
    font-weight: normal;
}

#sequra-identification legend {
    display: inline;
    width: inherit;
    font-size: inherit;
    border: none;
}

#sequra_invoice .sequra,
#sequra_partpayment .sequra {
    border: 1px solid #d6d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 23px;
    position: relative;
}

.price #sequra_partpayment_teaser #sequra_partpayment_teaser_low {
    padding: 5px 0 0 0;
    font-size: 85%;
    margin-left: -10px;
}
p.payment_module a.sequra:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
}