.buttons {

	margin: 2em 0em 0em 0em;
	text-align: center;
}

.buttons .button-upload {

	position: relative;
	display: inline-block;
}

.buttons .button-upload button {

	position: relative;
	z-index: 5;
	cursor: pointer;
	margin: 1em;
}

.buttons .button-upload input {

	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	z-index: 4;
	overflow: hidden;
}

#main-container {

	text-align: center;
}

.steps-to-license {

	margin: 1em 0em;
	text-align: center;
}

.steps-to-license a {

	display: inline-block;
	margin: .2em 0em;
}

.steps-to-license a img {

	max-width: 100%;
}

.steps-to-license p {

	margin: .2em 0em;
	text-align: center;
}