<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, #whole {
	height: 100%;
}

body {
	font-family: 'Dosis', sans-serif;
	margin: 0px;
}

a img {
	border: none;
}

.bold {
	font-weight: bold;
}

#top {
	background-color: white;
	position: fixed;
	width: 100%;
	padding-top: 23px;
	padding-bottom: 20px;
	text-align: center;
	z-index: 100;
}

#top_small {
	display: none;
}

#menu {
	margin-left: auto;
	margin-right: auto;
	padding-left: 130px;
}

#panel {
	list-style: none outside none;
	padding: 0px;
}

#logo_MU {
	position: fixed;
	top: 45px;
	right: 30px;
}

.menu_item {
	display: inline;
	margin-left: 0.9em;
	margin-right: 0.9em;
	font-size: 19px;
}

#menu_item_ML {
	margin-left: 5px;
	margin-right: 5px;
}

.menu_item a {
	color: black;
	text-decoration: none;
}

.menu_item a:hover {
	color: #12a19a;
}

.menu_item a:active {
	color: #12a19a;
}

#content {
	position: absolute;
	top: 171px;
	bottom: 0px;
	width: 100%;
}

#panel {
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
}

#panel li {
	position: absolute;
	font-size: 11pt;
	width: 300px;
	cursor: pointer;
	min-height: 100%;
}

.lect_cont {
	padding: 20px;
}

.lect_text {
	height: 320px;
}

.lect_date {
	margin-bottom: 1.2ex;
}

.lecturer {
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 0.5ex;
}

.lect_desc {
	font-size: 20px;
	margin-bottom: 1.8ex;
}

.lect {
	background-position: center 320px;
	background-repeat: no-repeat;
}

#lect1 {
	background-image: url("o/v/01_greenmice.png");
}
#lect2 {
	background-image: url("o/v/02_proteiny_Aaron.png");
}
#lect3 {
	background-image: url("o/v/03_hrasky.png");
}
#lect4 {
	background-position: center 290px;
	background-image: url("o/v/04_virusdraft.png");
}
#lect5 {
	background-image: url("o/v/05_virus3D_Jackson.png");
}
#lect6 {
	background-image: url("o/v/06_CRISPR.png");
}
#lect7 {
	background-image: url("o/v/07_DNAgraphy_Steitz.png");
}
#lect8 {
	background-position: center 300px;
	background-image: url("o/v/08_purrinosom.png");
}

.lect_logo {
	width: 260px;
	height: 280px;
}

#lect1 {
	left: 0px;
}
#lect2 {
	left: 300px;
}
#lect3 {
	left: 600px;
}
#lect4 {
	left: 900px;
}
#lect5 {
	left: 1200px;
}
#lect6 {
	left: 1500px;
}
#lect7 {
	left: 1800px;
}
#lect8 {
	left: 2100px;
}

#text_panel {
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
	min-height: 100%;
	z-index: 5;
}

#text_panel a {
	color: #12a19a;
	text-decoration: none;
}

#text_panel ul {
	list-style-type: square;
	padding: 0px;
}

#text_panel_close {
	position: fixed;
	top: 173px;
	left: 50%;
	width: 39px;
	height: 39px;
	margin-left: 348px;
	z-index: 10;
}

#text_panel_close img {
	cursor: pointer;
}

.text_panel_prev, .text_panel_next {
	cursor: pointer;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: 85.5px; /* #top.height / 2 */
}

.text_panel_prev {
	margin-left: -490px; /* -.menu_det.width / 2 - 100px */
}

.text_panel_next {
	margin-left: 444px; /* .menu_det.width / 2 + 100px - prev.png.width */
}

.menu_back {
	display: none;
	background-color: #12a19a;
}

.lect_back {
	display: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 170px;
}

.lect_det, .menu_det {
	width: 580px;
	padding: 70px 80px 50px 120px;
	height: 100%;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	font-size: 18px;
}

.menu_det {
	padding-top: 10px;
}

.menu_det_top_info {
	margin-bottom: 5ex;
}

.menu_det_large {
	font-size: 30px;
	color: #12a19a;
}

.menu_det_ML {
	font-size: 70px;
	font-weight: bold;
	color: #12a19a;
}

.menu_det_semi {
	font-size: 20px;
	font-weight: bold;
	color: #12a19a;
}

.menu_det_line {
	color: #12a19a;
}

.menu_det_orgac {
	margin-bottom: 2ex;
}

.menu_det_orga {
	margin-bottom: 2ex;
}

.lect_det_title {
	font-size: 34px;
	margin-bottom: 1.5ex;
}

.lect_det_by_name {
	font-weight: bold;
}

.lect_det_aff, .lect_det_date, .lect_det_place,
		.lect_det_note, .lect_det_gal, .lect_det_bio {
	margin-bottom: 3ex;
}

.lect_det_photo {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

.u-hidden {
    display: none;
}</pre></body></html>