
body {
	bgproperties: fixed;
	background-image: url('../../../im/neutral_breeze.jpg');
	margin: 1;
}

.buttonbutton {
    width: 100%;
	text-align: left;
}

.list-step2 {
	margin-left: 1em;
}

.vmk-flex-container {
 display: flex;
 flex-flow: row wrap;
 justify-content: center;
 align-content: top;
 width: 95%;
}

.vmk-flex-box {
 margin: 15px;
 padding: auto;
 flex: 0 1 auto;
 vertical-align: top;
 align-self: center;
 min-width: 500px;
 max-width: 500px;
 max-height: 300px;
 height: 300px;
}

.vmk1-flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: baseline;
	align-content: stretch;
}

.vmk1-flexbox:nth-child(1) {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
}

.vmk1-flexbox:nth-child(2) {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
}
