.main-container {
	display:flex;
	justify-content:space-evenly;
}
.container-left {
	margin: 0 60px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin-right: 30px;
}
.container-right {
	margin: 0 60px;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
}
.changes {
	display: flex;
	flex-direction: column;
	background-color: hsl(0,0%,96.5%);
	padding: 10px;
	max-height: 50vh;
	overflow: auto;
	margin-bottom: 0.5rem;
}
.actual-version {
	background-color: hsl(0,0%,96.5%);
	padding: 10px;
}
.drivers {
	display: flex;
	flex-direction: column;
	background-color: hsl(0,0%,96.5%);
	padding: 10px;
	max-height: 50vh;
	overflow: auto;
}
.driver-link {
	float: right;
	padding-right: 10px;
}
.version-description {
	background-color: hsl(0,0%,96.5%);
	padding: 10px;
	max-width: 30vw;
}