/*
 *  Deze styles zijn nodig voor het framework en CMS
 *
 */
#debug {
     display: block;
     position: fixed;
     bottom: 0px;
     width: 100%;
     z-index: 99;
     padding: 10px;
     background-color: white;
 }
 #debugContent {
     display: none;
     overflow: scroll;
     height: 300px;
     width: 97%;
 }
 #debugToggle {
     cursor: pointer;
     font-weight: bold;
 }
