.viewport {
	bord er: 1px solid #eee;
	float: left;
	margin: 0 0px 0px 5px;
	overflow: hidden;
	position: relative;
	width:245px;
	height:150px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 6px 6px 6px 6px;
}
/* --- Link configuration that contains the image and label ----------------------------- */
        .viewport a {
	display: block;
	position: relative;
}
a{
	fon t-weight:normal;
	color:#fff;
}
a:hover{
	color:#fff;
	fo nt:normal 13px 'LucidaGrandeRegular', Arial, Helvetica, sans-serif;
}
/* --- Label configuration -------------------------------------------------------------- */
        .viewport a span {
	display: none;
	font:normal 13px 'LucidaGrandeRegular', Arial, Helvetica, sans-serif;
	line-height:20px;
	height: 100%;
	padding:10px 10px 0 10px;
	position: absolute;
	text-align: justify;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
.viewport a span em {
	display: block;
	fon t-size:12px;
	fon t-weight: normal;
	color: #fff;
	font:normal 12px 'LucidaGrandeRegular', Arial, Helvetica, sans-serif
}
.learnore{
	padding-right:10px;
}
/* --- Dark hover background ------------------------------------------------------------ */
.dark-background {
	backgrou nd:url(../Images/quality-assurance-hover.png) no-repeat;
	background-color:#008bdb;
}
.dark-background em {
	color: #fff;
}
/* --- Light hover background ----------------------------------------------------------- */
        .light-background {
	backgr ound-color: rgba(15, 15, 15, 0.6);
	color: #fff;
	text-shad ow: #fff 0px 0px 20px;
}
.light-background em {
	color: #fff;
	font:normal 12px 'LucidaGrandeRegular', Arial, Helvetica, sans-serif
}

        /**
         * You could create multiple hover background classes for different looks depending on the
         * image type. Use your imagination!
         */
