.form_line {
    margin-bottom: 5px;
}

.form_line > label {
    width: 200px;
}

.buttons-set {
    clear: both;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #ededed;
    text-align: right;
}

.active {
    display: block;
}

.inactive {
    display: none;
}

.delete_btn_form, .edit_btn {
    width:100%;
    text-align:center;
    margin-bottom:5px;
}

.v_center {
    vertical-align:middle !important;
}