	/*CSS Natality*/

h3#topic {
    font-size: 28px;
    font-weight: bold;
}

.collapse {
  display: none;
}

.expand {
  display: block!important;
}


/* Viewport 4 Styles for Infographic */
    
@media screen and (min-width: 1440px){
    
    #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: 1439px) 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){

    #vssr_table {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #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){

    #vssr_table {
        font-size: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    #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: 20px;
	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;
}


/* NEW STUFF */
#infographicIncrease div ul li,
#infographicDecrease div ul li,
#infographicNoChange div ul li {
    margin-left: 25px;
}

#racecat_check label {
	display:block;
    line-height: 15px;
}

#racecat_check label input {
	float: left;
}

/* #gfr_checks #asb_checks label {
    display:block;
    line-height: 15px;
}

#asb_checks label input {
    float: left;
} */

.checkboxes {
    line-height: 15px;
    margin-left: 5px;
}

.checkboxes label{
    display: block;
    line-height: 15px;
}

.checkboxes label input {
    float: left;
}