header { display: none; }

body { background-color: #f2f2f2; }

.shiny-input-container > label { 
    font-size: auto !important; color: #404040; font-family: opensans-medium;
}
.item, .option { font-size: auto !important; font-family: opensans; line-height: 35px !important; }
.remove { font-size: 20pt !important; margin-top: 2px; }

.button-exclude { background-color: #e6e6e6; color: #a6a6a6; font-size: auto !important; font-family: opensans-medium; }
.button-exclude.active { background-color: #b3b3b3; color: white; }

#sidebar > div > div { display: inline-block; margin-right: 5px; }
#sidebar { padding: 0; margin: 0; }

.exhibit-container .shiny-html-output { height: 550px; }
.highcharts-tooltip > span { margin-top: 18px !important; }

 /* large screens. */
@media screen and (min-width: 1800px) { 
    .exhibit-container { height: 550px; } 
}

.highcharts-container { font-size: 200% !important; }
/* #sidebar > div > div > div { position: absolute; bottom: 0; } */