html {
font-size: 80%;
}
body {
background: none;
}
div.appBar div.appSections,
div.appBar div.appControls {
display: none;
}
div.appBar {
background: none;
box-shadow: none;
border: none;
}
g#Logo text#MAX {
fill: black;
}
g#Logo text#COMUNICA {
fill: rgb(90, 90, 90);
}
svg.logomax {
width: 20rem;
height: 3rem;
display: none;
}
div.appLogo {
display: block;
position: fixed;
top: 1rem;
left: 1rem;
}
div.browser {
display: none;
}
div.breadCrumb {
display: none;
position: relative;
margin: 1rem 0 0 5%;
padding: 0 0 1rem 0;
top: 0;
left: 0;
width: 90%;
color: black;
}
div.contentPane {
position: relative;
display: block;
margin: 0;
width: 100%;
padding: 0rem;
float: none;
background: transparent!important;
}
div.card {
box-sizing: border-box;
width: 100%;
margin-left: 0;
margin-right: 0;
background: white;
}
div.card h2.contentTitle {
color: black;
}
