
div#advert-header {
  clear: both;
  margin: 10px 0;
}
/*
div#advert-header img {
  vertical-align: middle;
}
*/
table.advert-table {
  margin: 0 0 0.3em 0;
  width: 100%;
  border-top: 1px solid #000;
  font-size: 0.9em;
}

table.advert-table th, table.advert-table td {
  border-bottom: 1px solid #fff;
  padding: 1px 4px 1px 4px;
}

table.advert-table th {
  text-align: left;
  font-weight: normal;
  color: #000;
  background-color: #FAD50A;
}

table.advert-table td {
  border-right: 1px solid #000;
}

table.advert-table td.no-right-border {
  border-right: none;
}

table.advert-table td.center {
  text-align: center;
}

table.advert-table thead th {
  background-color: #FAD50A;
  color: #000;
  font-size: 16px;
}

table.advert-table th.ad-type {
  width: 265px;
}

table.advert-table th.center {
  text-align: center;
  font-size: 0.85em;
  width: 50px;
}

table.advert-table th.what-you-get {
  padding-left: 75px;
}

table.advert-table td.num-photos {
  width: 65px;
}

table.advert-table td.last-col {
  border-right: none;
}

table.advert-table td.notes {
  background-color: #D4D4D3;
  vertical-align: top;
}


table.advert-table tr.d0 td {
	background-color: #FEF18F; color: black;
}
table.advert-table tr.d1 td {
	background-color: #ffffff; color: black;
}

div.advert-bottom-box {
  float: left;
  margin: 10px;
  width: 315px;
}

div.advert-bottom-box img {
  float: left;
}

div.advert-bottom-box p {
  margin: 0 0 0 75px;
}

div#adoptions-button-row {
  font-size: 0.9em;
}

div#adoptions-button-row span.right-buttons {
  display: block;
  float: right;
  margin: 5px 0 0 0;
}

div#adoptions-button-row a.icon-text-button {
  margin-right: 20px;
}

div#adoptions-button-row a.icon-text-button img {
  vertical-align: middle;
}

div#adoptions-button-row a.icon-text-button:hover {
  text-decoration: none; /* underlines are ugly when we have an icon */
}
