body, table.body td {
  background-color: #333333;
}
a {
  color: #FF7700;
}
a:hover {
  color: #2795b6 !important;
}

a:active {
  color: #2795b6 !important;
}

a:visited {
  color: #FF7700 !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2ba6cb;
}

h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
  color: #2ba6cb !important;
}

h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #FF7700 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding-left: 10px;
  padding-right: 10px;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}

table.column td,
table.columns td,
td.content td {
  background-color: #FFFFFF;
}
table.header td {
  padding: 0px;
}
table.row td.wrapper {
  padding-left: 10px;
}
table.row td.wrapper.last {
  padding-left: 0px;
}


.footer .wrapper,
.footer .wrapper td {
  background-color: #EBEBEB;
}

.header {
  background-color: inherit;
}

p.webversion {
  padding: 0;
  background-color: #333;
  color: white;
}
/* EXT:start Configuration/TypoScript/Foundation/Page */
div.reveal-modal {
  position: absolute;
}
/* small displays */
@media only screen {
}
/* medium displays */
@media only screen and (min-width: 40.0625em) {
	div.reveal-modal {
		position: absolute;
	}
}
/* large displays */
@media only screen and (min-width: 64.0625em) {
	div.reveal-modal {
		position: absolute;
	}
}
/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
	div.reveal-modal {
		position: absolute;
	}
}
/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
	div.reveal-modal {
		position: absolute;
	}
}