/* Store.php */

/* naming convention is media_ */

.store_row {
  width: 560px;
  clear: both;
  margin-left: -14px;
}

    .store_logos {
      width: 200px;
      height: 260px;
      margin-top: 10px;
      margin-right: 10px;
      margin-bottom: 10px;
      float: left;
      text-align: center;
      font-size: 1em;
    }
    .store_logos img{
      border: 0px !important;
    }
    
    .store_links {
      width: 320px;
      margin-left: 30px;
      float: right;
    }

 