
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
  line-height: 1.42857;
  color: white;
  background-image: url('background.jpg'); background-repeat: no-repeat; background-size: cover;

}

div.logo:before {
  padding-bottom: 20px;
  max-height: 100px;
  content:url('clublogo.png');
}

.box {
  border: solid 3px #333333;
  background-color: #000033;
}


.roweven {
  background-color: #222244;
}
.rowodd {
  background-color: #000044;
}

input[type=text]:focus {border-color:#333; }


input[type='checkbox']:checked {
    background: #3ca6ad;
}

.redcheck[type='checkbox']:checked {
    background: #3ca6ad;
}

.updatebutton {
    background: cyan;
}

.button:hover:enabled {
    background-color: cyan;
}

.mainmenu:hover {
  font-size: 26px;
  font-weight: bold;
  color: cyan;
}

a:hover, a:focus {
	color: cyan;
  /*font-size: 18px;
  /*display: block;*/
}

#upload_button {
  background: cyan;
}


.amountinput {
  width: 90px;
}