.type-- div {
  color: #A3A3A3;
}

.update {
  color: #A3A3A3;
  text-decoration: underline;
  font-size: 14px;
  margin-bottom: 14px;
}

.change {
  color: red;
}

@media screen and (max-width: 750px) {
  .fixed-navbar {
    position: initial !important;
    height: initial !important;
    margin-bottom: 25px;
  }
  .preset-grid {
    display: block !important;
  }
}