#shortcut_games
{
	height: 154px;
	margin-bottom: 20px;
}
#shortcut_games .row
{
	margin: 0px;
	padding: 0px;
	height: 154px;
	position: relative;
}
#shortcut_games .row .col
{
	text-align: center;
	font-weight: bold;
	font-family: Metropolis;
	font-size: 20px;
	height: 154px;
	overflow: scroll;
	flex-wrap: nowrap;
	display: flex;
	padding: 0px;
}
#shortcut_games .row .col .button
{
	position: absolute;
	top: 2px;
	padding: 0;
	padding-top: 58px;
	padding-bottom: 58px;
	margin: 0;
	opacity: 0.4;
}
#shortcut_games .row .col .button a
{
	height: 30px;
	display: inline-block;
}
#shortcut_games .row .col .button:hover
{
	opacity: 1;
	background-color: #E4E5E5;
}
#shortcut_games .row .col .rightButton
{
	right: 0px;
}
#shortcut_games .row .col .leftButton
{
	left: 0px;
}
#shortcut_games .row .col .game
{
	height: 150px;
	width: 150px;
	display: block;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	box-shadow: 0px 0px 5px 1px #949595;
	background-color: rgba(255, 255, 255, 0.2);
}
#shortcut_games .row .col .game.live
{
	border: 2px solid darkgoldenrod;
}
#shortcut_games .row .col .game.completed
{
	/*border: 1.5px solid #f5b916;*/
	border: 2px solid #61CDD3;
}
#shortcut_games .row .col .game.upcoming
{
	/*border: 1.5px solid #f57316;*/
	border: 2px solid #000;
}
#shortcut_games .row .col .game.postponed
{
	/*border: 1.5px solid #f57316;*/
	border: 2px solid orange;
}
#shortcut_games .row .col .game .logo
{
	position: absolute;
	top: 65px;
	height: 40px;
	border-radius: 5px;
}
#shortcut_games .row .col .game p
{
	width: 150px;
	padding: 0;
	margin: 0;
	text-align: center;
	color: black;
}
#shortcut_games .row .col .game p.date
{
	font-size: 12px;
	position: relative;
	top: 20px;
}
#shortcut_games .row .col .game p.time
{
	position: absolute;
	top: 32px;
	font-size: 10px;
}
#shortcut_games .row .col .game p.timing
{
	position: absolute;
	top: 50px;
	font-size: 10px;
}
#shortcut_games .row .col .game.postponed p.timing
{
	color: orange;
}
#shortcut_games .row .col .game.live p.timing
{
	position: absolute;
	top: 50px;
	font-size: 12px;
	font-weight: bold;
	/*color: #002366;*/
	color: darkgoldenrod;
	animation: blinker 2s linear infinite;
}
#shortcut_games .row .col .game.live
{
	animation: blinkerBorder 2s linear infinite;
}
@keyframes blinker
{
 	50%
	{
		opacity: 0;
	}
}
@keyframes blinkerBorder
{
 	50%
	{
		border : 2px solid rgba(184, 134, 11, 0);
	}
}


#shortcut_games .row .col .game p.competition
{
	position: absolute;
	top: 0px;
	font-size: 14px;
	font-variant: small-caps;
}
#shortcut_games .row .col .game p.competition img, #shortcut_games .row .col .game p.competition span
{
	height: 14px;
	display: inline-block;
	margin: 0;
	padding: 0;
}
#shortcut_games .row .col .game p.competition span
{
	position: relative;
	top: 1px;
	height: 16px;
	margin-left: 10px;
}
#shortcut_games .row .col .game p.context
{
	position: absolute;
	bottom: 20px;
	font-size: 12px;
}
#shortcut_games .row .col .game p.link
{
	position: absolute;
	bottom: -5px;
}
#shortcut_games .row .col .game.live p.link i
{
	color: darkgoldenrod;
}
#shortcut_games .row .col .game.completed p.link i
{
	color: #61CDD3;
}
#shortcut_games .row .col .game.upcoming p.link i
{
	color: #000;
}
#shortcut_games .row .col .game.postponed p.link i
{
	color: orange;
}
#shortcut_games .row .col .game p.result1, #shortcut_games .row .col .game p.result2
{
	position: absolute;
	top: 40px;
	font-weight: bold;
	width: 20px;
}
#shortcut_games .row .col .game p.result.w i
{
	color: green;
}
#shortcut_games .row .col .game p.result.l i
{
	color: red;
}
#shortcut_games .row .col .game p.result.d i
{
	color: blue;
}
#shortcut_games .row .col .game p.result1
{
	left: 15px;
}
#shortcut_games .row .col .game p.result2
{
	right: 15px;
}
#shortcut_games .row .col .game p.result1 i, #shortcut_games .row .col .game p.result2 i
{
	font-size: 6px!important;
}
#shortcut_games .row .col .game p.score1, #shortcut_games .row .col .game p.score2, #shortcut_games .row .col .game p.sep
{
	position: absolute;
	top: 70px;
	font-weight: bold;
}
#shortcut_games .row .col .game.live p.score1, #shortcut_games .row .col .game.live p.score2
{
	color: darkgoldenrod;
}
#shortcut_games .row .col .game p.sep.bolt
{
	top: 68px;
}
#shortcut_games .row .col .game p.score1
{
	right: 25px;
	width: 125px;
}
#shortcut_games .row .col .game p.score2
{
	left: 25px;
	width: 125px;
}
#shortcut_games .row .col .game p.sep
{
	width: 100%;
	text-align: center;
}
#shortcut_games .row .col .game img.logo1
{
	left: 5px;
}

#shortcut_games .row .col .game img.logo2
{
	right: 5px;
}
#shortcut_games .row .col .game .background
{
	background-size: contain;
	opacity: 0.05;
	position: absolute;
	width: 100%;
	height: 100%;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#shortcut_games .row .col::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#shortcut_games .row .col{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
