/* COMMON CSS */
body{
	overflow: hidden;
}
h1{
	font-size: 36px;
}
.window{
	transition: all 0.8s;
	overflow: hidden !important;
	position: absolute !important;
	top: 25%;
	left: 25%;
	width: 40%;
	height: calc(50vh - 45px);
}
.window-85{
	height: calc(100% - 20px);
	overflow-y: auto;
}
.title-bar{
  height:35px;
}
.title-bar-text h3{
	margin-left: 0px;
	margin-top: 6px;
}
.title-bar-text {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.info-icon {
    position: relative;
    top: 5px;
    left: 15px;
}
img#menu-toggle {
	cursor: pointer;
	margin-right: 10px;
	margin-left: 10px;
}
section.taskbar .start_button,
section.taskbar .running_program,
section.taskbar .notification_area{
	display: inline-block;
	min-width: 100px;
	max-height: 36px;
	height: 36px;
}
/* COMMON CSS */