body {position: relative; }
.bg-light {background-color: transparent !important;}
.time span {
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    min-width: 110px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    border-radius: 3px;
    margin-right: 20px;
    height: 22px;
    flex: 0;
    letter-spacing: 0.8px;
}
.time span.update {
    background: #ffa100;
}
.time span.fixed {
    background: #ea3940;
}
.time span.new {
    background: #0ed193;
}
.time span.improve {
    background: #10b3d6;
}
.time span.cd-version {
    flex: 1;
    background: #1d2746;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    height: 26px;
    line-height: 27px;
    border-radius: 3px;
    color: #fff;
    min-width: 55px;
    max-width: 60px;
    display: block;
    margin: 0 auto;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 40px;
        height: 40px;
        line-height: 30px;
        left: 50%;
        margin-left: -25px;
    }
}
.cd-timeline-img {
    position: absolute;
    top: 20px;
    border: 0;
    background-color: transparent;
}
.time .cd-date h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
#page-topbar {
    background-color: #fff !important;
  }
#vertical-menu-btn, #page-header-user-dropdown {
    color: #0a1832;
}
h4 {
    color: #0089F7;
    font-size: 40px;
}
.empty {
    height: 70px;
}
.floatVers {float: left;}
.multiRiga {margin-bottom: 2rem;}

@media only screen and (max-width: 767px) {
    .floatVers {float: none;}
    .multiRiga {margin-bottom: 1rem;}
}