#content {
  padding-top: 2px;
}



#want_to_buy_ad {
  position: relative;
  top: -15px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

#want_to_buy_ad .viewport {
  width: 100%;
  height: 4em;
  overflow: hidden;
  position: relative;
}

#want_to_buy_ad .messages {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#want_to_buy_ad p {
  clear: both;
  font-size: 18px;
  font-weight: normal;
  padding: 0;
}

#want_to_buy_ad p a {
  color: #e0e0e0;
}






#content {
  font-weight: bold;
}





#content #pagination {
  overflow: auto;
  margin-right: 1px;
}

#content #pagination #components {
  text-align: right;
  margin-bottom: 20px;
  color: white;
  float: right;

  
}

#content #pagination .desc {
  margin-top: 6px;
  float: left;
}

#content #pagination a {
  float: left;
  padding: 5px 12px;
  border: 1px solid white;
  margin-left: 6px;
}

#listings_container {
  width: 966px;
  overflow: hidden;
}



.listing {
  width: 293px;
  height: 440px;
  float: left;
  margin-right: 20px;
}

.listing .image {
  position: relative;
  z-index: 40;
}

.label_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
}

#listings_container .spinner {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 500;
  width: 25%;
  display: none;
}

.form_authenticity_token {
  display: none;
}

.positioning {
  position: relative;
  height: 24px;
  background: #CCD4D9;
  text-align: right;
}

.admin_edit_listing {
  float: left;
  position: absolute;
  top: 3px;
  left: 5px;
  color: black;
  text-decoration: underline;
}


.listing .thumbnail {
  position: relative;
  z-index: 200;
  width: 293px;
  height: 195px;
}

.listing .inactive {
  border: 2px solid red;
}

.meta {
  font-size: 17px;
  overflow: auto;
}

.meta .address {
  float: left;
}

.meta .price {
  float: right;
}

.meta .city {
  clear: both;
  display: block;
}

.listing .description {
  margin-top: 0.55em;
  text-align: justify;
}

#footer {
  margin-top: -2em;
}
