.circle{
	width:160px;
	height:160px;
	border-radius:80px;
	font-size:30px;
	color:#fff;
	line-height:160px;
	text-align:center;
	margin-bottom:40px;
	display: table;
    margin: 0 auto;
}

div.lei h3{
	margin-top:1em;
}
.c1{
	background:#F0810F;
}
.c2{
	background:#E1315B;
}
.c3{
	background:#FFBB00;
}
.c4{
	background:#008DCB;
}
.c5{
	background:#B3C100;
}

.name{
	margin-left:20px;
	font-weight: bold;
	font-size: 120%;
}
.des{
	margin-left:20px;
	font-size: 80%;
}

.date{
	color: #008DCB;
	font-weight: bold;
}
.cv{
	font-size: 80%;
	
}

.infoi {
   float: left;
}

.msgrate{
	background:#00000044;
	padding:8px;
	border-radius: 6px;
}
.msg{
	background:#21B2A6;
	color:#FFFFFF;
	font-size: 80%;
	padding:6px;
	border-radius: 4px;
}

.srv{
	color: #464646;
	font-weight: normal;
	font-size: 100%;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0 0 2em 0;
}