
.collapsibles {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  border-bottom:solid 1px #888;
}

.active, .collapsibles:hover {
  background-color: #555;
}

.collapsibles_content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}