.club_info_numbers,
.club_info_text,
.club_info_extra {
	background: var(--bg-color);
	-webkit-appearance: none;
	border: 0;
	padding: 0 5px 0 10px;
}

#rm #k1 {
  border-bottom: 1px solid var(--border-color)
}

#rm #k1:hover {
  background-color: var(--selected-light-color)
}

.uk-grid-small>.uk-grid-margin {
  margin-top: 0;
}

.club_info_numbers  {
	width: 80px;
	text-align: right;
}

.club_info_text {
	width: 100%;
	text-align: left
}

.club_info_extra {
	width: 100%;
	text-align: left;
	padding: .5em
}

/*
select, input {
  padding: .25em;
  font-size: .7rem;
}
*/

button {
  margin: 0;
}

.button {
  margin-bottom: 0;
}

.dropdown {
  margin-top: 0;
}

.dropdown select {
  font-size: 1.2em;
}

table.schedule {
  table-layout: auto;
}

table.schedule tbody tr td {
	border-right: 1px dotted #d4d4d4;
}

table.schedule thead tr th:last-child, table.schedule tbody tr td:last-child {
  width: 40px;
  text-align: center;
}

table.schedule input {
  width: auto;
}

.intro {
  border: 1px solid #d4d4d4;
  padding: .75em;
  font-size: .9em;
  background-color: #ffffe0;
}

.submit {
  border-right: 1px solid #d4d4d4;
  position: fixed;
  bottom: .4em;
  right: 0;
  left: auto;
  z-index: 99999999;
  white-space: nowrap;
  padding: 0 1em;
}

.submit label {
  width: auto;
  float: right;
}

.submit button {
  width: auto;
  float: right;
  margin-left: .5em;
}

.back {
  border-left: 1px solid #d4d4d4;
  position: fixed;
  bottom: .4em;
  right: auto;
  left: 0;
  z-index: 99999999;
  white-space: nowrap;
  padding: 0 1em;
}

.back button {
	background-color: #aaaaaa;
}

.submit {
  right: 22%;
}

.submit label {
  width: auto;
  float: right;
}

.submit button {
  width: auto;
  float: right;
  margin-left: .5em;
}

.back {
  left: 18%;
}

.back button {
	background-color: #aaaaaa;
}

.fa-arrow-circle-down {
  padding-top: .25em;
  float: right;
}

.count {
  float: right;
  padding: 0
}


ul.rectangle-list {
  padding-left: 0;
}

ul.rectangle-list li{
  padding: .5em;
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid  #e2e7eb;
}

ul.rectangle-list ul {
  margin: 0 0 0 0; /* Add some left margin for inner lists */
}

.rectangle-list li:hover {
  background-color: #fafafaa9;
}

.rectangle-list input[type="checkbox"] {
  width: auto !important;
  margin: 0 !important;
  float: left;
  cursor: pointer;
}

.rectangle-list label {
  margin: 0 0 0 1.5em;
  text-decoration: none;
  transition: all .1s ease-out;
  cursor: pointer;
  font-weight: 300;

}

.rectangle-list input[type="checkbox"]:checked ~ label {
  background: transparent;
  font-weight: 700;
}
