.documents .btn {
  text-decoration: none;
  text-align: left;
  font-size: unset;
}

.documents .list-group {
  margin: 0;
}

.documents .list-group .list-group-item {
  padding: 15px;
  border: none;
  margin-left: 0px !important;
}

.documents .list-group li {
  cursor: pointer;
  margin-bottom: 0 !important;
}

.documents .list-group li:hover {
  color: #E10E49 !important;
}

.documents .list-group li:hover .title {
  color: #E10E49 !important;
}

.documents .list-group li:hover i {
  color: #E10E49 !important;
}

.documents .list-group-item:nth-child(odd) {
  background-color: #fff;
}

.documents .list-group-item:nth-child(even) {
  background-color: #E5F5FB;
}

.documents .title, .documents .type {
  font-weight: 200;
}

@media (max-width: 575px) {
  .documents li {
    font-size: 0.9em;
  }
}
