
body.nomore #fullcont {
   height: 50px;
}

#fullcont {
   padding:4px;
}

#fullcont a {
    text-decoration: underline;
}


body.nomore #svgcont {
  top: 50px;
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 100%; height: 90%;
}

#moreinfo {
  margin-top: 10px;
  clear: both;
  text-align: left;
}

body.nomore #moreinfo {
  display: none;
}

body.nomore a.nomore { display: inline; }
body a.nomore { display: none; }
