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

.table{
	width: 100%;
	margin-bottom: 15px;
	border-spacing : 0;
	border-collapse : collapse;
}

.table th {
	background-color: #6cab36;
	height: 40px;
	font-style: italic;
	color: #fbfaf6;
	font-weight: normal;
}

.table th.left{
	text-align: left;
	padding-left: 10px;
}

.table td{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #cccccc;
}

.table td.left{
	text-align: left;
	padding-left: 10px;
}

.table.big{
	width: 800px;
}


.table.medium{
	width: 600px;
}

.table.small{
	width: 450px;
}