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

}

div.logo {
  content:url('clublogo.png');
	max-width: 100%;
}

.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: blue;
}

.redcheck[type='checkbox']:checked {
    background: rgb(255, 0, 4);
}

.updatebutton {
    background: skyblue;
}

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

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

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

#upload_button {
  background: skyblue;
}


.amountinput {
  width: 90px;
}