@media (min-width: 768px) {
	.aonline-form-header {
		font-weight: bold;
		text-shadow: 1px 1px 1px darkblue;
		line-height: 30px;
		background-color: #2a70b9;
		color: white;
		font-size: 9pt;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	.aonline-form-item {
		padding-top: 15px;
	}

	.aonline-form-header-settings {
		background-color: #444444;
		color: white;
		border-top-right-radius: 4px;
		text-align: center;
		cursor: pointer;
	}

	.aonline-form-container {
		padding-top: 15px;
	}

	.aonline-form-row {
		text-align: left;
		font-size: 9pt;
		width: 100%;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	}

	.aonline-form-block {
		padding: 15px 0;
		border-left: 1px solid lightgrey;
		border-right: 1px solid lightgrey;
		border-bottom: 1px solid lightgrey;
		background-color: white;
	}

	.aonline-form-dashboard-header {
		background-color: #2a70b9;
		color: white;
		font-size: 8pt;
		font-weight: bold;
		line-height: 25px;
		text-align: center;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.aonline-form-dashboard-odd {
		height: 30px;
		border-bottom: 1px solid lightgrey;
		background-color: white;
		font-size: 8pt;
		line-height: 30px;
	}

	.aonline-form-dashboard-even {
		height: 30px;
		border-bottom: 1px solid lightgrey;
		background-color: whitesmoke;
		font-size: 8pt;
		line-height: 30px;
	}

	.aonline-form-dashboard-md-odd {
		height: 25px;
		border-bottom: 1px solid lightgrey;
		background-color: white;
		font-size: 8pt;
		line-height: 25px;
	}

	.aonline-form-dashboard-md-even {
		height: 25px;
		border-bottom: 1px solid lightgrey;
		background-color: whitesmoke;
		font-size: 8pt;
		line-height: 25px;
	}
}
