.table {
	display: table;
	width: 100%;
	margin-top: -10px;
}

.table_row{
	display:table-cell
}

.table_col1{
	width: 370px;
	display: table-cell;
}
.table_col2{
	width: 80px;
	display: table-cell;
	text-align:center;
}
.table_col3{
	width: 80px;
	display: table-cell;
	text-align:center;
}
.table_col4{
	width: 100px;
	display: table-cell;
	text-align:center;
}

.requirements {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 70%;
	list-style-position: outside;
	list-style-type: circle;
	line-height: 135%;
	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 16px;
	padding-left: 16px;
}
