a:link, a:visited {
  color:#0092bf;
  text-decoration: none;
}    
a:hover, a:active {
  color:#0092bf;
  text-decoration: underline;
}

a.ext:link, a.ext:visited {
  color:#E34C26;
  text-decoration: none;
}    
a.ext:hover, a.ext:active {
  color:#E34C26;
  text-decoration: underline;
}


body, table, h1, h2, h3, h4, p, li, dt, dd {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

h1, h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}
body {
  margin: 16px;
}

h1, h2, h3, h4 {
  font-weight: 600;
}

dl {
  margin: 0;
}

hr {
  color: #D9D9D9;
  border: 0 solid #fff;
  border-top: 1px solid #D9D9D9;
  margin: 14px 0 14px 0;
}


ol.plain, ul.plain, .plain li {
    padding: 0;
    margin: 0;
    list-style: none;
}

small {
  font-size: 13px;
}

table.rays {
  width: 100%;
  background-image: url('img/html5-rays.png');
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

table.members, table.types {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
  margin-top: 1em;
}

table.members th {
  background-color: #D9D9D9;
}

table.members td, table.members th, table.types td, table.types th {
  border: 1px solid #D9D9D9;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

table.members td:first-child {
  width: 20%;
}


}