.project-image {
  width: 100%;
  display: block;
  cursor: pointer; }

.status.none {
  border-left: 1px solid theme-color("danger");
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 5px solid theme-color("danger"); }

.status.in-progress {
  border-left: 1px solid theme-color("warning");
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 5px solid theme-color("warning"); }

.status.in-reread {
  border-left: 1px solid theme-color("info");
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 5px solid theme-color("info"); }

.status.validated {
  border-left: 1px solid theme-color("success");
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 5px solid theme-color("success"); }