/* UPDATE */
.nav-side {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(210, 210, 210, 0.39);
    -moz-box-shadow: 0px 5px 20px 0px rgba(210, 210, 210, 0.39);
    box-shadow: 0px 5px 20px 0px rgba(210, 210, 210, 0.39);
    padding: 0 20px;
}
.nav-side a {
    display: block;
    border-bottom: 1px solid #e4e4e4;
    margin-left: -20px!important;
    margin-right: -20px!important;
    padding: 10px 20px;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}
.nav-side a:hover,
.nav-side a.active {
    color: white!important;
    background: #f47f34;
}
.update-container .tab-content h2 {
    font-size: 2.6rem!important;
    font-weight: 600;
}
.update-container .tab-content > h4 {
    font-size: 1.4em!important;
    margin: 10px 0 40px!important;
}
.update-container .tab-content .update-block {
    margin-bottom: 20px!important;
}
.update-container .tab-content .update-block p {
    margin-top: 20px!important;
    font-size: 1rem!important;
    line-height: 1.4rem!important;
}
