#randomDisplay {
	width: 100%;
	height: 192px;
	border-style: dashed;
	border-color: #0072b0;
	border-color: var(--main-color);
	border-width: 1px;
}

.entry_list {
	display: table;
	padding: 0;
}

.entry {
	display: table-row;
	list-style-type: none;
	margin: 5px;
}

.entry > * {
	vertical-align: top;
	display: table-cell;
	padding-left: 5px;
	padding-right: 5px;
}

.period, .skill {
	width: 150px;
	text-align: right;
	text-decoration: underline;
}

.description {
	min-width: 200px;
}

.degree, .job {
	font-weight: bold;
}

.institute, .employer {
	font-style: italic;
}

.city {

}

