/*Copyright 2014-2022 3M Company. This source code file contains proprietary information of 3M.*/
#buttons {
	/*width: 240px;*/
	margin: 15px auto 0px auto;
	text-align: center;
}

#terms {
	height: 90vh;
	text-align: justify;	
}

#terms li {
	line-height: 125%;
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/*@media only screen and (min-width: 480px) and (max-width: 767px) {*/
@media only screen and (min-width: 480px) and (max-width: 767px) {	
	#buttons { 
		width: 400px;	
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
			
}