.accent-a {
  color: #e52a56; }

.accent-b {
  color: #93273a; }

body {
  font-family: "Roboto", sans-serif;
  color: #111;
  font-size: 13px;
  padding: 20px;
  margin: 0;
  background-image: url("images/edges.png"); }

.modal {
  max-width: 800px; }

.textfield-alike {
  font-family: monospace; }

input, select {
  border: 1px solid #564b47;
  width: 300px; }

input[type="radio"] {
  width: auto; }

fieldset {
  border: 0;
  padding: 0; }

.head {
  display: flex;
  flex-direction: row; }

.cuntegn {
  text-align: left;
  vertical-align: middle;
  margin: 0 auto;
  padding: 25px 25px 25px 25px;
  width: 800px;
  background-color: white; }

.header {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  min-width: 250px; }
  .header .title {
    font-size: 35px;
    font-weight: bold;
    flex-grow: 0;
    margin-right: 10px;
    text-decoration: none; }
  .header .slogan {
    flex-grow: 1;
    font-size: 13px;
    font-weight: normal; }

.search {
  margin-bottom: 25px;
  margin-left: 50px; }
  .search a.button-alike, .search a.button-alike:visited {
    border: 1px solid #564b47;
    width: 148px;
    display: inline-block;
    text-decoration: none;
    color: black;
    text-align: center; }
  .search .buccolur {
    background-color: #DDDDDD;
    border: 0 solid #564b47; }
  .search > label, .search > fieldset {
    margin-bottom: 15px;
    display: inline-block; }

.nav-results {
  display: flex;
  flex-direction: row;
  padding: 2px;
  margin-bottom: 20px;
  background-color: #ddd;
  min-height: 25px; }
  .nav-results div {
    flex-grow: 1;
    flex-basis: 30%;
    align-self: center; }
  .nav-results .nav-button {
    width: 220px;
    margin: 0 6px; }
  .nav-results .nav-index {
    text-align: center; }
  .nav-results .nav-forward {
    text-align: right; }

.results {
  display: flex;
  flex-direction: row; }
  .results .results-column {
    width: 50%;
    display: flex;
    flex-direction: column; }
    .results .results-column .result {
      display: flex;
      flex-direction: row;
      margin-top: 10px;
      flex-grow: 1; }
      .results .results-column .result .result-label {
        width: 25%; }
      .results .results-column .result .result-content {
        width: 75%; }
        .results .results-column .result .result-content .result-text {
          min-height: 45px;
          font-family: monospace;
          background-color: #ddd;
          padding: 4px; }
        .results .results-column .result .result-content .result-comment {
          font-size: 10px;
          text-align: right; }
  .results #results-left {
    margin-right: 5px; }
  .results #results-right {
    margin-left: 5px; }
    .results #results-right .result-text {
      min-height: 90px; }
  .results #result-comments {
    flex-grow: 3; }
  .results #result-remartgas {
    flex-grow: 3; }
  .results #result-examples {
    flex-grow: 2; }

.sources {
  margin-top: 25px; }

/*# sourceMappingURL=pledari.css.map */
