blockquote {
  font-style: italic;
}

#shoptitle h2 {
  margin: 5px 0 10px 0;
}

#shoptitle ul {
  margin: 10px 0 10px 20px;
}

body.adminPage {
  padding: 20px;
  font-size: 14px;
  line-height: 14px;
}

input, textarea {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.adminPage input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table input[type="text"] {
  margin-bottom: 0px;
}

.contentbox2.error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0;
}

table.summary {
  width: 100%;
  margin: 3px 0 3px 0;
}

table.summary th,
table.summary td
{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

table.summary th{
  background-color: #e8e8e8;
  padding: 3px;
}

table.summary .header th{
  background-color: #ddd;
  padding: 2px;
}
table.summary td{
  background-color: #f8f8f8;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
}
.row .contentbox h1 {
  margin: 0 0 15px;
}
.row .contentbox h2 {
  margin: 15px 0 10px;
}
.facet {
  margin: 10px;
}
.facet ul {
  margin-left: 0px;
}
.dropdown-menu .divider {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.pagination-centered {
  text-align: center;
}
#displayStyle {
  margin: 20px 0;
  line-height: 1.42857143;
  padding-right: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.displaySelected{
  box-shadow: 
    rgb(204, 219, 232) 3px 3px 6px 0px inset, 
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
#filterCount {
  padding-top: 50px;
  min-width: 150px;
}
#offerFacets {
  padding-top: 10px;
  min-width: 150px;
}
.facetLogo {
  max-height: 39px;
  padding-top: 5px;
}
#offersCounter {
  margin: 20px 0;
  float: right;
  /* line height copied from bootstrap pagination */
  line-height: 1.42857143;
  /* subjectively looking better with right padding */
  padding-right: 5px;
}
table.offersGrid {
    border-spacing:40px 65px;
    border-collapse: separate;
}
table.offersGrid td {
    padding: 20px;
    border: .5px;
    border-style: solid;
    border-radius: 20px;
    width: auto;
    height: auto;
    transition: transform .2s;
} 
.offersGrid td:hover{
    transform: scale(1.05);
}
div.offersGrid {
    padding-top: 25px;
    border-collapse: separate;
}
div.offerCard {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 18px;
    margin-right: 18px;
    padding: 15px 18px 18px 18px;
    border: .5px;
    border-style: solid;
    border-radius: 20px;
    min-width: 300px;
    max-width: 360px;
    min-height: 830px;
    transition: transform .2s;
    font-size: 14px;
}
@media only screen and (min-width: 576px) {
  div.offerCard {
      min-width: 406px;
  }
}
div.offerCard h5 {
    margin-top: 5px;
    margin-bottom: 0px;
}
div.offerCard h4 {
    margin-top: 5px;
    margin-bottom: 0px;
}
div.offerCard h3 {
    margin-top: 15px;
    margin-bottom: 0px;
}
@media only screen and (min-width: 1024px) {
  div.offerCard:hover {
      transform: scale(1.05);
  }
}
table.offerDetails td {
    border-style: none;
    padding: 5px;
}
.offerDetails td:hover{
    transform: initial;
}
.offerDetails h3 {
  margin-top:20px;
}
table.summary tr.listRowOdd td {
  background-color: #eee;
}
table.summary td.description-text {
  max-width: 225px;
}
table.summary td.logo {
  max-width: 180px;
}

table.summary td.logo img {
  max-width: 80%;
  max-height: 80%;
  margin: 0.5em auto 0.5em auto;
}

table.summary td.offerlogo {
  max-width: 120px;
}

table.summary td.offerlogo img {
  max-width: 80%;
  max-height: 80%;
  margin: 0.5em auto 0.5em auto;
}

table.summary td.specialPriceBadge {
  background-image: url(/shop/img/special-offers-small.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-left: 39px;
}
.crossout {
  text-decoration: line-through;
}

div.turtle {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.adminPage .form-horizontal label {
  font-weight: 700;
}
.filter-button {
  margin: 10px;
}
.shop_panel_heading {
  padding: 2px 2px;
  font-size 80%;
}
.shop_panel_heading h4 {
  font-size: 15px;
  font-family: open sans,Helvetica,Arial,sans-serif;
  line-height: 1.42857143;
}

.detailsBtn {
}

.evalBtn {
  float: right;
}
