.buttons {
  text-align: right;
}

tr.golf:first-child td {
  border-top: 0;
}

tr.golf:not(:first-child) td {
  padding-top: 60px !important;
}

.list-golf {
  margin-top: 50px;
}

.parcours-label {
  padding-left: 30px !important;
}

.modal {
  font-size: 1.5em;
}

#map {
  width: 100%;
  height: 550px;
}

.revoked {
  text-align: right;
}

table.dataTable.hover > tbody > tr:hover, table.dataTable.hover > tbody > tr.shown {
  cursor: pointer;
  background-color: #297AFB;
  color: white;
}

table.second-level tbody tr, table.second-level tbody tr:hover {
  cursor: text;
  color: black;
}

table.dataTable.hover > tbody > tr.second-level-lines, table.dataTable.hover > tbody > tr.second-level-lines:hover {
  cursor: text;
  color: black;
}

table.second-level {
  margin-left: 100px;
  border: 1px solid black;
  font-size: 10px;
  line-height: 70%;
}

table.second-level .key {
  color: #992299;
}

table.second-level .value {
  color: #DD2222;
}
