#flashMessage {
	display: none;
	background: #ea6e00;
	background: rgba(234,110,0,0.8);
	border: 5px solid #ea6e00;
	color: #fff;
	font-size: 16px;
	padding: 20px 50px;
	box-sizing: border-box;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10;
	width: 50%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#flashMessage.success {
	background: #2fac68;
	background: rgba(43,182,115,0.9);
	border: 5px solid #2fac68;
}

#flashMessage .close {
	position: absolute;
	top: 7px;
	right: 10px;
}

.mceContentBody {
	padding: 30px;
}

h1 {
	color: #272626;
	font-family: 'Raleway';
	font-size: 44px;
	padding: 0 0 3px 0;
}

h2 {
	color: #ae8d53;
	font-family: 'Raleway';
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 0 20px 0;
}

h3 {
}

p {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 20px 0;
}

#ProductOverlay tr {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #ae8d53;
    padding: 10px 0 !important;
}

td.spalterechts {
    padding: 4px 0 4px 14px;
}

td.spaltelinks {
    background: rgba(174, 141, 83, 0.14);
    color: #AE8D53;
    padding-left: 9px;
    border-bottom: 1px solid white;
    width: 144px;
}