.read-highlight {
background-color: #f1f3f4 !important;
}
.read-highlight a {
    text-decoration: underline;
}
.form-custom-actions {
    margin-bottom: 10px;
    margin-top: -50px;
}
.pull-right {
    float: left !important;
}

.read-highlight:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.unread-highlight:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.pagination active a :hover {
  background-color: #64c3eb
}

.pagination active a {
  background-color: #64c3eb
}

