.account_type {
    text-align: center;
}
#own_address {
    display: none;
}

.flb-notice {
    background: #fff;
    border-left: 4px solid #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    margin-top: 5px;
    padding: 1px 12px;
}

.notice-error {
    border-left-color: #dc3232 !important;
}
