@charset "UTF-8";


body
{

	background: url("/images/game/game-top-bar.png") #4b3694 0px -4px;
  overflow-x: hidden;
	background-repeat: repeat-x;
	background-color: linear-gradient(#4b3694, #5640a4 ); 
	line-height: 1.2;
}

header
{
	margin-top: 0;
	background: #4b3694;

}

footer .container, .footerbottom
{

	background: #dddddd !important;

}

footer .container a
{

	color: #43880b !important;

}

footer .container
{
	color: #444;
}


footer #footerloadtime
{
	color: #999;
}



h1
{
	padding-top: 40px;
	color: #333;
	font-size: 150%;
	color: #4b3694;
}

h2
{
	color: #4caa00 !important;
	font-size: 150% !important;
	font-weight: bold !important;
}



h3
{
	color: #4caa00 !important;
	font-size: 140% !important;
	font-weight: bold !important;
}

.chipbg
{
	background: url('/images/game/chips-bg.jpg');
}

.chiptitle
{
		background: url("/images/game/chip.png") no-repeat  0px 0px;
		padding-left: 34px;
		color: #444 !important;
		font-size: 17px !important;
		padding-bottom: 5px;
        padding-top: 2px;
}


a
{
	color: #43880b
}

a:hover
{
	color: #000
}

ul
{

	padding: 0 !important;
	margin: 0  !important;
}

li
{

	background: url("/images/game/bullet.svg") 0px 5px no-repeat ;
	background-size: 11px 11px;
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	padding-bottom: 7px !important;;
		padding-left: 18px !important;
}

ul.yeargroups
{
	display: flex;
	padding-top: 8px !important;
}

ul.yeargroups li
{
	display: inline-flex;
	background: none;
	background: #fff;	
	padding: 5px 15px !important;
    margin-right: 10px  !important;
}

ul.yeargroups li a
{

	background: none;
	background: #fff;

}


