.cm_table{
    width:100%;
	margin-bottom:0px;
}


.cm_table th,.cm_table td{
	border: 1px #ddd solid;
	padding:10px;
}
.cm_table th{
	background-color:#f4f4f4;
	padding:20px;
}

.cm_table th {
	width:50%;
	text-align:center;
	padding:20px;
}


.textp {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 1.5em;
}

.textp2 {
	margin-bottom: 0px;
	line-height: 1.5em;
	font-weight: bold;
	
}


/*@media only screen and (max-width:480px){
	.cm_table{
		margin:0;
		margin-bottom:60px;
	}
	.cm_table th,.cm_table td{
		padding:30px;
		width:100%;
		display:block;
		border-top:none;
	}
	.cm_table tr:first-child th {
		border-top:1px solid #ddd;
	}
*/