/* .container-fluid { */
/*    margin:0rem 4rem; */
/* } */
.container, .container-fluid {
  min-height: 90vh;
}

nav + .container-fluid {
  max-width: calc(100vw - 21rem);
}

.container {
  margin-top: 2rem;
}

.required {
  font-weight: bold;
}
.required::after {
  content: "*";
}

.debug-enabled {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 20rem;
  background: #ffc107;
  color: white;
  padding: 1rem;
  border-radius: 0.5rem;
}

.controls a {
  margin-left: 0.25rem;
}
.controls a:first-child {
  margin-left: 1rem;
}

.visit__item {
  padding: 0.25rem 1rem;
  margin: 0;
}
.visit__item:hover, .visit__item:focus {
  background: #eee;
  /* .controls { */
  /* 	 display: inline-block; */
  /* } */
}

.visit__latest, .visit__search__results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.visit__item {
  width: 50%;
}

.extra {
  margin-top: 3rem;
}
.extra p {
  margin: 0;
}
.extra ~ .extra {
  margin-top: 0;
}

.validation__error input {
  outline: 1px solid pink;
}

[outline] {
  outline: 1px solid red;
}

.form-group label, .for-admins, .row.extra p {
  text-align: right;
}

.hest:checked ~ label img {
  opacity: 0.2;
}

.person {
  background: #eee;
  padding: 0.75rem 0.75rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  min-height: 15rem;
}
.person .name {
  font-size: 120%;
  font-weight: bold;
}
.person .name a {
  text-decoration: underline;
}
.person .title {
  font-size: small;
}
.person .interests {
  margin-top: 1rem;
  font-size: small;
  font-style: italic;
}
.person .image {
  float: right;
  padding-left: 1.5rem;
}
.person .image img {
  max-width: 110px !important;
  min-width: 110px !important;
  border: 4px solid white;
  border-radius: 50px;
}
.person .image a img:hover {
  border-color: #00aba4;
}

.member__list, .search__list {
  list-style-type: none;
}
.member__list a.icon_link, .search__list a.icon_link {
  text-decoration: none;
}
.member__list a.icon_link:hover, .search__list a.icon_link:hover {
  text-decoration: none;
}
.member__list .person__line:hover, .search__list .person__line:hover {
  background: #eee;
}
.member__list .person__line .sp, .search__list .person__line .sp {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.search__results {
  margin-top: 1rem;
}

.searchtable {
  margin-top: 1rem;
  font-family: "Courier New", Courier, monospace;
}
.searchtable table td:first-child {
  width: 8em;
}

.brian input, .brian label {
  outline: 1px solid red;
}

.history pre, .stamp pre {
  margin: 0;
  padding: 0;
}

table.bad_ad th ~ th, table.bad_ad td ~ td {
  padding-left: 4em;
}

.wrapper {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  height: 100%;
}

nav {
  width: 20rem;
  background: #555;
  color: #eee;
  padding: 1rem 1rem;
  padding-top: 3rem;
}
nav a {
  color: #eee;
  text-decoration: none;
}
nav a:hover {
  color: #eee;
}
nav hr {
  border: 0;
  border-bottom: 1px solid #eee;
}
nav ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}
nav li {
  font-weight: bold;
}

.search__form {
  max-width: 60rem;
}

.lesser__width {
  max-width: 60rem;
}

.columns-2 {
  columns: 2;
}

.columns-3 {
  columns: 3;
}

ul.columns-2 li, ul.columns-3 li {
  display: inline-block;
  width: 100%;
}

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