<html><body><p>/* =================================================
LOCAL STYLE SHEET
Use this to overwrite any of the global styles or add customized elements
================================================= */
/* COLOR THEME -- ORANGE */
/*@import url("/TemplatePackage/css/B/theme-orange.css");*/

/* COLOR THEME -- PURPLE */
/*@import url("/TemplatePackage/css/B/theme-purple.css");*/

/* COLOR THEME -- ROSE */
/*@import url("/TemplatePackage/css/B/theme-rose.css");*/

/* COLOR THEME -- TAN */
/*@import url("/TemplatePackage/css/B/theme-tan.css");*/

/* COLOR THEME -- TEAL */
/*@import url("/TemplatePackage/css/B/theme-teal.css");*/

/* min-height rule for topic blocks container */
/*
.top-blocks dl{
	min-height: 50px;
}
*/

.ui-tabs .ui-tabs-panel {
height: 700px;
max-height: 900px;
}

.tab-bullets ul p {
	margin-left: 2em;
}

.tab-bullets ul li {
	margin-left: 0em;
	border-top:1px solid transparent;
	list-style:none;
	padding:3px 0 3px 1.25em;
	background-color: transparent;
	background-image: url(../../../images/blue_check15x15.png);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
}

.tab-bullets ul ul li {
	margin-left: 2em;
	background:transparent url('https://www.cdc.gov/TemplatePackage/images/blue_bullet.png') no-repeat 0.3em 0.65em;
}

.tab-bullets ul li a {
	display: inline;
}

#content .module .tab-bullets li a {
	display: inline;
}

#content .module li span.cdc-decorated { 
	display:inline; 
}

.no-h-title .cdc-tabs .inner .cdc-tabs-widget .ui-tabs-nav{font-size:95%;}
.no-h-title .cdc-tabs .inner .cdc-tabs-widget .ui-tabs-panel h4{display:none;}

ul.bluecheck li {
	border-top:1px solid transparent;
	list-style:none;
	padding:3px 0 3px 1.25em;
	background-color: transparent;
	background-image: url(../../../images/blue_check15x15.png);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
}

ul.bluecheck ul li {
	margin-left: 4em;
	background:transparent url('https://www.cdc.gov/TemplatePackage/images/blue_bullet.png') no-repeat 0.3em 0.65em;	
}</p></body></html>