.behind {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.behind a.ui-btn {
    width: 68px;
    margin: 0px;
    float: right;
    border: none;
    border-radius: 5px;
}
.behind a.delete-btn, .behind a.delete-btn:active, .behind a.delete-btn:visited, .behind a.delete-btn:focus, .behind a.delete-btn:hover {
    color: white;
    background-color: red;
    text-shadow: none;
}
.behind a.ui-btn.pull-left {
    float: left;
}
.behind a.edit-btn, .behind a.edit-btn:active, .behind a.edit-btn:visited, .behind a.edit-btn:focus, .behind a.edit-btn:hover {
    color: white;
    background-color: orange;
    text-shadow: none;
}
