div.stacked {
  float: left;
  width: 100%;
  margin-top: 20px; }
  div.stacked .header {
    font-weight: bold;
    width: 130px;
    float: left; }
  div.stacked .block {
    float: left;
    width: 288px; }
    div.stacked .block .top_marg {
      margin-top: 13px; }
    div.stacked .block .container {
      width: 100%; }
      div.stacked .block .container .quote {
        font-weight: bold; }
      div.stacked .block .container .quote_by {
        display: block;
        padding-left: 15px; }

div.production {
  width: 595px;
  height: 195px;
  margin: auto; }
  div.production div.title a {
    text-decoration: none;
    font-weight: bold;
    font-size: 18px; }
  div.production div.image {
    float: left;
    width: 130px;
    text-align: center; }