@import url(https://fonts.googleapis.com/css?family=Lato:300,700);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  background: #f9f9f9;
  color: #333;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300; }

b {
  font-weight: 700; }

header {
  background: #333;
  padding: 20px 15px; }

.app-title {
  margin-bottom: 20px; }
  .app-title img {
    margin-right: 4px; }
  .app-title span {
    font-size: 24px;
    vertical-align: bottom; }

.wrap {
  margin: 40px auto;
  max-width: 960px; }

.panel {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px; }

.panel-header {
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 1rem; }

.dropdowns {
  text-align: right; }

.table .row {
  border-bottom: 1px solid #eee;
  padding: 16px 0; }
  .table .row:nth-of-type(even) {
    background: #fbfbfb; }
.table [class*="col-"]:first-child {
  text-align: center; }
.table [class*="col-"]:last-child p {
  margin-bottom: 8px; }

.table {
  padding: 0 1rem 1rem; }

.ion-ios-arrow-up {
  color: green; }

.ion-ios-arrow-down {
  color: red; }

.select-wrap {
  display: inline-block;
  float: right;
  margin-left: 10px;
  position: relative; }
  .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
    background: #fff;
    border: 2px solid #e4e4e4;
    border-radius: 3px;
    color: #555;
    display: block;
    font-family: inherit;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    outline: none;
    padding: 4px 28px 6px 10px; }
    .select-wrap select:hover, .select-wrap select:focus {
      border-color: #faa635; }
  .select-wrap [class*="ion-"] {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
    color: #ccc;
    display: block;
    font-size: 12px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%; }
  .select-wrap:hover [class*="ion-"], .select-wrap:focus [class*="ion-"] {
    color: #faa635; }

/*# sourceMappingURL=style.css.map */
