.tiles a {
	padding: 10px 12px;
    border: 1px solid;
    border-radius: 5px;
    margin: 0 1rem 1rem 0;
}

.tiles {
	flex-wrap: wrap;
	display: flex;
	overflow: hidden;
	transition: max-height 0.5s;
}
.tiles.tile-opened {
	transition: max-height 0.5s;
    max-height: 1000px !important;
}
.tile-left .tiles {
	flex-direction: column;
}
.tile-left .tiles a {
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 10px 15px;
	display: block;
    width: 100%;
}

.tile-left .module-heading {
	padding: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid;
    width: 100%;
}
.button_tiles {
	display: block;
	margin: auto;
}
