body{
  background-color:#005c99;
}

#header{
  width: 100%;
  /*height: 20px;*/
  position: fixed;
  left: 0px;
  top: 0px;
  /*background-color:rgba(255,255,255,0.3);*/
  background-color: #EEEEE0;
  z-index: 1;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
  padding: 5px;
}

#header a{  
  position: relative;
  font-family: 'ChopinScript', Arial, sans-serif;
  font-size: 200%;
  color: #000;
  z-index: 3;
}
.content{
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  background-color: #FFFFF0;
  /*
  box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
  */
}
.cscript {
  font-family: 'ChopinScript', Arial, sans-serif;
  font-size: 200%;
}
.hugefont {
  font-size: 500%;
}
.bigfont {
  font-size: 300%;
}

.centered {
  display: table;
  margin: 0 auto;
}

#imagewrapper {
align: center;
margin-left:auto;
margin-right:auto;
text-align: center;
}

.image {
width: 220px; 
height: 220px;
a:link    {color:white;}
a:visited {color:white;}
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src*=".svg"] {
  width: 100%; 
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}
#feather{
  position: fixed;
  left: 15px;
  top: 5px;
  z-index: 2;
  background-color: #EEEEE0;
  border-radius: 15px;

  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}
/*
#feather img{
  height: 200px;
}
*/
#bigfeather {
  margin: auto;
  vertical-align: middle;
  height: 500px;
  //width: 300px;
}
#biotable{
  padding: 10px;
}

#biotable td{
  padding: 10px;
  vertical-align: top;
  width: 50%;
}
  
