.matches .matchrow .flagcolumn img {
  width: 32px;
  border: 0px;
}
.left {text-align:left}
.right {text-align:right}
header nav {
  background-color: #5EB500;
}
header nav ul li a:hover {
  color: #B4F906;
}

@media screen and (max-width: 900px) {
  .matches .matchrow .flagcolumn {
    height: 40px;
  }
  .matches .matchrow .flagcolumn img {
    width: 38px;
  } 
}