@charset "utf-8";

/* Small devices (tablets, 576px and up) */

@media (min-width: 576px) {
    .sizehelper:before {
		content: "SM";
	}

	.optionsetlables li {
		font-size: 16px;
	}
}
