
.image.avatar48circ {
	width: 48px;
	height: 48px;
	background: #f00;
	border-radius: 50%;
}

.image.avatar48circ img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.image.square100 {
	width: 100px;
	height: 100px;
	background: #f00;
}

.image.square100 img {
	width: 100px;
	height: 100px;
}

.image.avatar250 {
	width: 250px;
	height: 250px;
	background: #f00;
	border-radius: 50%;
}

.image.avatar250 img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
}

div.entry-wrapper {
	width: 100%;
	border-radius: 45px;
	margin: 15px;
	text-align: left;
	background-color: #e6eef0;
	display: flex;
}

.img-wrapper {
	height: 100%
	width: 100px;
	margin: auto 20px
}

div.text {
	flex: 0.95;
}

.entry {
	display: inline-block;
}

span.organization {
	font-size: 1.1em;
	font-weight: bold;
}

span.location {
	font-size: 0.8em;
	font-style: italic;
	float: right;
	text-align: right;
	display: inline-block;
	clear: right;
}

span.date {
	font-size: 0.7em;
	font-style: italic;
}

span.date {
	float: right;
}

span.position {
	font-size: 0.9em;
	font-weight: bold;
	text-align: justify;z
}

span.desc {
	font-size: 0.7em;
	display: block;
}

span.degree {
	font-weight: bold;
}

span.centered {
	display: flext;
	justify-content: center;
	float: center;
}