
#quotes {
  min-height: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
#quotes:hover {
  color: #2888a7;
  cursor: pointer;
}
#l {
  margin-left: auto;
  margin-top: 5px;
  float: none !important;
}

