.section-gap-top-small
{
  margin-top: 100px;
}

.newFeaturesContainer p {
  font-size: 14px;
}

.changesContainer p {
  font-size: 14px;
}

.bugContainer p {
  font-size: 14px;
}

.feature
{
    background-color: #00bd39;
    float: left;
		padding-right: 7px;
    padding-left: 7px;
    margin-right: 10px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.change
{
    background-color: #ff9913;
    float: left;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: 10px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.bug
{
    background-color: #e61414;
    float: left;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: 10px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.changelog
{
  margin-top: 0px;
}

.changelog h3
{
  border-bottom: 1px solid #111;
  padding-bottom: 10px;
  margin-top: 50px;
  font-size: 25px !important;
}

.changelog h4
{
  margin-top: 30px;
  margin-bottom: 20px;
}

.changelog ul li
{
  list-style-type: initial;
  margin-left: 50px;
}

#menu-nav-wrap .nav-list
{
  line-height: 0px !important;
}

.changeLogTimestamp {
  color: #ffffff;
  margin-left: 2px;
  font-size: 12px;
  margin-top: -5px;
}

.changeLogCategoryTitle {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}

.changeLogVersionTitle {

}

.changeLogContainerItem:nth-child(2) {
  background-color: red !important;
  transform: translateY(150) !important;
}