<html>
/* CSS Document */

.banner-home{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 60%;
}
.langswitch{
	color: black;
	text-align: right;
	padding-right: 5%;
	font-family: 'Jura', sans-serif;
	font-size: 0.9em;
	background-color: #E5FF80;
	margin-left: 78%;
	margin-right: 5%;
}
nav ul li a{
	text-decoration: none;
	color: #668000;
	background-color:#FFF6D5;
	display: block;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	padding: 5px 0px 5px 0px;
	margin-bottom: 5px;
	font-family: 'Jura', sans-serif;
	font-weight: 200;
	font-size: 1.2em;
}
nav ul li a:hover{
	background-color: #E5FF80;
	font-weight: 900;
}
nav ul {
	list-style: none;
	padding-left: 0;
}
nav1 ul li a{
	text-decoration: none;
	color:#740001 ;
	background-color: #FFE4D4;
	display: block;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	padding: 5px 0px 5px 0px;
	margin-bottom: 5px;
	font-family: 'Jura', sans-serif;
	font-weight: 200;
	font-size: 1.2em;
}
nav1 ul li a:hover{
	background-color: #FF5D5F;
	font-weight: 900;
	;
}
nav1 ul {
	list-style: none;
	padding-left: 0;
}
.some-page-wrapper {
	margin: 5%;
}
.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.column {
	display: table;
	flex-direction: row;
	flex-basis: 60%;&lt;br&gt;	align-items: center;
	padding: 3px;
	font-family: 'Jura', sans-serif;
	font-weight: 200;
	font-size: 0.9em; 
  }
.blue-column {
	background-color: white;
	}
@media only screen and (min-width: 1200px) {
  .column {
    flex: 2
  }
}
.green-column {
  background-color: white;
 	}
.labgroups-head {
	padding-right: 5%;
	padding-left: 5%;
	text-align: left;
	font-family: 'Jura', sans-serif;
	font-weight: 900;
	font-size: 1.0em; 
}
.labgroups-body {
	padding-top: 10px;
	padding-right: 5%;
	padding-left: 5%;
	text-align: left;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', 'Verdana', 'sans-serif';
	font-weight: 200;
	font-size: .9em; 
}
.announcement-head {
	padding: 5px;
	padding-top: 25px;
	text-align: center;
	font-family: 'Jura', sans-serif;
	font-weight: 900;
	font-size: 1.2em; 
}
.announcement-body {
	padding-right: 5%;
	padding-left: 5%;
	padding-right: 5%;
	padding-left: 5%;
	text-align: justify;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', 'Verdana', 'sans-serif';
	font-weight: 200;
	font-size: .9em;
}
.announcement-filelink {
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 5%;
	text-align: center;
	text-decoration: underline;
	
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', 'Verdana', 'sans-serif';
	font-weight: 500;
	font-size: .9em; 
	color:#740001 ;
}
.useful-filelink-body {
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', 'Verdana', 'sans-serif';
	font-weight: 500;
	font-size: .9em; 
	color:#740001 ;
}
.useful-filelink {
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
	text-decoration: underline;
	
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', 'Verdana', 'sans-serif';
	font-weight: 500;
	font-size: .9em; 
	color:#740001 ;
}
</html>
