/* Tekma node form */
#edit-field-skupina--wrapper {
  display: none;
}

/* Manage Match View */
.match-container {
  margin-left: 10%;
}

.match-container .team,.match-container .delimiter {
  display: inline-block;
  width: 33%;
}

.match-container .away-team {
  float: right;
}

.match-container .name {
  font-size: 2em;
}

.match-container .result {
  font-size: 8em;
  color: #000;
}

.match-container .delimiter {
  font-size: 5em;
  vertical-align: bottom;
}
