matches table {
	width:100%; 
	text-align:center;
	border:none;
	background-color:#FFFFFF;
}
	
th.matches {
	text-align:center;
	border:none;
	background-color:#FFFFFF;
} 

tr.matches {
	text-align:center;
	border:none;
	background-color:#FFFFFF;
} 

td.matches {
	text-align:center;
	border:none;
	background-color:#FFFFFF;
} 


/*  MATCHES 3 COLUMN DIVS  */

{
  box-sizing: border-box;
}

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

.left, .right {
  width: 35%;
  text-align:center;
}

.middle {
  width: 30%;
  vertical-align:middle;
  text-align:center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Hide on screens smaller than 600px */
@media screen and (max-width: 600px) {
  .hide-mobile {
    display: none;
  }
}