.marg_10_right {
	margin-right: 10px;
}

.marg_10_left {
	margin-left: 10px;
}

.marg_10_bottom {
	margin-bottom: 10px;
}

.marg_10vw_right {
	margin-right: 10vw;
}

.noHighlightWhite {
	text-decoration: none;
	color: #fff;
}

.noHighlightWhite:hover {
	text-decoration: underline;
}