.fl-module-forms-and-resources h4{
	margin-top: 0;
	margin-bottom: 5px;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: bold;
}
table.vi-forms-and-resources th{
	background-color: #EDEDED;
}
table.vi-forms-and-resources{
	width: 100%;
	margin-bottom: 25px;
}
table.vi-forms-and-resources td{
	border: 1px solid #cccccc;
	position: relative;
}
table.vi-forms-and-resources td:after{
	content: "\00BB";
	position: absolute;
	right: 10px;
	top: 6px;
	color: #003b64;
	font-size: 24px;
	line-height: 1;
}
table.vi-forms-and-resources td a{
	display: block;
	padding: 10px;
	color: #003b64;
	font-size: 12px;
	font-weight: 500;
	padding-right: 30px;
	/*letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;*/
}
/*table.vi-forms-and-resources tr:nth-child(even)*/
table.vi-forms-and-resources tr{
	background: #ffffff;
}
table.vi-forms-and-resources tr:hover{
	background: #ffffff;
}