#tournaments-menu-wrapper {
  margin-bootom: 30px;
}

#tournaments-menu-wrapper #seasons {
  float: left;
}

#tournaments-menu {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}

#tournaments-menu li {
  display: inline;
}

#tournaments-menu a {
  text-decoration: none;
  font-size: 1.6em;
  margin: 0 10px;
  color: #d3d3d3;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

#tournaments-menu .active {
  color: #a24201;
  font-size: 1.6em;
}

.tournament-block {
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);

  margin: 20px auto;
  padding: 20px 10px 20px 20px;
  width: 80%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.tournament-block .label {
  margin: -15px 0 10px -10px;
  /* max-width: 50%; */
}

.tournament-block .tournament {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2;
  text-align: center;
  width: 120px;
  max-height: 200px;
  vertical-align: top;
  padding: 5px;
}

.tournament.passed {
  opacity: .5;
  filter: grayscale(50%);
}

.tournament-logo {
  width: 100px;
  height: 100px;
}

.tournament-title {
  font-size: 1.1em;
  margin-bottom: 0;
}

.tournament-stage {
  opacity: .7;
  margin: 0;
  padding: 0;
}

.tournament-block #countries {
  max-height: 300px;
}

.tournament-block #countries-column {
  -webkit-columns: 150px 4;
  -moz-columns: 130px 4; 
  columns: 150px 4;
}

.tournament-block .country {
  display: block;
  text-decoration: none;
  /*font-size: 1em;*/
}

#countries-column .continent-label {
  font-size: 1.4em;
}

#countries-column .continent-label:first-child {
  margin-top: 0;
}

#current-country {
  text-decoration: none;
}

#back-action {
  cursor: pointer;
  text-decoration: underline;
}

#tournaments-table {
  width: 98%;
  box-shadow: none;
  margin-top: 15px;
}

#tournaments-table tr:hover {
  background-color: #e6e6e6;
}

#tournaments-table td:last-child,
#tournaments-table th:last-child {
  border-right: 0;
}

#tournaments-table  .tourn-now {
  background-color: rgba(76, 175, 80, .9);
}
