@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');

.collage {
	text-align: center;
}
.feature-img, 
.collage a {
	border: 12px solid #FFF;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
}
.feature-img {
	max-width: 100%;
	max-height: 220px;
	border-radius: 0px;
	height: auto;
}
body {
	background: none transparent;
}
#main {
	background-color: inherit;
	background: none transparent;
}
.report-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;	
}
.report-text b {
	font-weight: 600;
}
.report-text h2 {
	font-family: 'Open Sans', serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.report-text h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;	
}
.report-text h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;	
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;	
}
body b {
	font-weight: 600;
}
.feature-wrapper {
	border: 12px solid #FFF;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
	background-color: #F2EDE7;
}
a:link, a:visited, a:active {
	font-weight: 700;
    color: #900;
}
.scale-title {
	background: #6E6457;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border-radius: 0px;
}
.scale-foot {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border-radius: 0px;
	color: #ffffff;
}