html{
  font-size: 100%;
}
html, body{
  color: #333;
  font-family: "Roboto","Helvetica Neue","Helvetica",Arial,Sans-Serif;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
q, blockquote{
  margin: 0;
  border-left: 6px solid #333;
}
q:before, q:after, blockquote:before, blockquote:after{
  content: '';
  content: none;
}
table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray
}
thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit
}
tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit
}
table > tr {
  vertical-align: middle;
}
col {
  display: table-column;
}
colgroup {
  display: table-column-group;
}
tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit
}
td, th {
  width: auto;
  display: table-cell;
  vertical-align: inherit;
}
th {
  font-weight: bold;
}
caption {
  display: table-caption;
  text-align: -webkit-center
}
ul, ol{
  padding-left: 30px;
}
ul{
  list-style-type: disc;
}
ol{
  list-style-type: decimal;
}
ul ul{
  list-style-type: circle;
}
ul ul ul{
  list-style-type: square;
}