<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your CSS customizations */
.bBtn {
    /* background-color:#fea500; */
display: inline-block;
padding: 2px;
font-size: 20px;
border-radius: 5px;
margin: 2px;
cursor:pointer;
padding-left: 5px;
    padding-right: 5px;
    height:49px;
}

.bBtn span {
    font-size: 14px;
    margin-left:4px;
    /*top:8px;*/
    position: relative;
    color:#FFF;
}

.main {
 margin-bottom: 40px;
}

#navCollapse {
 height: 0px;
}

.mdiHome {
font-size: 38px !important;
line-height: 44px;
position: relative;
top: 0px !important;
display:inline-block !important;
margin-right:4px;
}

#showNavBtn {
     outline: 0;
    display: block;
    position: relative;
    z-index: 1;
        color: black;
        background: #fea500;
            float: right;
            box-shadow: none !important;
}

#showNavBtnImg {
    cursor:pointer;
}

.inschrijfBtn {
color:black;
background-color:orangered;
display: inline-block;
padding: 5px;
line-height: 100%;
cursor: pointer;
border: 1px solid black;
font-size: 12px;
font-weight: normal;
letter-spacing: normal;
font-weight:bold;
}

.button {
border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
border-color:
#000000;
background-color:
#DDFFDD;
cursor: pointer;
padding: 2px;
width: 120px;
text-align: center;
display: inline-block;
}

.container {
    width: 100%;
    padding-right: 5px !important;
    padding-left: 5px !important;
    margin-right: auto;
    margin-left: auto;
    /*padding-top: 5px !important;*/
}



.smallAvatar {
 height:45px;

}

.greenAlert {
    position: relative;
    top:-2px;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    background-color: lime;
    display:inline-block;
}

.greenAlert2 {
position: relative;
top: -15px;
left: 0px;
border-radius: 4px;
width: 8px;
height: 8px;
background-color: lime;
display: inline-block;
}

@media only screen and (min-width:768px) {
 .container {
 max-width: 720px;
 }
}

 @media only screen and (max-width: 550px) {
.bBtn span {
 display: none;   
}


 
 }
</pre></body></html>