/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
iframe {
	width: 100%;
	min-height: 700px;
}
#bannerRight img, #bannerLeft img {
	height: 80px !important;
}
.color-highlight {
	color: #cb2533;
	text-transform: uppercase;
}
.alignnone.img-responsive {
	display: inline-block;
}
/* Call for logo, need to be removed*/
.powered-preview {
	background-repeat: no-repeat;
	background-image: url('../images/logos/pb.png');
	background-position: 0 0;
	background-size: 200px 200px;
	width: 200px;
	height: 200px;
	position: relative;
}
.powered-preview-logo {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 70px 70px;
	position: absolute;
	height: 70px;
	width: 70px;
	top: 65px;
	left: 65px;
}
.example-image-link {
	display: block;
}
.install-steps {
	font-size: 20px;
	background: linear-gradient(to right, lime, green);
	color: white !important;
	max-width: 385px;
	font-weight: bold;
}
.install-steps a {
	color: white;
}
.install-steps .small {
	font-size: small;
	text-align: right;
}
.install-steps .step {
	background-repeat: no-repeat;
	padding-left: 40px;
}
.install-steps .step.unpack {
	background-image: url(../images/box_open.png);
}
.install-steps .step.run {
	background-image: url(../images/world.png);
}
