body, html {
    font-family:  Helvetica, Times New Roman, Arial, sans-serif;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    margin: 0;
    padding: 0;
    height:100%;
  }

  a:hover {
    text-decoration: underline;
  }

  #titleBar {
    height: 80px;
    background-color: #dfe1e3;
    overflow: hidden;
    border-bottom: 1px solid #dfe1e3;
    -moz-box-shadow:    0px 0px 10px 3px #BBC;
    -webkit-box-shadow: 0px 0px 10px 3px #BBC;
    box-shadow:         0px 0px 10px 3px #BBC;
  }
  #wrapper{
    min-height:100%;
  }
  footer{
    height:1em;
    margin-top:-1em;
    width:100%;
    background-color: #dfe1e3;
    overflow: hidden;
    position:relative;
    clear:both;
  }
  #footer-content{
    max-width:910px;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    justify-content: space-between;
  }

  #footer-content a{
    color:black;
    text-decoration: none;
  }

  #copyright{
    text-align: left;
  }

  #ToS{
    text-align:center;
    margin-right:0px;
  }

  #Privacy{
    text-align:right;
  }

  #titleBar-Content {
    max-width:910px;
    margin-left:auto;
    margin-right:auto;
  }

  #Logo-Fintelmann{
    margin-right:auto;
    margin-left:auto;
  }

  #outer-content{
    
    max-width:910px;
    margin-right:auto;
    margin-left:auto;
    margin-top:25px;
    margin-bottom:50px;
  }

  #content{
    
    margin-left:auto;
    margin-right:auto;    
  }

  #intro #outro{
    
  }


  
  #shinyApp{
    border: 1px solid #AAA; 
    width: 910px; 
    height: 810px;
  }

  