.tb-form{
	width:100%;
	
	display: table-row;
	}
.tile-wrapper
{
	display: table-cell;
}
.tile-row{
display: table-row;
}
.tb-wrapper{

	width:50%;
	height:500px;
	background-color:grey;
}
.tb-title{
	font-size:20px;
	font-weight:700;
	padding:10px;
	text-align:center;
}

