
	h3#causeOfDeath {
    font-size: 20px;
    font-weight: bold;
}


/* Viewport 4 Styles for Infographic */
    
@media screen and (min-width: 1200px){
    
    #infographicPercent3M p, #infographicPercent12M p   {
        white-space: nowrap;
        text-align: center;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
    }
    
    #infographicPercent3M p img , #infographicPercent12M p img {
        height: 50px;
    }    
    
    #infographicPercent3M p span , #infographicPercent12M p span {
        font-size: 50px;
        line-height: 50px;        
        color: #666666;
        vertical-align: middle;
        white-space: nowrap;        
    } 
    
}



/* Viewport 3 Styles for Infographic */
@media screen and (max-width: 1199px) and (min-width: 980px){
    
    #infographicPercent3M p, #infographicPercent12M p   {
        white-space: nowrap;
        text-align: center;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
    }
    
    #infographicPercent3M p img , #infographicPercent12M p img {
        height: 40px;
    }    
    
    #infographicPercent3M p span , #infographicPercent12M p span {
        font-size: 40px;
        line-height: 40px;        
        color: #666666;
        vertical-align: middle;
        white-space: nowrap;        
    }  
    
}

/* Viewport 2 Styles for Infographic */
@media screen and (max-width: 979px) and (min-width: 768px){
    
    #infographicPercent3M p, #infographicPercent12M p   {
        text-align: center;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
    }
    
    #infographicPercent3M p img , #infographicPercent12M p img {
        height: 30px;
    }    
    
    #infographicPercent3M p span , #infographicPercent12M p span {
        font-size: 30px;
        line-height: 30px;        
        color: #666666;
        vertical-align: middle;
        white-space: nowrap;        
    }       
    
}

/* Viewport 1 Styles for Infographic */
@media screen and (max-width: 767px){
    
    #infographicPercent3M p, #infographicPercent12M p   {
        white-space: nowrap;
        text-align: center;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
    }
    
    #infographicPercent3M p img , #infographicPercent12M p img {
        height: 50px;
    }    
    
    #infographicPercent3M p span , #infographicPercent12M p span {
        font-size: 50px;
        line-height: 50px;        
        color: #666666;
        vertical-align: middle;
        white-space: nowrap;        
    }       
}




#trend_name {
	font-size: 1.2em;	
}


#vssr_table table, #vssr_completeness table {
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	border: 1px solid #cdcdcd;
}

#vssr_table table thead tr th, #vssr_completeness table thead tr th{
	background-color: #075290;
	color: white;
	border: 1px solid #cdcdcd;
}

#vssr_table table tbody tr td, #vssr_completeness table tbody tr td{
	text-align: center;
	border: 1px solid #cdcdcd;
}

#vssr_table table tbody tr th{
	text-align: left;
	border: 1px solid #cdcdcd;
	padding-left: 5px;
}

#vssr_table table tbody tr td{
	white-space: nowrap;
	border: 1px solid #cdcdcd;
}

#vssr_completeness {
	margin-top: 25px;	
}

svg{
	border: 1px solid #cdcdcd;	
}

#vssr_footnotes{
	margin-top: 5px;
	margin-left: 5px;
	text-align: left;
	display: block;	
	margin-right: 25px;
}

.hiddenFN{
	display:none;	
}


#vssr_rate_selector {
  margin-left: 15px;
}

#vssr_generate_chart input{
  margin-left: 25px;
}

.hanging-indent {
    display: block;
    padding-left: 1.5em;
    text-indent: -1.2em;
}

