.fs-menu {
  list-style: none;
  padding-left: 0px;

}

.fs-menu li {
  padding-top: 5px;
}

.fs-menu a {
  display: inline-block;
  width: 100%;
  border: 1px solid #EEE;  
  padding: 5px;
  border-radius: 5px;
  background-color: #EEE;
}

.fs-menu ul li {
  padding-left: 15px;
}

.fs-menu ul ul li {
  padding-left: 15px;
}


.fs-menu a:hover {
  text-decoration: none;
  
}

h2 {
  border-bottom: 1px solid black;
}

h3 {
  border-bottom: 1px solid lightgrey;
}

h5 {
  font-weight: bold;old;
}

nav {
  margin-top: 20px;
}

a.active {
  background-color: lightblue;
}

.header {
  margin-top: 15px;
}

footer {
  background-color: #DDD;
  position: fixed;
  bottom: 0px;
  padding: 15px;
  width: 100%;
}

body {
  margin-bottom: 65px;
}

td {
  width: 1%;
}

.controller-next {
  float: right !important;
}


@media print {
  
  .no-print {
    display: none !important;
  }
  
  .header div:first-child {
    width: 5cm;
  }
  
  .content div {
    width: 17cm !important;
  }
  
  
}

