html, body{
  height: 100%;
}

.clubs, .club {
  width: 50%;
  float: left;
}

.clubinfo th{
  vertical-align: top;
}

.clubs tr{
  border-bottom: 1px solid #194381;
}

.clubs tr a {
  font-weight: bold;
}

.clubs tr:hover {
  background-color: #a3befb;
}

.clubs tr:hover a {
  text-decoration: underline;
  color: black;
}

.vts {
  float: right;
}

.mapblock {
  float: right;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 28px;
  padding: 10px;
  background-color: #84AD67;
}

#gmap {
  width: 440px;
  height: 390px;
  margin: auto;
  display: block;
}

tr.error
{
    border:none !important;
}

tr.error input
{
    border:1px solid red !important;
}

div.error
{
    color:red;
}
.actie_resultaat
{
    border: 1px solid #c4dbff;
    background-color: #f1f7ff;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    clear: both;
    float: left;
}

.leden_tabel tr{
    border-bottom: 1px dotted #3D69AC !important;
    line-height: 2em;
}
.leden_tabel .actions img
{
    padding-left:5px;
    padding-right:5px;
}

.niet_betaald,
.niet_betaald a
{
    color:red;
}

hr {
    border: 1px dotted lightgray;
    clear: none;
}

.oefeningImage {
    position: relative;
    padding: 5px;
    display: inline-block;
}
.oefeningImage a {
    position: absolute;
    right: 0;
    top: 0;
}

.leaf .leaf,
.leaf .leaf .leaf {
    margin-left: 10px;
}
