@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 990px) {
}

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

@media screen and (max-width: 575px) {
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 480px) {
	/* components:table */
	.table.table-list-stripe td:first-child {
		width: 8rem;
	}
}
