

/***** EDIT *****/

.fdesc {
	margin-top: 16px;
	margin-bottom: 24px;
	
	text-align: justify;
	line-height: 150%;
}

hr {
	margin-top: 32px;
	margin-bottom: 16px;
}

/***** TEST *****/
#tdesc {
	font-size: 11pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	line-height: 150%;
	
	font-weight: bold;
	margin-top: 25px;
}

#author {
	width: 150px;
	margin-left: 25px;
}

#tgo {
	width: 50px;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 80%;
}

td.author {
	width: 120px;
	overflow: hidden;
	white-space: nowrap;
}

td.score {
	width: 30px;
	text-align: right;
}

h3 {
	color: #3875D7;
	font-size: 13pt;
	
	font-weight: normal;
	margin-bottom: 16px;
}

#author {
	font-family: "Courier New", Courier, monospace;
}

form.quiz label {
	display: inline;
	width: auto;
	font-weight: normal;
	color: Black;
}

form.quiz div.opt {
	margin-left: 32px;
	margin-right: 32px;
	margin-bottom: 8px;
	background: white;
	
	padding: 2px;
}

form.quiz {
	margin-bottom: 64px;
}

form.quiz #back {
	margin-top: 16px;
	margin-left: 100px;
}

.fmsg {
	margin-bottom: 64px;
	line-height: 150%;
}

#lem {
	float: left;
	width: 70px;
	
	position: relative;
	top: 2px;
	
	color: #3875D7;
	font-weight: bold;
}

form.login label {
	float: left;
	width: 70px;
	
	position: relative;
	top: 2px;
	
	color: #3875D7;
	font-weight: bold;
}

#pass {
	width: 150px;
}

#login {
	width: 100px;
}

/***** COMMENTS *****/
pre.ctext {
  font-family: "Courier New", Courier, monospace;
  width: 500px;
  overflow: hidden;
  
  color: gray;
}

.cdesc {
    font-size: 8pt;
    margin-bottom: 15px;
    color: gray;
    
    width: 300px;
    padding-bottom: 15px;
    border-bottom: 1px dashed silver;
    
    padding-top: 3px;
}

.cdesc label {
    color: #3875D7;
    width: 50px;
    float: left;
}

#txt {	
    margin-bottom:1px;
}

#author {
    width: 250px;
}

#sendc {
    width: 100px;
}

hr.endh {
	color: #3875D7;
	background: #3875D7;
	height: 1px;
	
	padding: 0px;
	border: 0px;
}

.help p {
  margin-bottom: 30px;
  text-align: justify;
  line-height: 150%;
}

.help h3 {
  margin-bottom: 15px; 
}

