﻿.teasers {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.teaser {
  flex: 45%;
  margin: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
}

  .teaser .teaser-header {
    border-bottom: 1px solid #eee;
    background-color: #f0f0f0;
  }

.teaser-header, .teaser-content {
  padding: 10px;
}

.block-suggestion-votes .listbox {
  text-align: right;
}

.teaser-content .suggestion-edit, .teaser-content .suggestion-delete {
  display: inline;
  padding: 10px;
}

  .teaser-content .suggestion-delete .btn {
    background: none;
    font-size: 16px;
  }

.suggestionbox-detail-table {
  margin-top: 20px;
  border: 1px solid #eee;
}

  .suggestionbox-detail-table th, .suggestionbox-detail-table td {
    padding: 5px;
  }

  .suggestionbox-detail-table .edit-button a {
    display: block;
    text-align: center;
    line-height: 50px;
  }

  /*publicinfo*/
#suggestionboxcontainer.block-suggestion-box .votes,
#suggestionboxcontainer.block-suggestion-box .status-info,
#suggestionboxcontainer.block-suggestion-box .description-info {
    padding: 10px 20px;
}
