* {
  margin: 0; }

body {
  background: #DCBE9B;
  font: normal 12px/18px Arial, Helvetica, sans-serif;
  color: #000; }

#content {
  margin: 10px 10vw;
  padding: 30px;
  background-color: #FFF; }
  #content h1 {
    color: #7f3700;
    padding: 5px 0 20px 0; }
  #content h2 {
    font-style: italic;
    color: #994200;
    padding: 40px 0 20px 0; }
  #content img {
    border: solid 2px #7f3700;
    padding: 2px; }
  #content .img-left {
    float: left;
    margin: 5px 20px 20px 0; }
  #content .brief {
    background-color: #FADCBA;
    font-style: italic;
    font-weight: bold;
    padding: 20px;
    float: left;
    width: 30%;
    margin: 5px 20px 20px 0;
    line-height: 14px; }
  #content .img-right {
    float: right;
    margin: 5px 0 20px 20px; }
  #content a {
    display: inline-block;
    margin-top: 15px; }
  #content table {
    margin: 30px 0 10px 0;
    width: 75%;
    border-collapse: collapse; }
    #content table > caption {
      font-style: italic;
      text-align: right;
      font-size: 14px; }
    #content table tr {
      border-bottom: solid 1px #E0E0E0; }
    #content table tr:first-child {
      border-bottom: none; }
    #content table th, #content table td {
      padding: 10px 15px; }
    #content table th {
      background-color: #E0E0E0;
      border-left: solid 2px #FFF;
      text-align: left; }
    #content table th:first-child {
      border-left: none; }

/*# sourceMappingURL=style1.css.map */
