#kru-update-progress-view {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 100px;
	z-index: 999999999;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
}

#kru-update-progress-view .content {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid black;
	border-radius: 10px 0 0 10px;
	background-color: #444444;
}

#kru-update-progress-view .content:after {
	content: "\00A0";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#kru-update-progress-view .content .roadmap {
	float: left;
	width: 300px;
	height: calc(100% - 50px);
	padding: 10px;
	border-right: 1px solid black;
	line-height: 20px;
}

#kru-update-progress-view .content .log {
	float: left;
	width: calc(100% - 300px);
	height: calc(100% - 50px);
	padding: 10px;
	overflow-y: scroll;
	font-family: monospace;
}

#kru-update-progress-view .content .log > * {
	line-height: 20px;
	min-height: 20px;
	vertical-align: middle;
	background-color: #4C4C4C;
}

#kru-update-progress-view .content .log > *:nth-child(even) {
	background-color: #484848;
}

#kru-update-progress-view .content .buttons {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	padding: 5px;
	border-top: 1px solid black;
}

#kru-update-progress-view .content .buttons > button {
	float: right;
	min-width: 100px;
	height: 40px;
	padding: 0 10px 0 10px;
	margin: 0;
	background-color: #606060;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}

#kru-update-progress-view .content .buttons > button:hover:not(:disabled) {
	background-color: #6C6c6C;
}
