*{
	font-family:Tahoma, Verdana, Helvetica, sans-serif; 
	font-size:11px; color:black; background-color:inherit;
}
.container
{
	width: 100%;
}
body
{
   padding:0;	margin:0; background-color:#F4F4F4;
   background-image:url(images/background-image.jpg);
	background-repeat:no-repeat; color:#F4F4F4;
}
div.spacer
{
	clear: both;
}
img {
	border:none;
}
a
{
	color:BLACK;
	text-decoration:none;
	padding:1px 1px 0 1px;
	background-color:inherit;
	font-size: 18px;
}
a:hover
{
	text-decoration:underline;
}
p
{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
ul
{
	list-style-type:none;
	padding:10px 0 0 0px;
	margin:0 0 0 0;
	float:left;
	width:200px;
}
li
{
	list-style-type:none;
	background-repeat:no-repeat;
	background-position:0 50%;
	padding:3px 5px 3px 18px;
	font-size: 16px;
}
.left-div-wrapper
{
	width:400px;
	float:left;
	margin-top:7px;
}
.right-div-wrapper
{
	width:50%;
	float:left;
}
.logo-image
{
	padding:0;
   position: fixed;
   margin: 0px 15px 15px 10px;
   left: 0;
   display:inline;

}
.logo
{
	padding:17px 17px 0 0;
	float:left;
}
.menu
{
	padding:60px 10px 100px 10px;
	font-size: 45px;
	position: absolute;
   display:inline;
   right: 140px;
}
a.current
{
	color: red;
  
}
.heading
{
	padding:17px 0 17px 0px;
}
.divider-body
{
	margin:0 15px 0 0px;
	border-bottom:1px solid #999999;
}
.game-image
{
	padding-top:25px;
	padding-right:15px;
	float:left;
	background-color:#f4f4f4;
}
.game-image a
{
	padding-top:5px;
	padding-right:15px;
	float:left;
	color:black;
	background-color:#f4f4f4;
}
.game-image a.pic {
	padding:0; float:none;
}
.bullets-block
{
	width:200px;
	float:left;
}
.ubi-logo
{
	padding-left:50px;
}
.footer
{
  
	padding:22px 0 22px 0; 
	background-color:#F4F4F4;
	color:black; 
	line-height:18px;
	
}
.fb-page
{
	width:400px;
	float:left;
	margin-top:7px;
}
.calendar
{
	left: 20%;
	position: relative;
	margin-top:7px;
	margin-bottom:7px;
}
 .center 
{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CSS Update */

.content,
.header {
    display: flex;
}

.header .logo {
    width: 500px;
    float: none;
}

.header .logo img {
	width: 100%;
	height: auto;
}

.header .menu {
    flex: 1;
	display: flex;
	position: relative;
	text-align: center;
	justify-content: end;
	right: 0;
	padding-right: 140px;
}

.header .menu a {
	margin: 0 10px;
}

.content .right-div-wrapper,
.content .left-div-wrapper {
	float: none;
}

.content .right-div-wrapper {
	flex: 1;
}

@media(max-width: 1024px){
	.content,
	.header {
		flex-wrap: wrap;
	}

	.header .logo,
	.content .right-div-wrapper,
	.content .left-div-wrapper  {
		width: 100%;
	}

	.header .logo {
		text-align: center;
	}
}
table {
	text-align: center;
	font-size:26px;
	border: 5px white;
}
th, td {
  padding: 5px;
  text-align: center;
  font-size:16px;
}