@charset "utf-8";
/* CSS Document */

.table {
	height: 130px;
	width: 280px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D3E3EF;
	border-bottom-color: #D3E3EF;
	border-left-color: #D3E3EF;
}


.table-line2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6cc11b;
}

