h1.page-title,
.node h2.node-title {
  margin-bottom: 0.5em;
}

#branding-wrapper {
  padding: 20px 0 20px 25px;
}

#site-name {
	font-size: 3.5em;
}

tbody th {
	font-weight: bold;
}

tbody th .form-item {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

table td {
	padding: 6px 12px;
}

div.messages h3 {
	margin-top: -6px;
}

div.messages ul li {
  list-style: circle;
}

input.form-button, input.form-submit {
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  background: none;
}

div.button-wrapper {
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: url(images/button.png) repeat-x top left;
  border: 1px solid #CCC;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px 0 0;
  padding: 5px 11px;
}

div.button-wrapper.cancel {
  float: right;
}

.add-link {
  background: url('images/add.png') center left no-repeat;
}

.previous-link {
  background: url('images/previous.png') center left no-repeat;
}

.delete-link {
  background: url('images/delete.png') center left no-repeat;
}

.pdf-link,
ul.pdf-link.with-icon a {
  background: url('images/pdf.png') center left no-repeat;
}

ul.pdf-link {
  background: none;
}

.csv-link,
ul.csv-link.with-icon a {
  background: url('images/csv.png') center left no-repeat;
}

ul.csv-link {
  background: none;
}

.edit-link {
  background: url('images/edit.png') center left no-repeat;
}

.final-link {
  background: url('images/final.png') center left no-repeat;
}

.reports-link {
  background: url('images/reports.png') center left no-repeat;
}

.settings-link {
  background: url('images/settings.png') center left no-repeat;
}

.team-link {
  background: url('images/team.png') center left no-repeat;
}

.trophy-link {
  background: url('images/trophy.png') center left no-repeat;
}

.user-edit-link {
  background: url('images/user-edit.png') center left no-repeat;
}

.starten {
	background: url('images/settings-go.png') center left no-repeat;
}

.tonen {
	background: url('images/search.png') center left no-repeat;
}

.invoeren {
	background: url('images/edit.png') center left no-repeat;
}

.with-icon,
ul.with-icon a,
input.with-icon {
  border: 0;
  padding: 4px 0 4px 30px;
}

input.add-button {
  background: url('images/add.png') center left no-repeat;
}

input.cancel-button {
  background: url('images/cancel.png') center left no-repeat;
}

input.save-button {
  background: url('images/save.png') center left no-repeat;
}

span.incompleet {
	color: red;
	font-weight: bold;
}

ul.navigation-menu li {
	-moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
	background-color: #2e2e2d;
	display: block;
}

ul.navigation-menu li a {
	display: block;
	padding: 10px 16px;
}

ul.navigation-menu li.level2 {
	padding-left: 20px;
}

ul.navigation-menu li.level2 a {
	margin-left: -6px;
	padding-left: 36px;
}

ul.navigation-menu li.active {
	background: #ffffff;
	border: 1px solid #e7e1ce;
}

ul.navigation-menu li.active a {
	font-weight: bold;
}

table#uitslagen th.uitslagen {
	width: 180px;
}

table#uitslagen th.export {
	width: 126px;
}