.boxinfo {
	width: 100%;
	height: 220px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-color: rgba(200,200,200,1.00);
	padding-top: 20px;
}
.boxinfo1 {
	width: 55%;
	float: left;
	height: 100px;
	padding-left: 15px;
	color: rgba(90,90,90,1.00);
	font-family: droid-serif, merriweather, Verdana, Arial;
	font-weight: 400;
}
.boxinfo1:hover {
	color: rgba(170,170,170,1.00);

}
.boxinfo2 {
	width: 45%;
	float: left;
	height: 100px;
}
.boxinfo3 {
    width: 122px;
    height: 30px;
    float: left;
    margin-top: 30px;
    color: rgba(63,63,63,1.00);
    text-align: center;
    margin-left: 15px;
    background-color: rgba(229,229,229,1.00);
    padding-top: 5px;
    border-radius: 15px;
}

.boxinfo3:hover {
	background-color: rgba(196,196,196,1.00);
}
.name {
	font-size: 1.3em;
	font-weight: 600;
}
