/*
#colors

@main-color #33b668
@text-color #333333
@base-color #fff
@body-color #eee
@form-color #f5f5f5
@notice-color #d9534f
@attention-color #b20000



*/
@media print, screen and (min-width: 768px) {

	ul,
	ol {
		margin-left:2rem;
	}

}

@media print, screen and (max-width: 767px) {

	ul,
	ol {
		margin-left:1.4rem;
	}

}
