

body{
    display: flex;
    width: 100vw;
    margin: 0;
    overflow: hidden;
}

#mainmenu{    
    width: 240px;
    height: 100vh;
    overflow: auto;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;   
}

#content{    
    flex: 1;
    overflow: auto;
    padding: 5px;
    height: 100vh;
}













/* Breadcrumb */


#visited-pages {
    max-width: 97%;
    line-height: 30px;    
    padding: 5px 10px 5px 10px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    margin: 10px 0 20px 0;
  }

  .arrow{font-size: 24px;}
  
  #visited-pages a {
    color: #337ab7;    
    text-decoration: underline;
  }

  #visited-pages  {
    color: #337ab7;        
  }
  
  #visited-pages a:hover {
    color: #23527c;
    text-decoration: underline;
  }