#menuShow{
border: 1px solid #666666;
background-color: #6699cc;
padding: 1px;
font-size: 13px;
font-family: Verdana, Arial;
position: absolute;
width: auto;
height: auto;
}
#menuSelect{
border: 1px solid #6699cc;
background-color: #6699cc;
padding: 0px;
font-size: 13px;
font-family: Verdana, Arial;
position: absolute;
width: auto;
height: auto;
}
.textmiddle {vertical-align:middle;}
@font-face {
font-family: meeteimayek;
src: url(Eeyek-Regular.ttf); }

#eeyek {
font-family: meeteimayek;
font-size: 1.0em;
}

table.rubber {
    width: 600px;
}
img.rubber {
  height: 450px;
  width: 600px;
}

#maintext {
background-color: #a8ccb6;
/*background: linear-gradient(#82b56f, #a8ccb6);*/
/*background-color: #a8ccb6;*/
font-family: Arial;
font-size: 1.0em;
}

#lang {
/*color: #003399;*/
color: #336600;
font-family: Arial;
font-size: 0.9em;
/*font-style: italic;*/
}

#npi {
/*color: #003399;*/
color: #883300;
font-family: Arial;
font-size: 0.8em;
float: right;
/*font-style: italic;*/
}

#title {
/* background-color: #abebc6; */
#background-color: #729e62;
font-family: Arial;
font-size: 1.5em;
}

#botname {
/* background-color: #abebc6; */
background-color: #729e62;
font-family: Arial;
font-size: 1.0em;
}

#genus {
/*color: #003399;
color: #0044aa;*/
color: #0044aa;
font-family: Arial;
font-size: 1.0em;
font-style: italic;
font-weight: bold;
}

#botfam {
/*color: #003399;
color: #002288;*/
color: #0044aa;
font-family: Arial;
font-size: 1.0em;
font-style: italic;
font-weight: bold;
}

#photo {
background-color: #cc9900;
font-size: 1.1em;
}

#location {
background-color: #406a42;
font-size: 1.0em;
color: #ffffff;
}

#descr {
/* background: linear-gradient(#82b56f, #a8ccb6);*/
font-family: Arial;
color: #000000;
text-align: justify;
}

abbr[title] {
  position: relative;
  
  /* ensure consistent styling across browsers */
  text-decoration: underline dotted;
}

abbr[title]:hover::after,
abbr[title]:focus::after {
  content: attr(title);
  
  /* position tooltip like the native one */
  position: absolute;
  left: -100px;
  bottom: -20px;
  width: auto;
  white-space: nowrap;
  
  /* style tooltip */
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
  font-size: 14px;
  padding: 3px 5px;
}
