html, body { height: 100%; }

body {
  padding-left: 11em;
  font-family: Arial,sans-serif;
  color: #000000;
  background-color: #ffffff }
a { color: #0000FF}
a:hover { color: #FF0000}
.sidebar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em }
.tag { 
  color: #ff0000;
  font-family: courier, monospace; }

body.full {
  padding-left: 0em;
  color: #000000;
  background-color: #ffffff }

.full_title {
     padding: 6px;
     z-index:1000;
     width: 25%; 
     font-size: 0.8em;
     text-align: left;
     position: absolute;
     bottom: 0.2em;
}

.view_full {
     position: absolute;
     left: 1em;
     bottom: 0.2em;
     font-style: italic;
}