@charset "UTF-8";
table{
	border-spacing: 0;
}
table td{
	padding: 2px 5px;
	background: #FCFCFC;
	color: #45823E;
	border-top: 1px;
	border-left: 1px;
	text-align: left;
	vertical-align: middle;
}
table td:nth-child(even){
	background: #EEEEEE;
}
table td:last-child{
	border-right: 1px;
}
table tr:last-child td{
	border-bottom: 1px;
}
table tr:first-child :first-child{
	border-top-left-radius: 5px;
}
table tr:first-child :last-child{
	border-top-right-radius: 5px;
}
table tr:last-child :first-child{
	border-bottom-left-radius: 5px;
}
table tr:last-child :last-child{
	border-bottom-right-radius: 5px;
}
table td:not(:first-child){
	border-left:none;
}

.mapmap {
    padding-left: 40px;
}

.maap {
    
}
