.delete {
    float: right;
    font-size: 35px !important;
    font-weight: 700;
    line-height: 1;
    color: #d12228;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.7;
}

button.delete {
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.delete:hover, .delete:focus {
    color: #d12228;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.modal-header .delete {
    margin-top: 0;
}



.close {
    float: right;
    font-size: 35px !important;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

button.close {
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close:hover, .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.modal-header .close {
    margin-top: 0;
}



.add {
    float: right;
    font-size: 35px !important;
    font-weight: 700;
    line-height: 1;
    color: #37a8e8;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.7;
}

button.add {
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.add:hover, .add:focus {
    color: #37a8e8;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.modal-header .add {
    margin-top: 0;
}


.edit {
    float: right;
    font-size: 35px !important;
    font-weight: 700;
    line-height: 1;
    color: #73a839;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.7;
}

button.edit {
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.edit:hover, .edit:focus {
    color: #73a839;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.modal-header .edit {
    margin-top: 0;
}

.send {
    float: right;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 1;
    color: #73a839;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.7;
}

button.send {
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.send:hover, .send:focus {
    color: #73a839;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.modal-header .send {
    margin-top: 0;
}
