#plac_table { display: table;}
#plac_row {display: table_row;}

#main_text {
  padding-top: 7px;
  padding-left: 50px;
  margin-right: 20px;
  padding-right: 15px;
  padding-bottom: 7px;
  width: 250px;
  float: left;
  display: table-cell;
}

#placard {
	/*float: right;*/
	display: table-cell;
	margin-right: 50px;
	color: white;
	background: #3d2811;
	top: 220px;
	width: 260px;
	min-height: 230px;
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#placard a { color: #fce26c; }

#placard h2 { color: #fff; }

#feather {
  background: transparent url(/images/feather.png) no-repeat right;
  height: 80px;
  z-index: 3;
  margin-top: -55px;
  margin-right: 10px;
}

#placard h2 {
  margin-top: -20px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  font-size: 20pt;
  margin-left: 15px;
}

.app_icon {
  float: left;
  width: 70px;
}

.app_icon img {
  border: none;
}

.app_blurb {
  display: block;
  margin-left: 20px;
}

.app_blurb p {
  font-size: 8pt;
}