.requests {
    margin-top: 20px;
    padding: 20px;
    border: 3px dashed #c0c0c0;
}

.request {
    padding: 10px;
    margin-top: 10px;
    background: #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.request:hover {
    background: #d3d3d3;
}