.ult_tab_li.current .ult-span-text {
    font-size: 21px!important;
}

/* If the screen size is more then 800px wide, set the font-size to 1.2em */
@media screen and (min-width: 801px) {
  
.download-button {
		font-size: 12pt!important;
		line-height: 1.5em!important;
	}
	
.download-box-content h4 {
       font-size: 1.5em!important;
}
.download-box .downloadinfo span {
    font-size: 12px!important;
    padding: 0 0.4em;
}
}

/* If the screen size is 600px wide or less, set the font-size to 0.8em */
@media screen and (max-width : 801px ){
 
	.download-button {
	font-size: 8pt!important;
	line-height: 1em!important;
	}
	
.download-box-content h4 {
    font-size: 12pt!important;
	
}
.download-box .downloadinfo span {
    font-size: 8pt!important;
    padding: 0 0.4em;
}
}