  body{
    width: 100%;
  }
  #content {
    /*max-width: 960px;*/
    /*width: 90%;*/
    align-self: center;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
  }
  p{
    max-width: 80em;
  }
 
  .centeredElement {

    display: block;
    margin-left: auto;
    margin-right: auto;

  }

  img {margin: 10px;}
  
  h2{
    margin-top: .2em;
    margin-bottom: .4em;
    font-size: 24pt;
    font-weight: 100;
  }
  h3{
    color: #333;
    margin-bottom: 0.75em;
  }
  h4{
    color: #888;
    font-size: 18pt;
    padding-left: 2em;
    margin-bottom: 0.25em;
    margin-top: 0.75em;
    text-align: left;
    border-bottom: 1px solid slategrey;
 
  }
  h5{
    padding-top: .25em;
    margin-left: 0;
    margin-bottom: 0.25em;
    margin-top: 0.125em;
 
  }
  #menu {
    background: black;
    color: white;
    padding-left: 1em;
    padding-right: 2em;
    padding-top: 4px;
    padding-bottom: 6px;
  }

  .banner {
    background: rgb(129, 255, 242);
    background: -moz-radial-gradient(circle, rgba(129, 255, 242,1) 12%, rgba(72,200,180,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(129, 255, 242,1) 12%, rgba(72,200,180,1) 100%);
    background: radial-gradient(circle, rgba(129, 255, 242,1) 12%, rgba(72,200,180,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88a1bb",endColorstr="#484b50",GradientType=1);
    background-size: cover;
    background-position: center;
    color: white;
    padding-top: 10px;
    padding-left: 45px;
    margin-top: 0px;
    margin-bottom: 3px;
    border-width: 0px;
    border-color: #fff;
    border-style: solid;
    height: 6em;
  }
  .banner a{
    background: #000;
    color: white;
    display: block;
    font-weight: 600;
    text-decoration: none;
    vertical-align: bottom;
  }

  .bannerTitle{
    text-align: center;
    outline: 3px;
    text-shadow: 0px 0px 3px black;
    outline-color: black;
  }

  .brief {
    background: rgba(0,0,0,0.33);
    color: white;
    padding: 10px;
    float: right;
    text-align: right;
    vertical-align: bottom;
  }

  .abstract {
    /*float: right;*/
    padding-left: 20px;
    padding-right: 40px;
    text-align: justify;
    max-width: 60em;
  }