

html,
body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;
  color:#333;background-color:#fff; margin: 0 auto; max-width: 960px; width: 96%;}

h1 { font-size: 36px;}
h2 { font-size: 30px;}
h1, h2, h3, h4, h5, h6 {font-weight: 500;
  line-height: 1.5; margin-bottom: 0.5rem;}
 
  li{line-height: 1.5;}
  
  li:not(:last-child) {
    padding-bottom: 8px;
}

div.top
{
  width: 380px; 
}


a:hover, a:active, a:link, a:visited{
  color: #337ab7; 
  background-color: transparent; 
  text-decoration: none;
}

div.bottom {
  text-align: right;
}

img.rounded-corners {
  border-radius: 10px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
