@charset "utf-8";
/* CSS Document */

.pgm_description {
	background-color: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	float: left;
	width: 320px;
	padding: 20px;
	white-space: normal;
} 
#pgm_sub_description {
	margin-top: 5px;
}
#pgm_sub_description pre {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	white-space:normal;
}
