/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

	.text.parbase p { padding: 10px; }
	.divTable p { margin: 0; padding: 0; }
	.divTableRow { padding-bottom: 10px; }
	.divTableCell { margin-bottom: -16px; }
	.divTableRow:nth-child(even) div:nth-child(even) { background: #ebf5ff; }
	.divTableRow:nth-child(even) div:nth-child(odd) { background: #ebf5ff; }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

	.text.parbase p { padding: 10px; }
	.divTable p { margin: 0; padding: 0; }
	.divTableRow { padding-bottom: 10px; }
	.divTableCell { margin-bottom: -16px; }
	.divTableRow:nth-child(even) div:nth-child(even) { background: #ebf5ff; }
	.divTableRow:nth-child(even) div:nth-child(odd) { background: #ebf5ff; }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

	.text.parbase p { padding: 10px; }
	.divTable p { margin: 0; padding: 0; }
	.divTableRow { padding-bottom: 10px; }
	.divTableCell { margin-bottom: -16px; }
	.divTableRow:nth-child(even) div:nth-child(even) { background: #ebf5ff; }
	.divTableRow:nth-child(even) div:nth-child(odd) { background: #ebf5ff; }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

	.divTable { display: table; width: 100%; }
	.divTableRow { display: table-row; }
	.divTableCell { display: table-cell; padding: 10px 30px; }
	.divTableBody { display: table-row-group; }
	.divTableRow:nth-child(even) div:nth-child(even) { background: #ebf5ff; }
	.divTableRow:nth-child(even) div:nth-child(odd) { background: #ebf5ff; }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	.divTable { display: table; width: 100%; }
	.divTableRow { display: table-row; }
	.divTableCell { display: table-cell; padding: 10px 30px; }
	.divTableBody { display: table-row-group; }
	.divTableRow:nth-child(even) div:nth-child(even) { background: #ebf5ff; }
	.divTableRow:nth-child(even) div:nth-child(odd) { background: #ebf5ff; }

}
