
textarea{
	background-color:#fff;
	box-sizing:border-box;
	border-radius:2px;
	color:#333;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:none;
    font-family:Calibri;
	font-size:12px;
	border:1px solid #ccc;
	padding:6px 10px;
	width:100%;
    height:100%;
	line-height:1.3;
}
#textarea{
	background-color:#fff;
	color:#333;
	float:none;
    font-family:Calibri;
	font-size:16px;
	width:100%;
    height:100%;
	padding:6px 10px;
	margin:15px auto;
}
#desc{
	color:#333;
	float:none;
    font-family:Calibri;
	font-size:12px;
	width:100%;
    height:100%;
	padding:6px 10px;
	margin-bottom:5px;
	margin:50px auto;
}
#desc_u{
	color:#333;
	float:none;
    font-family:Calibri;
	font-size:14px;
	width:100%;
    height:100%;
	text-decoration: underline;
	padding:6px 10px;
	margin-bottom:5px;
}
table { 
    width:50%; 
    border-collapse: collapse; 
    margin:6px auto;
	padding:left;
}

/* Zebra striping */
tr:nth-of-type(odd) { 
    background: #eee; 
    }
th { 
    background: #cacaca; 
    color: #333; 
    font-weight: bold; 
    font-family:Calibri;
    }
td, th { 
    padding: 5px; 
    border: 1px solid #ccc; 
    text-align: left; 
    font-size: 12px;
    font-family:Calibri;
	width:80px;
    }


