.rounded {
  border-radius: 15px 15px 15px 15px;
  width: 800px;
  border: 1px solid grey;
  margin-top: 15px;
}

.info {
  width: 600px;
  padding: 5px 15px 5px 15px;
  display: inline-block;
}

.picture {
  width: 170px;
  float: left;
}

._title {
  height: 24px;
  padding-top: 5px;
  font-size: 14px;
  font-weight:bold;
  background-color: #2270c3;
  border-radius: 15px 15px 0px 0px;
  width: 100%;
  text-align: center;
  color: white;
}

._content {
  margin: 5px 15px 5px 15px;
  font-size: 1.2em;
}

._content_dashed {
	border-bottom: 1px dashed #d3e4ff;
}

.tagcloud_1 {
	font-size: 130%;
}
.tagcloud_2 {
	font-size: 150%;
}
.tagcloud_3 {
	font-size: 120%;
	font-weight: bold ;
	text-transform: uppercase;
}


