body {
  font-family: "proxima-nova-1","proxima-nova-2",Helvetica, Verdana, sans-serif;
  font-size: 16px;
  color: #505050;
}

header {
  margin-top: 30px;
}

header a {
  text-decoration: none;
}

a {
  color: #000;
}

.content {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}

span.status_ok {
  color: green;
}

span.status_error {
  color: red;
}

span.status_merged {
  color: #999;
}

.pure-table.pure-table-horizontal {
  border: 0px;
  border-bottom: 1px solid #505050;
  width: 100%;
}

.seprator {
  margin-top: 20px;
}

.btn-staging {
  background-color: #e67e22;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  text-transform: capitalize;
}

.btn-production {
  background-color: #c0392b;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  text-transform: capitalize;
}

.btn-cancel {
  background: none;
  border: 1px solid #999;
  color: #999;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 8px;
  cursor: pointer;
}

.btn-cancel:hover {
  border-color: #c0392b;
  color: #c0392b;
}

span.status_cancelled {
  color: #999;
}
