.authenticated [data-dr-restricted="unauthenticated"]{
    display: none;
}

[data-dr-restricted="authenticated"]{
    display: none;
}

.authenticated [data-dr-restricted="authenticated"]{
    display: block;
}


#header{height:75px;}

#footer{min-height:400px}

@media (max-width: 959px) {
#footer{min-height:800px}
}
