/*Write your custom css in this file.*/

.item-details .edit {
    padding: 3px 25px;
    background: #6690f4;
    border-radius: 11px;
    color: #fff;
    margin-top: 10px;
}

.item-details .delete {
    padding: 3px 25px;
    background: #6690f4;
    border-radius: 11px;
    color: #fff;
    margin-top: 10px;
}