body {
  background-color: #ffffff;
}
body * {
  font-family: 'Arial', 'sans-serif';
}
body,
html {
  width: 100%;
}
a {
  color: #000000;
}
a * {
  text-decoration: none;
}
a.link-button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.text-color-accent {
  color: #333333;
}
.background-accent {
  background: #333333;
}
@media (max-width: 999px) {
	div.nav-div {
		background-color: none;
	}
}
@media (min-width: 1000px) {
	div.nav-div {
		background-color: #e5251c !important;
	}
}
#itstart-topmenu li > a {
	background-color: #019541 !important;
}
#itstart-mainpicker-button-container #itstart-mainpicker-button {
	background-color: #019541 !important;
}
#itstart-topmenu * {
  font-family: 'Prompt';
  /*color: #2a2523 !important;*/
}