.andis {
    display: flex;
  justify-content: 
  center; text-align: center;
}
.andis ul { 
    display: inline-block; 
    text-align: left; max-width:  800px;
}
.andis li {
    padding:  5px !important; 
    margin:  3px !important; 
    font-size:  1.5em !important;   
    text-align:  center;
    border-bottom:  1px solid #999 !important;
}
.andis li:nth-child(5) {border-bottom:  none !important;}

.andis li:hover {
    background-color:  #d9f7d9;
}

.andis ul li i {
    font-size: 25px !important;
}


.title-container { margin: 0 !important; }
.menu-primary-container { margin: 0 !important; }
#sidebar-primary img {max-width:  250px;}
.extern-link { border-bottom: 1px dashed #999; }
.extern-link::after {
 content: url("files/uploads/extern-link.png");
    margin-left: 4px;
}
.extern-link:hover {border-bottom:  none;}

.video-container-wrap {
  height: 600px;
}


.mejs-button > button {
  background: transparent url(mejs-controls.svg) !important;
}