.portal-content {
	top: 0px;
	bottom: 0px;
	position: absolute;
	left: 0;
	right: 0;
}

#applicationMenu {
	display: block;
	text-align: center;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#applicationMenu #buttons :first-child {
	margin-top: 0;
}

.bubble {
	max-width: 600px;
	text-align:center;
	padding: 24px 25px;
	border-radius: 8px;
	position: relative;
	display: block;
	margin: 30px auto;
	text-align: center;
}

.bubble:hover {
	cursor: pointer;
}

.bubble_text{
	font-size: 13.3px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-style: italic;
}

.bubble_title{
	font-size: 26px;
	font-weight: normal;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

@media (max-width: 640px) {
  	#applicationMenu {
		margin-top: 0px;
	}

	.bubble{
		padding:10px 25px 5px;
		margin: 20px auto;
	}
	
	.bubble_title {
		font-size: 22px;
	}
	
	.bubble_text{
		font-size: 12px;
	}
}

.info-block {
	width: 300px;
	height: 200px;
}

#remaining {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

#gettingStartedWelcomeForm a {
	text-decoration: underline;
}

#gettingStartedWelcomeForm .row {
	display: flex;
}

#clientSetup>ol.custom-counter {
	text-align: center;
}

#clientSetup>ol.custom-counter li:before {
	float: left;
}

#clientSetup>ol.custom-counter li {
	text-align: left;
}

#clientSetup>ol.custom-counter h4 {
	padding: 6px 0;
}

/* #gettingStartedWelcomeForm h3 { */
/* 	color: #d3d7cf; */
/* } */

.status-button {
	padding: 25px;
}

.small-text {
	font-size: 12px;
	text-align: center;
}

