@font-face {
	font-family: dd4icons_font;
	src: url('fonts/dd-4e-icons-v3.eot');
    src: local(dd4icons_font), url('fonts/dd-4e-icons-v3.ttf') format('opentype');
}
@font-face {	
	font-family: magicTG;
	src: url('fonts/MagicTGLetters.eot');
    src: local(magicTG), url('fonts/MagicTGLetters.ttf') format('opentype');
}
@font-face {	
	font-family: dampfPlatz;
	src: url('fonts/DampfPlatzs.eot');
    src: local(dampfPlatz), url('fonts/DampfPlatzs.ttf') format('opentype');
}
@font-face {
  font-family: futhark;
	src: url('fonts/futhark.eot');
    src: local(futhark), url('fonts/futhark.ttf') format('opentype');
}

p {
	text-indent: 25px; padding-bottom: 0px; margin-bottom: 0px; border-bottom: 0px;    		    		
}


h1 {
	font-family: dampfPlatz;
}

.blackTitle { background-color: black; color: white; }

.block { border-style: solid; border-width: thin; border-color: black; }

.inputTextSmall { width: 30px; text-align: right;}
.inputTextMedium { width: 60px; text-align: right;}
.outputTextSmall { width: 30px; text-align: right; background-color: #AAAAAA; }

table.ctable tr td {
    text-align: center;
}

table.zebra tr:nth-of-type(even) {
  background-color:#FFFFFF;
  opacity: 0.7;
}

table.czebra tr td:nth-of-type(even) {
  background-color:#FFFFFF;
  opacity: 0.7;
}
