.allForms ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.allForms ul li {
	float: left;
}

.allForms ul li .title {
	background: #7B1BE9;
	width: 144px;
	color: white;
	padding: 10px;
	text-align: center;
	border-right: solid 1px white;
	font-size: 13px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
}

.allForms ul li .image {
	background: white;
	padding: 32px;
	margin-bottom: 14px;
	border-right: solid 1px black;
}

.allForms .availableForms {
	width: 100%;
	background: #CCCCCC;
	padding: 10px;
	box-sizing: border-box;
	text-align: right;
}

.allForms .availableForms a {
	border-bottom: 1px solid #999;
}