@font-face {
    font-family: 'pt_sansregular';
    src: url('PTS55F-webfont.eot');
    src: url('PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTS55F-webfont.woff') format('woff'),
         url('PTS55F-webfont.ttf') format('truetype'),
         url('PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
 

.hadron0{
	min-height: 290px !important;
	background: #fff4d6 url('plaid.jpg');
	color: black;
	padding: 8px;
	font-family: 'pt_sansregular', Trebuchet MS, tahoma, sans-serif;
}

.hadron1{
	background: #eff8fc;
	padding: 15px;
	border: 1px #46a1ce solid;
}

.hadron0 .code .boxhead{
	color: #277e60;
}

.hadron0 .code .box{
	border: 1px solid #277e60;
	color: #277e60;
	font: Lucida Console;
}

.hadron0 a{
	color: #e53d00;
}

.hadronsig{
	color: #95a5a6;
	padding-left: 8px;
	background:  #eff8fc;
	border-left: 1px #46a1ce solid;
	border-right: 1px #46a1ce solid;
	border-bottom: 1px #46a1ce solid;
	width: 30%;
}