.searchbox {
  position: relative;
  box-sizing: border-box; }
  .searchbox input:active, .searchbox input:focus, .searchbox input:hover {
    border: 0px;
    background-color: inherit;
    outline: inherit; }
  .searchbox .search-input-wrap {
    border: 1px solid #cccccc;
    border-bottom: 0px;
    padding: 6px;
    padding-left: 12px;
    position: relative; }
    .searchbox .search-input-wrap .search-icon {
      height: 16px;
      width: 16px;
      top: 8px;
      left: 6px;
      position: absolute;
      color: #333;
      display: block; }
  .searchbox .search-input {
    padding-left: 18px;
    border: 0px;
    display: block;
    width: 100%; }
  .searchbox .search-input-label {
    display: block;
    width: 100%; }

.search-results {
  border: 1px solid #cccccc;
  background-color: #fff; }
  .search-results .search-row {
    border-bottom: 1px solid #cccccc;
    padding-left: 18px; }
    .search-results .search-row .search-item {
      margin-top: 6px;
      margin-bottom: 6px;
      padding: 6px;
      text-align: left;
      width: 100%;
      background-color: #fff;
      border: 0px solid rgba(0, 0, 0, 0.25);
      cursor: pointer; }

text {
  font-family: Publik, sans-serif;
  font-weight: bold;
  fill: #fefefd;
  font-size: .8em; }

li {
  margin-top: 0.5em; }

.source-table {
  border-collapse: collapse;
  width: 100%;
  text-align: right; }
  .source-table .section {
    border-top: 1px solid #f0f0f0; }
  .source-table .party-name {
    text-align: left;
    font-style: italic; }
  .source-table .party-short {
    text-align: left; }
  .source-table .party-title {
    color: #fff;
    padding: 0.25em;
    text-align: center;
    line-height: 1;
    max-width: 2em; }
  .source-table .party-square-td {
    text-align: left; }
  .source-table .party-square {
    display: inline-block;
    width: 1em;
    height: 1em; }
  .source-table .mandates.is-valid-false {
    text-decoration: line-through; }
  .source-table th {
    text-align: right; }
    .source-table th small {
      font-weight: normal;
      font-size: 0.8em;
      display: block; }
  .source-table .arrow {
    padding-left: 16px;
    width: 20px; }
  .source-table .col-0 {
    width: 25px; }

.summary-card {
  margin-top: 0.5em; }
  .summary-card .nocomment {
    padding: 12px;
    background-color: #eee;
    border-radius: 12px; }
  .summary-card .push {
    margin-top: 0.5em; }
  .summary-card .summary-comments .question-lead {
    font-size: 0.8em;
    padding-bottom: 0.30em; }
  .summary-card .summary-comments .question {
    font-weight: 700; }
  .summary-card .summary-comments .comments .comment {
    width: 100%;
    position: relative; }
    .summary-card .summary-comments .comments .comment .comment-td-parti {
      vertical-align: top;
      padding-top: 5px;
      width: 50px; }
    .summary-card .summary-comments .comments .comment .comment-td-comment {
      vertical-align: top;
      padding-top: 5px; }
    .summary-card .summary-comments .comments .comment .comment-party {
      top: 0;
      left: 0px;
      border: 0px solid rgba(0, 0, 0, 0.1);
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 0%;
      line-height: 40px;
      text-align: center;
      font-size: 1.25em;
      color: #fff; }
      .summary-card .summary-comments .comments .comment .comment-party.tlen2 {
        font-size: 1em; }
      .summary-card .summary-comments .comments .comment .comment-party.tlen3 {
        font-size: 0.75em; }
    .summary-card .summary-comments .comments .comment .comment-comment {
      display: inline-block;
      position: relative;
      margin-left: 15px;
      background-color: #eee;
      border-radius: 10px;
      padding: 8px;
      min-height: 40px;
      vertical-align: middle;
      text-align: left;
      z-index: 40; }
  .summary-card .summary-comments .comments .comment-comment-wrap {
    position: relative; }
  .summary-card .summary-comments .comments .comment-nocomment {
    font-style: italic;
    padding: 5px;
    padding-left: 15px; }
  .summary-card .summary-comments .comments .comment-comment::before {
    left: -40px;
    top: 10;
    z-index: 30;
    position: absolute;
    content: '';
    display: block;
    border: 8px solid transparent;
    border-width: 12px 24px;
    transform: rotate(0deg);
    border-right-color: #eee; }

.placehoder {
  background-color: rgba(0, 0, 0, 0.2);
  color: #888;
  padding: 5px; }

.navklossar select {
  width: 100%;
  padding: 0.5em;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

.board {
  position: relative; }

.nav label {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.25em; }

