@import url("https://fonts.googleapis.com/css?family=Roboto");
/* Headers */
html {
  font-size: 62.5%; }

body {
  font-family: 'Roboto', 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 1.42857; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 36px;
  margin: 0;
  padding: 0 0 1em; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4em; }

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

ul {
  padding-left: 0;
  list-style-position: inside; }

ul li {
  margin-bottom: 0.8em;
  line-height: 1.1em; }

/* Tables */
table {
  margin: 1.5em 0;
  width: 100%;
  border-collapse: collapse; }

table td {
  border: 1px solid #ccc; }

.table--clear th,
.table--clear tbody,
.table--clear td {
  border-right: none;
  border-left: none; }

.table--transparent {
  border: none; }

.table--transparent th,
.table--transparent tbody,
.table--transparent td {
  border: none; }

table.cost {
  border: none;
  border-collapse: collapse;
  border-style: hidden; }

table.cost tbody {
  border: none; }

table.cost th {
  background-color: #28BD25;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  text-align: left; }

table.cost tr:hover {
  background-color: #d6d6d6; }

table.cost td {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 0.8em; }

/*# sourceMappingURL=maps/base.css.map */
