 #header .header-nav-main nav > ul > li.dropdown>ul {display: none;}

 .dropdown-menu > .active > a:hover {background: #f5f5f5;}

  .dropdown-menu > .active > a {background: none;}

  aside ul.nav-list > li > a.active_class {background: #eee;}

table {margin: 0 0 40px 0; width:100%;}
table tr td:first-child {width: 25%; font-weight: bold;}
table tr:nth-child(odd) td {background: #eee;}
table tr td {vertical-align: top; padding: 10px;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
