.editable-buttons .editable-buttons .btn,
.event-profile .editable-buttons .btn{
    margin-top: 0;
}
.editable-buttons .editable-submit {
    color: #FFF;
    background-color: #3BC1C4;
    text-shadow: 1px 1px 0px rgb(51, 135, 137);
    min-width: 30px;
    height: 30px;
    font-weight: 600;
    font-size: 11px;
    padding: 0.5% 1% 1% 1%;
    border: none;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}

.editable-buttons .editable-submit:hover {
    background-color: #32aaad;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}

.editable-buttons .editable-submit i {
    color: #fff;
}

.editable-buttons .editable-cancel {
    margin-left: 7px;
    color: #666;
    background-color: #fff;
    text-shadow: none;
    min-width: 30px;
    height: 31px;
    font-weight: 600;
    font-size: 11px;
    padding: 0.5% 1% 1% 1%;
    border: 1px solid #eee;
    border-bottom: none;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}

.editable-buttons .editable-cancel:hover {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}

/* compensate for border bottom */
.editable-buttons .editable-cancel .glyphicon {
    top: 2px;
}

#citizen-general-info i {
    padding: 0;
}

#citizen-general-info .citizen-name {
    border-bottom: dashed 1px #D0D0D0;
}

.editable-clear-x {
    top: 15px;
}

.popover-content {
    padding: 15px;
}

.editable-buttons {
    margin-left: 20px;
    /*margin-top: 10px;*/
}

.editable-buttons {
    vertical-align: bottom;
    margin-left: 20px;
}

#citizen-general-info  .form-control {
    margin: 0 auto;
}

#citizen-general-info .editable-input {
    vertical-align: bottom;
}
#citizen-general-info .remove-instance {
    padding-right: 5px;
}