body {
  padding: 20px 10px!important;
  padding-left: 25%!important;
  padding-bottom: 200px!important;
  background: #f9f9f9 url(background_texture.png) repeat;
  overflow-y:scroll;
  width: 50%;
}

h1 {
  font-size: 36px;
  font-weight: normal;
  color: #000;
  font-family: Roboto,Helvetica,sans-serif;
  line-height: 1.3;
  margin: 0 0 .2em;
  letter-spacing: 0;
  word-wrap: break-word;
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

#subtitle {
  font-size: 20px;
  color: #979AA4;
}

h2 {
  font-size: 26px;
  font-weight: normal;
  color: #000;
  font-family: Roboto,Helvetica,sans-serif;
  line-height: 1.3;
  margin: 0 0 .2em;
  letter-spacing: 0;
  word-wrap: break-word;
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

h2::after {
  content: '';
  width: 100%;
  margin: 5px auto 20px;
  height: 1px;
  background-color: #ee8600;
  display: block;
}

h4 {
  font-size: 20px;
  margin: 10px 0 0!important;
  color: #000;
  font-family: Roboto,Helvetica,sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  word-wrap: break-word;
  box-sizing: inherit;
  outline: 0;
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

h5 {
  font-size: 16px;
  color: #000;
  font-family: Roboto,Helvetica,sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 .2em;
  letter-spacing: 0;
  word-wrap: break-word;
  display: block;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

p {
  line-height: 30px;
  color: #242527;
  font-size: inherit;
  margin: 0;
  box-sizing: inherit;
  outline: 0;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-family: Roboto,Helvetica,sans-serif;
}

*::selection {
  background: #222!important;
  color: #fff;
  text-shadow: none;
}

table {
  border: 1px solid #edeae8;
  border-collapse: collapse;
  margin: 20px 0;
  border-spacing: 0;
  width: 100%;
  display: table;
  text-indent: initial;
  font-size: 16px;
  color: #000;
  font-family: Roboto,Helvetica,sans-serif;
  line-height: 1.4;
}

tr {
  vertical-align: inherit;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
}

thead tr {
  color: #222!important;
  display: table-row;
}

th {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  border: 1px solid #edeae8;
  border-bottom: 2px solid #d0cac5;
  text-align: center;
  background: #fff;
  color: #242527;
  display: table-cell;
  vertical-align: inherit;
}

th.left {
  width: 10%;
}

th.right {
  width: 90%;
  text-align: left;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
}

tbody tr {
  background-color: #FDFDFD;
  color: #222;
}

tbody tr.dark {
  background: #faf8f7;
}

td {
  background: 0;
  max-width: 400px;
  padding: 10px!important;
  min-width: 0!important;
  font-size: 14px;
  text-align: center;
  overflow-wrap: break-word;
  border: 1px solid #edeae8;
  width: 12%!important;
  vertical-align: top;
  display: table-cell;
}

td.right {
  text-align: left;
}
