#myMatches h1 {
  margin-top: 0;
}
#myMatches ._quotes.press {
  margin: 2em 0;
  opacity: .8;
}
#myMatches ._demo {
  min-height: 500px;
  background-image: url(https://storage.googleapis.com/wf-static/img/demo3.jpg);
  background-position: center;
  background-size: cover;
  border-radius: .75em;
  box-shadow: inset 0 0 2em rgba(0, 0, 0, 0.3);
}
#myMatches ._offer {
  background-color: #fff59b;
  color: rgba(0, 0, 0, 0.9);
}
#myMatches .right.floated {
  display: flex;
  justify-content: center;
  align-items: center;
}
#myMatches .right.floated aside {
  opacity: .6;
}
#myMatches ._sort {
  float: right;
  min-width: 0;
}
#myMatches ._sort .item {
  white-space: nowrap;
}
#myMatches .basic.segment {
  margin-top: 0;
  padding-top: 0;
  color: grey;
  font-size: 90%;
}
#myMatches .matches {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#myMatches .matches > li {
  display: flex;
  align-items: center;
  padding: 0 5em 3em 5em;
  width: 25em;
}
#myMatches .matches > li a {
  text-decoration: none;
}
#myMatches .matches > li > div:nth-child(2) {
  margin-left: 1em;
}
#myMatches .matches > li h2 {
  margin: 0;
}
#myMatches .matches > li .new,
#myMatches .matches > li .soonGone {
  color: red;
  margin-left: 1em;
  text-transform: uppercase;
  font-size: 60%;
  line-height: 1.4em;
}
#myMatches .matches > li .q,
#myMatches .matches > li .distance {
  font-size: 90%;
  opacity: .8;
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  #myMatches h1 {
    margin-bottom: .5em;
  }
}
