/**
 * @version 4.25.12
 * Date: 2025-12-12T00:03:26.512Z
 */
#body {
	width: 1px;
	min-width: 100%;
	*width: 100%;
	height: 1px;
	min-height: 100%;
	*height: 100%;
	position: relative;
}

.general-app #wrapper {
	margin: 0 10px;
}

h2 {
     display: none;
}

h3.cdcmap-title {
	background-color: #075290 !important;
}

#map-selector-label {
     font-size: 18px;
}

#selector-wrapper, #app_footer {
	display: none;
}

#app_footer {
	margin: 0 10px;	
}

#wrapper {
     margin: 0 10px;
	border-top: none;
}

td.cdcmap-textcenter, th.cdcmap-textcenter {
	text-align: left !important;
}

.span15 {
	width: 70%;
}

.span4 {
	width: 20%;
}

.span19 {
	width: 95%;
}

.widget-header {
    height: 50px !important;
   display: none;
}

.show-header .widget-header {
   display: block;
}

.cdc-share, .cdc-info {
    font-size: small !important;
    width: auto !important;
    background-color: #075290 !important;
    top: 7px !important;
}

.cdc-share {
    border-radius: 5px !important;
    right: 80px !important;
    padding: 5px 5px !important;
}

.cdc-info {
    border-radius: 5px !important;
    right: 10px !important;
    padding: 5px 10px !important;
}

.cdc-logo {
    margin-top: 2px;
    margin-left: 2px;
}


@media screen and (max-width: 767px) {
	.span15, .span4, .span19 {
		width: 100%;
	}

	.cdcmap-legend {
		display: flex; 
		flex-direction: column; 
		flex-wrap: wrap;
		max-height: 100px;
	}
}

@media screen and (max-width: 440px) {
	#map-selector {
		width: 100%;
	}
}
