.SearchFormContainer{float: left;}
.CreateFormContainer{float: right;}
.SearchFormContainer.FullWidth {width:100%;}

.MainContent.Dashboard	{display: flex; flex-flow: row wrap; justify-content: flex-start;}
.Dashboard .BlockDisplay	{	flex: 0 0 auto; align-self: flex-start; border: 2px solid #EBEBEB; border-radius: 5px; text-decoration: none; color:#222; height: 300px width: 300px; padding: 10px 15px; margin: 0 20px 40px;
								background: #F7F7F7;
								background: -webkit-gradient(linear, left top, left bottom, from(white), to(#F7F7F7));
								background: -webkit-linear-gradient(top, white 0%,#F7F7F7 100%);
								background: linear-gradient(top, white 0%,#F7F7F7 100%);
								background: -moz-linear-gradient(top, white, #F7F7F7);
								-ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f7f7f7)";
								filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f7f7f7);
}
.Dashboard .BlockDisplay span	{display: block; width: 100%; text-align: center; font-size: 55px; font-weight: normal;color: #222;}