/**
 * Custom CSS Styles
 *
 */

.stackrow div {
  padding: 5px 20px 15px 20px;
}

.one {
  float: left;
  text-align: center;
  margin-right: 20px;
  width: 213px;
}

.two {
  overflow: hidden;
  margin: 10px;
  padding: 10px;
  border: 2px dashed #ccc;
  border-radius: 10px;
  min-height: 120px;
}

@media screen and (max-width: 550px) {
  .one {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
  }
}
