
.mod-overflow-hidden {
	overflow: hidden;
}
.mod-overflowX-scroll {
	overflow-x: auto;
	/*display: -webkit-inline-flex;
	display: inline-flex;
	white-space: nowrap;*/
}


.mod-display-inlineFlex {
	display: inline-flex;
}

.mod-width-full {
	width: 100%!important;
}

.mod-fontSize-smaller {
	font-size: 0.8em;
}

.mod-clear-both {
	clear: both;
	display: block;
}

.mod-textAlign-center {
	text-align: center;
}


.mod-fontColor-lessObv {
	color: #aaaaaa;
}

.mod-width-35p {
	width: 35%!important;
}

.mod-bkgd-darkRed {
	background: #D80308!important;
}
/*
ul.stct-game-list li.mod-MGimages img {
	width: 200%;
}
ul.stct-game-list li.mod-MGimages:hover img {
	transform: translateX(-50%);
}*/