#features {
	padding: 10px 0px 50px 10px;
}

#lockDashboard {
	float: right;
	cursor: pointer;	
}

.licenseInfo {
	padding: 0px;
}

.licenseWarning {
	color: orange;
}

.licenseSuccess {
	color: green;
}

.licenseError {
	color: red;
}

.stepInfo {
	padding-left: 15px;
	padding-right: 15px; 
}

.image-overlay {
  display: inline-block;
  width: 250px;
  position: relative;
}

.image-overlay a {
  text-transform: uppercase;
  font-size: 12px;
  color: #3B1431;
  text-decoration: none;
}

span.roll {
	background:center center no-repeat #fff;
	height: 190px;
	position: absolute;
    text-align: center;
    line-height: 153px;
	width: 250px;
	z-index: 10;	
	opacity: 0.2;
}
 
/* add the font awesome icon */
 
.roll:before {
    content: "\f16a"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 80px;
    padding-right: 0.5em;
    position: absolute;
    top: 20px;
    left: 80px;
}

.roll:hover {
	opacity: 0.4;
}