body {
  font-size: 14px;
  line-height: 1.42857;
  color: #7A7A7A;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 300;
}

p {
  margin: 0 0 10px;
}

h1 {
  color: #4E4C5C;
  font-family: 'Roboto',sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  padding-bottom: 7px;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  border: 1px solid #DDDDDD;
}

table thead > tr > th, table tbody > tr > th, table tfoot > tr > th, table thead > tr > td, table tbody > tr > td, table tfoot > tr > td {
  border-top: 1px solid #DDDDDD;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #DDDDDD;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}
