
.button-delete {
    color: #5a5a5a;
}
.button-delete:hover {
    color: #ac2925;
}

.sidebar .moreinfo {
    white-space: nowrap;
    overflow: hidden;
    margin-top: 5px;
    font-size: 13px;
}

img.radius {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: bottom !important;
}