/* Remove change split button into two seperate buttons on smaller viewports */
.smaller_font{
	font-size: .99em !important;
}

@media(max-width: 992px){
	#dissapear_two_button{
		display:block;
	}
	.shorten-btn-width-view{
		width: 100% !important;
	}
	.shorten-btn-width-download{
		width: 100% !important;
	}

	#manual_padding_div{
		padding-top: 5px;
	}

}

/* Adding CSS for new badge area */
@media(max-width: 992px){
	.trial_width{
		width: 49% !important;
	}
	.aware_width{
		width: 49% !important;
	}

}


.ps_aware_styling{
	background: rgb(17, 86, 166); 
	width: 100%;
}

.trial_styling{
	background:rgb(186, 32, 36); 
	width:100%; 
	padding-bottom: 1%;
}

@media(min-width: 300px) and (max-width: 990px){
	.resize_on_shrink{
		display: flex;
	}

	.trial_styling{
		width: 99%;
		padding-bottom: .5%;
	}

	.ps_aware_styling{
		width: 100%;
	}

}