.w100 {
	width: 100px !important;
}

.w100p {
	width: 100% !important;
}

.w100Left {
	width: calc(100% - 100px) !important;
}

.w110 {
	width: 110px !important;
}

.w110Left {
	width: calc(100% - 110px) !important;
}

.w300Left {
	width: calc(100vw - 300px) !important;
}

.w1120 {
	width: 480px !important;
}

.w160 {
	width: 160px !important;
}

.w200 {
	width: 200px !important;
}

.w45 {
	width: 45px !important;
}

.w480 {
	width: 480px !important;
}

.w640 {
	width: 640px !important;
	min-width: 640px !important;
}

.w-half-160 {
	width: calc(50% - 160px) !important;
}

.mw100 {
	max-width: 100px !important;
}

.mw150 {
	max-width: 150px !important;
}

.mw200 {
	max-width: 200px !important;
}

.mw100p {
	max-width: 100% !important;
}

.mw50p {
	max-width: 50% !important;
}

.mw900 {
	max-width: 900px;
}

.mw960 {
	max-width: 960px;
}