.artists {
  width: 760px;
  margin: -40px auto 0 auto;
  font-family: arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 12px; }
  .artists a {
    text-decoration: none; }
  .artists .artist {
    float: left;
    width: 166px;
    height: 214px;
    margin-right: 32px;
    text-align: center; }
  .artists .artist.position-4 {
    margin-right: 0; }

.coming-soon {
  margin: 0 auto;
  width: 440px; }
  .coming-soon h2 {
    font-size: 20px;
    text-decoration: none;
    text-transform: none; }
  .coming-soon .artists {
    margin: 0;
    width: auto;
    float: right;
    font-size: 30px; }
    .coming-soon .artists .times {
      float: right;
      text-align: center;
      margin-left: 20px;
      line-height: 60px;
      padding-top: 15px; }
    .coming-soon .artists .artist {
      font-family: arial, sans-serif;
      font-size: 10px;
      text-transform: uppercase;
      line-height: 12px;
      float: right;
      height: auto;
      width: auto;
      margin: 0;
      margin-left: 20px; }
      .coming-soon .artists .artist cite {
        display: block; }
