body {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3b3b3b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #3b3938;
}

p {
  color: #ffffff;
}

a {
  color: #2980b9;
}

@media screen and (max-width: 580px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

.wrapper {
  margin: 0 auto;
  padding: 40px;
  max-width: 1024px;
}

.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.white {
    color: #ffffff;
}

.light-blue {
    color: #2980b9;
}

div.outer { position: relative; height: 265px; }
div.outer img { position: absolute; right: 50px; bottom: 0; }

h1 {
    color: #ffffff;
    font-size: 42px;
}

h2 {
    color: #ffffff;
    font-size: 28px;
}

h3 {
    color: #ffffff;
}

h4 {
    color: #ffffff;
}

h5 {
    color: #ffffff;
}

h6 {
    color: #ffffff;
}

h7 {
    color: #ffffff;
}

h8 {
    color: #ffffff;
}

h9 {
    color: #ffffff;
}

h10 {
    color: #ffffff;
}

.row {
  display: table-row;
  background: #f6f6f6;
}
.row:nth-of-type(odd) {
  background: #e9e9e9;
}
.row.header {
  font-weight: 900;
  color: #ffffff;
  background: #dfdb00;
  cursor: pointer;
  text-shadow: 2px 2px #35353569;
}
.row.green {
  background: #27ae60;
}
.row.blue {
  background: #2980b9;
}
.row.orange {
  background: #ffab0f;
}
@media screen and (max-width: 580px) {
  .row {
    padding: 14px 0 7px;
    display: block;
  }
  .row.header {
    padding: 0;
    height: 6px;
    cursor: pointer;
    text-shadow: 2px 2px #35353569;
  }
  .row.header .cell {
    display: none;
  }
  .row .cell {
    margin-bottom: 10px;
  }
  .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}

.cell {
  padding: 6px 12px;
  display: table-cell;
}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 16px;
    display: block;
  }
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
