/* Expand Collapse */
.expanded {
  display: none;
  animation-duration: 0.3s;
}
.show {
	display: block;
}
.changelog {
    border: 1px solid #d3dce6;
    padding: 15px;
    margin-bottom: 30px;
}
.changelog .toggle-changelog i {
    font-weight: 400;
    margin-right: 5px;
}
.changelog, .changelog h5, .changelog ul li {
    font-size: 16px !important;
    line-height: 1.72 !important;
}
.changelog ul li time {
    font-weight: 700;
}
.changelog ul li {
    list-style-type: none;
    border-bottom: 1px solid #d3dce6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.changelog ul {
    list-style-type: none !important;
    padding-left: 0 !important;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #d3dce6;
    margin-bottom: 0;
    margin-left: 0px !important;
}