/* add your CSS here */
.boldlabel{
font-weight:bold;
}

.border{
	border:0.25px solid #d4d4d4;
    
}
h3{
	text-align: left;
}
body{
	
    font-family: arial,opensans;
    height:500px;
    max-height:500px;
   
}
img{
    padding-bottom:10px;
    width:300px;
    height: 200px;

}

#fact{
	font-size:8px;
	text-align: center;
}
.upper{
    width:300px;
    max-width: 300px;
    padding: 15px;
    box-shadow: 4px 4px 4px #d4d4d4;

}
.lower{
	padding:10px;

}
ul{     
	transform: translateX(-40px);
    list-style: none;
	text-align: left;
	font-size: 16px;
}
.description{
	font-size: 16px;
	text-align: left;
}