@font-face {
  font-family: 'bitstream_vera_serifroman';
  src: url('./font/VeraSerif/VeraSerif-webfont.eot');
  src: url('./font/VeraSerif/VeraSerif-webfont.eot?#iefix') format('embedded-opentype'),
       url('./font/VeraSerif/VeraSerif-webfont.woff') format('woff'),
       url('./font/VeraSerif/VeraSerif-webfont.ttf') format('truetype'),
       url('./font/VeraSerif/VeraSerif-webfont.svg#bitstream_vera_serifroman') format('svg');
       font-weight: normal;
       font-style: normal;
}


body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure, a {
  margin: 0;
  padding: 0; 
}

a:link, a:visited { 
  color: #07c;
  text-decoration: none;
  cursor: pointer;
}

div.wrapper {
  width: 40em;
  margin: auto;
  background-color: #fff;
}

div.header {
  padding: 0.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: .1em;
  background-color: #cee3f8;
  border: 1px solid #5f99cf;
  border-top: 0px;
}

div.header h1 {
  font-family: bitstream_vera_serifroman;
  font-weight: 100;
  font-size: 18pt;
  margin: 0;
  padding: 0;
  color: #000;
}

div.nav {
  margin-top: -1.61em;
  margin-right: 1px;
  padding-top: .1em;
  padding-bottom: .2em;
  padding-right: .5em;
  padding-left: .5em;
  border-top-left-radius: .5em;
  background-color: #eff7ff;
  float: right;
}

div.nav ul {
  list-style: none;
}

div.nav li {
  font-family: helvetica, arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  display: inline;
  width: 40em;
}

div.nav a:link, div.nav a:visited {
  color: #369;
}

div.nav span.separator {
  color: gray;
  font-weight: normal;
  padding-right: .4em;
  padding-left: .4em;
}

div.body {
  font-family: helvetica, arial, sans-serif;
  text-transform: full-width;
  padding: .5em;
  padding-left: 0em;
  padding-right: 0em;
  color: #494949;
}

div.body hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
  margin-bottom: 1.5em;
}


div.body h1 {
  font-size: 20pt;
  font-weight: bold;
  margin-bottom: 8.5px;
}

div.body h2 {
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 8.5px;

}

div.body h3 {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 8.5px;
}

div.body h4 {
  font-size: 11pt;
  font-weight:bold;
  margin-bottom: 8.5px;
}

div.body p {
  font-size: 11pt;
  line-height: 1.5em;
  margin-bottom: 1em;
}

div.footer {
  position: absolute;
  bottom: 0;
  left: 50;
  right: 50;
  height: 2em;
  width: 40em;
}

div.footer p {
  font-family: helvetica, arial, sans-serif;
  text-align: center;
  font-size: smaller;
  color: gray;
}

div.feed .fixed {
    position: fixed;
    width: 100%;
    z-index: 99;
}

div.feed .at-top {
    top: 0;
}

div.feed .without-top-margin {
    margin-top: 0;
}

div.feed ul {
    padding: 0;
    list-style-type: none;
    width: 640px;
    margin: 0 auto;
}

div.feed .event {
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

div.feed .event small {
    color: #444;
    font-size: 10pt;
}

div.feed .event-title {
    color: #222;
    font-size: 11pt;
}

div.feed .action-type {
    margin-left: 5px;
    color: #fff;
    font-size: 10pt;
    padding: 2px 6px;
    background: cadetblue;
    border-radius: 6px;
    float: right;
}
