@import url('https://fonts.googleapis.com/css?family=Rubik:300&subset=latin-ext');

body {
  background: #FFF;
  margin-bottom: 5em;
  color: #655;
}

body,
.idno-object h2,
.idno-body p {
  font-family: "Rubik", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.navbar {
  background-color: #FFF;
  color: #655;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.navbar > .container {
  max-width: 750px;
}

.container { max-width: 650px; }

.idno_pages_user_edit .container,
.page-account .container,
.page-admin .container {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .navbar > .container {
    width: 100%;
  }

  .container {
    width: 100%;
    padding: 5% 0;
  }
}

.edit-pane {
  width: 100%;
  margin: 0;
}

.namebadge-profile { text-align: center; }

a,
.idno-object a,
.idno-object a.p-category,
.idno-object .permalink a,
.entry-content a {
  color: #8CBF99;
  text-decoration: none;
  font-family: inherit;
  background: none;
  font-size: inherit;
  font-weight: 300;
}

a.contentTypeButton {
  color: #655;
}

.entry-content table {
  margin: 2em auto;
  width: 100%;
}
.entry-content table th,
.entry-content table tr:nth-child(even) {
  background-color: rgba(0,0,0,.03);
}
