@charset "utf-8";
/* CSS Document */

section {

	padding-top: 1%;  /* 3% */
	padding-bottom: 1%; /* 3% */
	}



.container-fluid  div[class^="col"] {
	border: 0px; /* 1px */
	/*background: #f5f5f5; */
	/*text-align: center;*/
	padding-left: 3px;  /* 5% */
	padding-right: 3px;  /* 5% */
	padding-top: 1px;  /* 2px */
	padding-bottom: 1px; /* 2px */
	}

