/* Sports Club Management - Stylesheet */
/*Custom html tags */

/*Custom classes */
.collapsible {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 24px;
  font-weight: bolder
}

.active, .collapsible:hover {
  border: none;
  text-align: center;
  outline: none;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background: none;
}

.urlheader {
  font-size: 20px;
  font-weight: bolder;
  color: #59151A;
}

.clubtable {
  width: 100%;
  border: hidden;
  border-style: hidden;
}

.clubrow {
  columns: 2;
  column-gap: 5px;
}