body {
  background: #1e1e1e;
  color: #fff;
}
#safari {
  background-color: #1e1e1e;
}

h1, .h1 {
  color: #fff;
}
h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
  color: #eee;
}
.wrapper {
  background: #1e1e1e;
}
a {
  color: #ccc;
}
a:hover, a:focus {
  color: #fff;
}
.btncp {
  color: #aaa;
  background-color: #1e1e1e;
}
.card {
  border: 1px solid #666;
  background: #333;
  box-shadow: 1px 1px 5px #000;
}
.hrline {
  content: url("/assets/images/pixel_white.gif");
}
.input {
  border: 1px solid #ccc;
  color: #ccc;
  background: #111;
}

.sttBtn{ background: #555; color: #fff; }

.breakfastdates {
  max-width: 1125px;
  width: 75%;
  height: auto;
  content: url("/assets/images/breakfast_dates_d.27.jpg");
}
.believeinmagic {
  max-width: 1125px;
  width: 80%;
  height: auto;
  content: url("/assets/images/believe-in-magic_d.27.jpg");
}
.logomark {
  content: url("/assets/icons/logomark_d.27.png");
}
.therealyou {
  max-width: 1125px;
  width: 80%;
  height: auto;
  content: url("/assets/images/the_real_you_d.27.jpg");
}
.yourperson {
  max-width: 1125px;
  width: 80%;
  height: auto;
  content: url("/assets/images/your_person_d.27.jpg");
}
.findapartner {
  max-width: 1125px;
  width: 80%;
  height: auto;
  content: url("/assets/images/find_a_partner_d.27.jpg");
}
.tvreviewicon {
  content: url("/assets/tv/tv_comment_d.27.png");
}
.tvcolumn {
  width: 300px;
  margin: 0 auto;
}
.tvcontentcolumn {
  width: 350px;
  margin: 0 auto;
}
.tvcard {
  border: 1px solid #666;
  background: #222;
  background-color: #222;
  box-shadow: 1px 1px 5px #000;
  padding: 10px;
  margin: 25px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}
.haikucolumn {
  width: 550px;
  margin: 0 auto;
}
.haikucard {
  border: 1px solid #666;
  background: #222;
  box-shadow: 1px 1px 5px #000;
  padding: 10px;
  margin: 25px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}
