body {
color: #000000; 
font-family: Verdana, Arial, sans-serif; 
font-size: 1.5rem;
padding-left: 0px;
padding-right: 0px;
border: 0px;
margin: 0px;
background-color: #F0F0F0; 
overflow: hidden; 
}

body.about {
font-size: 1.5rem;
background-color: #ADD9FE; 
}

a {
	text-decoration: none;
}

tr.even{
background-color: #E0E0E0;	
}

tr.uneven{
background-color: #D0D0D0;	
}



td {
  text-align: left;
  vertical-align: top;
  margin: 0px;
  padding: 6px; 
  background-color: #FFFFFF;
  border-collapse: collapse;
}

table{
	width: 100%;
}

#yellow
{
font-weight: bold;
background-color: yellow;
display: inline;
}




#container_header_desktop
{
display: block;
position: fixed;
top: 0px;
left: 0px;
padding: 0px;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 1px solid black;
width: 100%;
height: 95px;
color: black;
background-color: #ADD9FE; 
}

#baobab
{
position:fixed;
display: block;
left:0px;
top:0px
}

#logo
{
display: block;
position: fixed;
left: 100px;
top: 1px;
color: brown;
width: 220px;
}

#pijl_links
{
position:fixed;
display: block;
left:90px;
top:30px;
border: none;
}

#pijl_rechts
{
position:fixed;
display: block;
left:130px;
top:30px;
border: none;
}

#hoekvermelding_right
{
font-style: italic;
position: fixed;
top: 5px;
right: 180px;
color: black;
font-size: 0.60em; 
}

#viewport {
font-style: italic;
position: fixed;
top: 5px;
right: 500px;
color: black;
font-size: 0.60em; 
}

#container_resultset_1_desktop
{
display: block; 
position: fixed;
padding: 0px;
margin: 0px;
border: 0px solid green;
left: 10px;
right: 20px;
top: 97px;
bottom: 0px;
overflow: scroll;
font-family: Verdana, Arial, sans-serif;
font-size: 15px;
background-color: #F0F0F0; 
}

#resultset_1_desktop
{
left: 5px;
display: block; 
position: relative; 
border: 0px solid red;
margin: 0px;
padding: 0px;
padding-left: 20px;
padding-right: 20px;
font-family: Verdana, Arial, sans-serif;
font-size: 15px;
background-color: #F0F0F0; 
}

#wellcome_screen
{
display: block;
position: relative;
background-color: white;
top: 100px;
height: auto;
border: 0px solid red;	
font-size: 1.5rem;
padding: 1.0rem;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
  border: 0;
  line-height: 1;
  box-sizing: content-block;
}
#cssmenu {
  height: 0px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  width: auto;
}


#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}

#cssmenu a {
  background: #ADD9FE;
  color: #000;
  display: inline-block;
  font-family: Verdana, Arial, sans-serif; 
  line-height: 25px; 
  margin: 0 px;
  border: 0px solid red;
  text-decoration: none;
}

#cssmenu ul {
  list-style: none;
  position: fixed;
  padding: 0px;
  top: 63px;
  right: 110px;
}

}
#cssmenu > ul {
  float: right;
}

#cssmenu > ul > li {
  float: right;
}

#cssmenu ul li input
{
	background-color: #ADD9FE;
	font-size: 16px; 
	font-style: default; 
	border: 0px solid black;
	padding: 0 10px; 
}

#cssmenu ul li input.selected
{
	background-color: #F0B531;
}

#cssmenu ul li input.selected:hover
{
	background-color: #F0B531;
	color: black;
	cursor: default; 
}

#cssmenu ul li input:hover
{
	background-color: green;
	cursor: pointer; 
	color: white;
}

#cssmenu > ul > li > a {
  color: #000;
  font-size: 16px; 
  font-style: default; 
}

#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 0px solid transparent; 
  border-right: 0px solid transparent; 
  border-bottom: 0px solid #db000b; 
  margin-left: 0px; 
  background: #444444; 
}

#cssmenu > ul > li:first-child > a {

}

#cssmenu > ul > li.active:after {
  background: #444444;
}

#cssmenu > ul > li.active > a {
  background: #444444; 
}

#cssmenu > ul > li:hover > a {
 	background-color: #005d1F;
	color: #ABCDEF; 
}


#cssmenu .has-sub {
 z-index: 1; 
}

#cssmenu .has-sub:hover > ul {
  display: block;
}

#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 250px;
  top: 100%;
  left: 0;
}

#cssmenu .has-sub ul li {
  margin-bottom: -1px;
}

#cssmenu .has-sub ul li a {
  background: #444444; 
  border-bottom: 1px dotted #ff0f1b;
  filter: none;
  font-size: 16px; 
  display: block;
  padding: 10px;
  color: #ffffff;
}

#cssmenu .has-sub ul li:hover a {
  background: #a80008;
}

#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}

#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

#cssmenu .has-sub .has-sub ul li a {
  background: #999999; 
  border-bottom: 1px dotted #ff0f1b;
}

#cssmenu .has-sub .has-sub ul li a:hover {
  background: #000000; 
}

#cssmenu ul li a.selected
{
	background-color: #F0B531; 
	color: #000;
}

#reset_button 
{
position: fixed;
display: block; 
top: 6px;
right: 10px;
width: 80px; 
height: 25px;
background-color: #ADD9FE;
cursor: pointer; 
border: 1px solid grey;
}

#submit_button 
{
position: fixed;
display: block; 
top: 37px;
right: 10px;
width: 80px; 
height: 50px;
background-color: #ADD9FE;
cursor: pointer; 
border: 1px solid grey;
}

input.button {
white-space: normal;
color: #fff;
margin-top: 0px;
background-color: #e96000;
border: none;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6900), to(#e96000));
background:  -moz-linear-gradient(25% 75% 90deg, #e96000, #ff6900);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width: 50px;
height: 50px;
cursor: pointer;
    }

#search_box_vernacular
{
position: fixed;
display: block; 
top: 32px; 
right: 380px;
width: 240px;
height: 25px;
color: #000000; 
font-family: Verdana, Arial,sans-serif;
font-size: 18px; 
font-style: italic; 
padding-left: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px;
border: 1px solid #000000;
background-color: #E0E0E0; 
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#select_box
{
position: fixed;
display: block; 
top: 32px;
right: 630px;
width: 100px;
height: 25px;
color:#000000; 
background: #ADD9FE; 
background-color: #ADD9FE; 
font-family: Verdana, Arial, sans-serif; 
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
margin: 0px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#input
{
position: fixed;
display: block; 
top: 32px; 
right: 110px; 
width: 260px;
height: 25px;
color: #000000; 
font-family: Verdana, Arial,sans-serif;
font-size: 18px; 
padding-left: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px; 
border: 1px solid #000000;
background-color: #EEEEEE; 
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#search_box_photographer
{
position: fixed;
display: block; 
top: 32px; 
right: 390px; 
width: 260px;
height: 25px;
color: #000000; 
font-family: Verdana, Arial,sans-serif;
font-size: 18px; 
padding-left: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px; 
border: 1px solid #000000;
background-color: #FFFFFF; 
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


#search_box_country
{
position: fixed;
display: block; 
top: 32px; 
right: 107px; 
width: 260px;
height: 25px;
color: #000000; 
font-family: Verdana, Arial,sans-serif;
font-size: 18px; 
padding-left: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px; 
border: 1px solid #000000;
background-color: #FFFFFF;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; 
}


#search_box_publication
{
position: fixed;
display: block; 
top: 32px; 
right: 110px; 
width: 260px;
height: 25px;
color: #000000; 
font-family: Verdana, Arial,sans-serif;
font-size: 18px; 
padding-left: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px;
border: 1px solid #000000;
background-color: #FFFFFF; 
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


#search_box_non_linnean
{
position: fixed;
display: block; 
top: 32px; 
right: 110px; 
width: 260px;
height: 25px;
color: #000000; 
font-family: Verdana, Arial,sans-serif;
font-size: 18px; 
padding-left: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px; 
border: 1px solid #000000;
background-color: #FFFFFF; 
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


#search_box_epithets
{
position: fixed;
display: block; 
top: 32px; 
right: 110px; 
width: 260px;
height: 25px;
color: #000000; 
font-family: Verdana, Arial,sans-serif;
font-size: 18px; 
padding-left: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px;
border: 1px solid #000000;
background-color: #FFFFFF; 
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#search_box_artist
{
position: fixed;
display: block; 
top: 32px; 
right: 150px; 
width: 260px;
height: 25px;
color: #000000; 
font-family: Verdana, Arial,sans-serif;
font-size: 18px; 
padding-left: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px;
border: 1px solid #000000;
background-color: #FFFFFF; 
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.autocomplete {
	position: fixed;
  top: 62px; 
	right: 110px; 
width: 260px;
  display: inline-block; 
}


#desktop_4k
{
display: block;
position:fixed;
right: 1090px;
top: 1px;
color: brown;
width: 55px;
height: 55px;
border: 0px solid white;
}

#desktop
{
display: block;
position:fixed;
right: 1020px;
top: 1px;
color: brown;
width: 55px;
height: 55px;
border: 0px solid white;
}

#laptop
{
display: block;
position:fixed;
right: 950px;
top: 1px;
color: brown;
width: 55px;
height: 55px;
border: 0px solid white;
}

#laptop_touchscreen
{
display: block;
position:fixed;
right: 880px;
top: 1px;
color: brown;
width: 55px;
height: 55px;
border: 0px solid white;
}

#tablet
{
display: block;
position:fixed;
right: 810px;
top: 1px;
color: brown;
width: 55px;
height: 55px;
border: 0px solid white;
}

#smartphone
{
display: block;
position: fixed;
right: 740px; 
top: 1px;
color: brown;
width: 55px;
height: 55px;
border: 0px solid white;
}

#container_subheader_desktop
{
position:fixed;
display: block;
top: 95px;
left:0px;
font-family: Verdana, Arial, sans-serif;
font-size: 15px; 
padding: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid black;
margin: 0px;
width: 100%;
height: 104px;
color: black;
background-color: #F0B531;
}

#text_subheader_desktop /*row 1,2,3 */
{
position: fixed;
display: block;
left: 30px;
top: 100px;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 3px;
margin: 0px;
border: 0px solid black;
}

#container_menu_level_2_desktop /*HD thumbs single illustrations compare vertical row horizontal row thumbnails small thumbnails large*/
{
position: fixed;
display: block;
top: 171px;
left: 0px;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
padding: 0px;
border:  0px solid black; 
margin: 0px;
width: 100%;
height: 27px;
background-color: #F0B531;
}

#menu_level_2_desktop 
{
position: relative;
display: inline-block; 
padding-right: 20px;
margin: 0px;
border-bottom: 0px solid black;
width: 100%;
height: 18px;
top: 2px;
right: 0px;
font-family: Arial, sans-serif;
font-size: 12px;}

#menu_level_2_desktop ul
{
}

#menu_level_2_desktop ul
{
padding: 0px;
margin: 0px;
border: 0px;
right: 20px;
list-style-type: none;
display: block;
position: fixed;
float: right;
}


#menu_level_2_desktop ul li 
{
display: inline;
padding: 0px;
border: 0px;
margin: 0px;

}

#menu_level_2_desktop ul li input
{
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-style: bold;
	list-style-type: none;
	margin: 0px;
	border: 0px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 4px;
	background-color: #F0F0F0;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	color: #000000;
	float: right;

}

#menu_level_2_desktop ul li input.selected
{
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-style: bold;
	list-style-type: none; 
	padding: 0.1em 0.1 em 0.1em 0.1em;
	background-color: yellow;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	color: #000;
	float: right;
}

#menu_level_2_desktop ul li input:hover
{
	background-color: #005d1F;
	color: #FFFFFF;
	cursor: pointer;
}

#menu_level_2_desktop ul li 
{
display: inline;
padding: 0px;
border: 0px;
margin: 0px;
float: left;
}

#container_menu_level_3_desktop /*link to this page: http://plantillustrations.org/volume.php?id_volume=260*/
{
position: fixed;
display: block;
top: 199px;
left: 0px;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
padding: 0px;
border-bottom: 1px solid black;
border-top:  0px solid black; 
margin: 0px;
width: 100%;
height: 28px;
background-color: #DDDDDD;
}

#menu_level_3_desktop 
{
position: relative;
display: block; 
padding: 0px;
margin: 0px;
width: 100%;
height: 25px;
left: 0px;
top: 2px;
font-family: Arial, sans-serif;
font-size: 12px;
}

#menu_level_3_desktop 
{
position: relative;
display: block; 
padding: 0px;
margin: 0px;
width: 100%;
height: 25px;
left: 0px;
top: 2px;
font-family: Arial, sans-serif;
font-size: 12px;
}

#menu_level_3_desktop.determination 
{
	top: 299px; 
}


#menu_level_3_desktop ul
{
margin: 0px; 
border: 0px;
padding: 0px;
left: 20px;
list-style-type: none;
display: block;
position: relative; 
}



#menu_level_3_desktop ul li 
{
display: inline;
padding: 0px;
border: 0px;
margin: 0px;
float: left;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-style: bold;
	list-style-type: none;
	margin: 2px; 
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	background-color: #F0F0F0;
	border:0px solid #000000;

	color: #000000;
	
}

#menu_level_3_desktop ul li input
{
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-style: default; 
	list-style-type: none; 
	padding: 0.1em 0.1em; 
	border: 1px solid black; 
	color: #000;
	float: left;
	cursor: pointer; 
	
}


#menu_level_3_desktop ul li input.selected
{
	background-color: yellow;
	color: #000;
}

#menu_level_3_desktop ul li input:hover
{
	background-color: #005d1F;
	color: #FFFFFF;
}

#link_1
{
position: relative;
display: block;
top: 0px;
left: 20px;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
padding: 0px;
border: 0px;
margin: 0px;
width: 100%;
height: 0px;
color: black;
}

#link_2
{
position:relative;
display: block;
top: 0px;
left:155px;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
padding: 0px;
border: 0px;
margin: 0px;
height: 0px;
color: black;
}

#container_menu_level_4_desktop /*0-500; 501-1000; 1001-1500; 1501-1789*/
{
position: fixed;
display: block;
top: 227px;
left: 0px;
height: 25px;
width: 100%;
border-top: 0px solid black;
border-bottom: 0px solid black;
background-color: #CCCCCC;
}

#menu_level_4_desktop 
{
position: relative;
display: block; 
padding: 2px;
margin: 0px;
border: 0px;
width: 100%;
left: 0px;
top: 0px;
font-family: Arial, sans-serif;
font-size: 12px;
}

#menu_level_4_desktop ul
{
margin: 0px; 
border: 0px;
padding: 0px;
left: 20px;
list-style-type: none;
display: block;
position: relative; 
}

#menu_level_4_desktop ul li 
{
display: inline;
padding: 0px;
border: 0px;
margin: 0px;
float: left;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-style: bold;
	list-style-type: none;
	margin: 0px; 
	border: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 0px;
	background-color: #F0F0F0;
	border:0px solid #000000;
	color: #000000;
}

#menu_level_4_desktop ul li input
{
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-style: default; 
	list-style-type: none; 
	padding: 0.1em 0.1em; 
	border: 1px solid black; 
	color: #000;
	float: left;
	cursor: pointer; 
}


#menu_level_4_desktop ul li input.selected
{
	background-color: yellow;
	color: #000;
}

#menu_level_4_desktop ul li input:hover
{
	background-color: #005d1F;
	color: #FFFFFF;
}


#resultset_1_desktop.about
{
background-color: #ADD9FE; 
}


#container_resultset_2_desktop
{
display: block; 
position: fixed;
left: 20px;
right: 0px;
top: 252px;
bottom: 0px;
overflow: auto;
font-family: Verdana, Arial, sans-serif;
font-size: 15px;
background-color: #F0F0F0; 
border: 0px solid red;
color: black;
}

#container_resultset_1_desktop.about
{
background-color: #ADD9FE; 
top: 95x;
}

#resultset_2_desktop
{
top: 1px;
left: 8px;
right: 1px;
position: relative;
display: block;
border: 0px solid green;
}



#thumbnails_horizontal
{
position: relative;
left: 20px;
}


.tooltip {
    position: relative;
    display: inline-block;
    border: 0px dotted black;
	
}

.tooltip .tooltiptext {

-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;

    visibility: hidden;
    width: 250px;
	background-color: yellow;
	color: black;
	z-index: 1;
	
	top: 85%;
	left: 2%;
	margin: 0px; 
	text-align: left;
    border-radius: 6px;

    padding: 0px;
	position: absolute;
	border: 1px solid black;
	 
	font-size: 0.9rem;
  
   
    
}

.tooltip .tooltiptext .thumbnail{

-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;

    visibility: hidden;
    width: 850px;
	background-color: yellow;
	color: black;
	z-index: 1;
	
	top: 0%;
	left: 0%;
	margin: 0px; 
	text-align: left;
    border-radius: 6px;

    padding: 0px;
	position: absolute;
	border: 1px solid black;
	 
	font-size: 1.0rem;
  
   
    
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.thumbnail {
position: relative;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-top: 2px;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
border-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 0px;
}

.thumbnail_compare {
padding-left: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-top: 2px;
border: 10px solid yellow;
margin-left: 0px;
margin-right: 20px;
margin-bottom: 0px;
margin-top: 0px;
}

.thumbnail_selected {
padding-left: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-top: 2px;
border: 4px solid red;
margin-left: 1px;
margin-right: 1px;
margin-bottom: 0px;
margin-top: 0px;
}

.thumbnail_unselectable_dotted_red {
padding-left: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-top: 2px;
border: 4px dotted red;
margin-left: 1px;
margin-right: 1px;
margin-bottom: 0px;
margin-top: 0px;
}

.thumbnail_unselectable_gray {
padding-left: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-top: 2px;
border: 4px solid gray;
margin-left: 1px;
margin-right: 1px;
margin-bottom: 0px;
margin-top: 0px;
}

.thumbnail_not_selected {
padding-left: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-top: 2px;
border: 4px solid yellow;
margin-left: 1px;
margin-right: 1px;
margin-bottom: 0px;
margin-top: 0px;
}

/**ILLUSTRATION HD DESKTOP**/

#header_short_desktop
{
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
padding: 0px;
margin: 0px;
border-bottom: 1px solid black;
border-top: 0px;
border-left: 0px;
border-right: 0px;
position: fixed;
height: 95px;
width: 596px;
top: 0px;
left: 0px; 
display: block;
background-color: #ADD9FE; 
}

#home_button
{
position: fixed;
left: 200px;
top: 57px;
margin: 0px;
padding: 0px;
border: 0px;
height: 37px;
width: 37px;
}

#container_left_desktop
{
position: fixed;
left: 0px;
top: 95px;
width: 596px;
height: 985px;
padding: 0px; 
background-color: #DDDDDD;
border: 0px solid red;
overflow-y: auto;
overflow-x: hidden;
}

#container_left_desktop.uhd
{
height: 100%;
}

#resolution_illustration
{
display: block;
position: fixed;
left: 220px;
top: 1px;
color: brown;
font-size: 1.5rem;
border: 0px solid red;
}

#HD_header_short
{
display: inline;
position:relative;
left: 0px;
top: 0px;
color: brown;
width: 55px;
height: 55px;
border: 0px solid white;
}

#info_illustration_left
{
position: relative;
display: block; 
left: 15px;
top: 3px; 
width: 560px;
height: auto;
padding: 2px;
font-family: Verdana, Arial, sans-serif;
font-size: 15px;
background-color: #DDDDDD; 
border: 0px solid yellow;
}

#recognized
{
	position: static;
	display: block;
	width: 100%; 
	border: 1px solid #F0F0F0;
	background-color: #F0F0F0; 
}

h1 {
font-size: 1.0rem;
}

#info_taxon{
left: 20px;
display: block; 
position: fixed; 
top: 260px;
height: auto;
bottom: 0px;
border: 1px solid green; 
color: black;
width: 500px;  
overflow: auto;
padding-right: 5px;
padding-left: 5px;
}

#info_taxon.laptop{
left: 10px;
display: none; 
position: fixed; 
top: 240px;
height: auto;
bottom: 0px;
border: 1px solid green; 
color: black;
width: 98%;  
overflow: auto;
padding-right: 5px;
padding-left: 5px;
bottom: 5px;
}

#container_genera_taxa{
left: 540px;
display: block; 
position: fixed; 
top: 260px;
height: auto;
bottom: 0px;
border: 1px solid blue; 
color: black;
width: 500px;   
overflow: auto;
padding-right: 10px;
padding-left: 5px;
padding-bottom: 5px;
padding-top: 5px;
}



#thumbs_right{
left: 1070px;
display: block; 
position: fixed; 
top: 260px;
height: auto;
bottom: 0px;
border: 1px solid red; 
color: black;
width: auto;  
overflow: auto;
padding: 0px;
}

#container_illustration_desktop
{
position: fixed;
top: 0px;
left: 600px;
right: 0px;
bottom: 0px;
padding: 0px;
margin: 0px;
border: 0px solid black;
overflow: auto;
}

.illustration_100
{
position: relative;
padding: 0px;
margin: 0px;
border: 0px solid blue;
}

.illustration_full_size
{
position: relative;
padding: 0px;
margin: 0px;
border: 0px solid blue;
height: 100%;
}

#container_illustration_window_closed
{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
padding: 0px;
margin: 0px;
border: 0px solid green;
overflow: auto;
display: none;
}

#toon_info_panel 
{
position: fixed;
top: 5px;
left: 20px;
width: 30px;
height: 30px;
bottom: 0px;
padding: 0px;
margin: 0px;
border: 1px solid black;
display: none;
}

#full_size 
{
position: fixed;
top: 5px;
left: 60px;
width: 30px;
height: 30px;
bottom: 0px;
padding: 0px;
margin: 0px;
border: 1px solid black;
display: none;
}



.rTable {
  width: 100%;
  display: table;
  margin: 0px;
  border: 1px solid black;
}

.rTableRowGrey {
  display: table-row;
  margin: 0px;
  border: 1px solid black;
}

.rTableRowBlue {
  display: table-row;
  margin: 0px;
  border: 1px solid black;
}

.rTableRowBlue:hover {
  background-color: ADD9FE;
}

.rTableRowGrey:hover {
  background-color: #D0D0D0;
}

.rTableCell {
  display: table-cell;
  border:  0px solid black;
  vertical-align: top;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid black;
}

.rTableCellGenus {
  display: table-cell;
  border:  0px solid black;
  vertical-align: top;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid black;
}

.rTableCellGenus:hover {
  background-color: #D0D0D0;
}

.rTableCellSelected {
  display: table-cell;
  border:  0px solid black;
    vertical-align: top;
  padding-left: 4px;
  padding-right: 4px;
  background-color: yellow;
  border: 1px solid black;
}

.rTableRow .rTableCell {
  font-size: 15px;
  color: black;
  line-height: 1.2;
  font-weight: unset !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

.rTableRow .rTableCell:nth-child(1) {  
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;

}

.rTableRow .rTableCell:nth-child(2) {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
  
}

.rTableRow .rTableCell:nth-child(3) {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
  
}

#thumbnail_and_text
{
padding: 10px;
margin-left: 10px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
background-color: #F0F0F0;
border: 1px solid black;
margin: 10px; 

}

#thumbnail_and_text_contrasting
{
padding: 10px;
margin-left: 10px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
background-color: #D0D0D0;
border: 1px solid black;
margin: 10px; 

}

#species_text
{
padding: 10px;
margin-left: 10px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
border: 0px solid black;
}

#container_resultset_2_desktop_tl2
{
display: block; 
position: fixed;
left: 20px;
height: auto;
right: 0px;
top: 210px;
bottom: 0px;
overflow: auto;
font-family: Verdana, Arial, sans-serif;
font-size: 15px;
background-color: #F0F0F0; 
border: 0px solid red;
color: black;
}

#resultset_2_desktop_tl2
{
top: 0px;
left: 0px;
right: 0px;
position: relative;
display: block;
border: 0px solid green;
}

#page_stafleu_left_desktop{
height: auto;	
float: left;
}

#page_stafleu_right_desktop{
height: auto;	
float: left;
}

#page_stafleu_desktop{
left: 0px;
display: inline-block; 
float: left;
top: 220px;
height: auto;		
}

#search_fields_stafleu_desktop
{
position:relative;
display: block;
top: 0px;
left:20px;
font-family: Verdana, Arial, sans-serif;
font-size: 1.0em;
padding: 0px;
border: 0px solid black;
font-size: 22px;
}

#name_special_group_left
{
position: fixed;
display: block; 
left: 10px;
top: 230px;
margin: 10 px;
border: 0px solid black;
width: 280px;
height: 90%;
font-family: Verdana, Arial, sans-serif;
font-size: 18px;
background-color: yellow; 
}

#special_groups_left
{
position: fixed;
display: block; 
left: 10px;
top: 230px;
margin: 10 px;
border: 0px solid black;
width: 280px;
height: 90%;
font-family: Verdana, Arial, sans-serif;
font-size: 18px;
background-color: #E0E0E0; 
overflow: scroll;
}

#special_groups_right
{
position: fixed;
display: block; 
left: 300px;
top: 235px;
margin: 10 px;
border: 0px solid black;
width: auto;
height: 95%;
font-family: Verdana, Arial, sans-serif;
font-size: 18px;
background-color: #F0F0F0; 
overflow: scroll;
}

#container_genus_relative
{
position:relative;
top: 0px;
left: 0px;
width: 100%;
height: 114px;
font-family: Verdana, Arial, sans-serif;
padding: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 3px solid black;
border-top: 1px solid black;
margin: 0px;
color: black;
display: block;
background-color: #cccccc;
font-size: 15px; 
}

#container_genus_relative.contrasting
{
background-color: #ffffff;
}

#text_genus_relative
{
padding: 10px;
margin-left: 10px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

#thumbnails_genus
{
position:relative;
top: 0px;
left: 0px;
width: 100%;
height: auto;
font-family: Verdana, Arial, sans-serif;
padding: 0px;
border: 1px solid black;
margin: 0px;
color: black;
display: block;
background-color: #cccccc;
}

#thumbnails_genus.contrasting
{
background-color: #ffffff;
}


#test_before_query
{
border: 1px solid red; 
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
height: 94px;
overflow: scroll;
}


input.visible {
  visibility: visible !important;
}

select.determination
{
	width: 200px;
}

input.determination
{
	width: 50px;
	float: right;
	height: 20px;
	display: block;
}

.genus_determination{
		padding: 0.2em;
		background-color: #DDF2F7;
		color: #000000;
		text-align: left;
		vertical-align: top;
		margin-top: 0em;
		margin-bottom: 0em;
		border-top: 1px solid black;
		width: 40px;		
	}
	
.description_determination{
		padding: 0.2em;
		background-color: #DDF2F7;
		color: #000000;
		text-align: left;
		vertical-align: top;
		margin-top: 0em;
		margin-bottom: 0em;
		height: 20px;
		width: 530px;
		border-top: 1px solid black;	
		width: 600px;	
	}
	
#container_subheader_determination
{
position:fixed;
display: block;
top: 94px;
left: 0px;
font-family: Verdana, Arial, sans-serif;
font-size: 15px; 
padding: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid black;
border-top: 1px solid black;
margin: 0px;
width: 100%;
height: 204px;
color: black;
background-color: #F0B531;
}

.selected_characters
{
position: relative;
float: left;
padding: 0px;
margin: 0px;
border: 1px solid black;
}