table.boxaligncenter {

width: 90%;

}



/******  List View CSS ******/

th.c1{
background-color : #00456f;
font : Times New Roman;
color : #FFFFFF;
font-size : 12px;
font-weight : bold;
text-decoration : none;
}

tr:nth-child(odd) {background-color:#FFFFFF;}
tr:nth-child(even) {background-color: rgb(207, 226, 242,0.5);}


.defaulttemplate {
max-width: 1000px;
box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
padding: 10px;
}

img {
max-width: 100%;
  height: auto;
}

audio {
max-width: 100%;
}

video  {
max-width: 100%;
}

/* Style für Druck  */
@media print {
  /* Not displayed in print version. */
  #page-header,
  #page-footer,
  .intro,
  .nav-tabs,
  .datapreferences,
  .btn-secondary,
  i.icon,
  .comment-area,
  .pagination,
  input,
  .activity-navigation,
  .activity-information,
  .fixed-top,
  .container,
  .mbsmenubar,
  .top-bar,
  #me-wrapper,
  .body img,
  #mbsmenubar,
  #mebis-footer,
#menu-sidebar-menu,
  .row {
    display: none;
    background: none;
  }
}

