/* ================= */
/* === Intro Row === */
/* ================= */

#introduction-text-row,
#intro-text-container
{
  font-size:0;
}

.intro-text
{
  font-size:14px;
  width:33%;
  vertical-align:top;
  padding:10px 0 10px 10px;
  box-sizing:border-box;

}

.intro-text > p
{
  margin:0;
}

#intro-text-container,
#intro-image,
.intro-text
{
  display:inline-block;
}

.game-link
{
  color:#222;
  text-decoration:none;
}

.game-link:hover
{
  text-decoration:underline;
}

/* ================== */
/* === Report Row === */
/* ================== */

.main-text
{
  margin:10px 0 0 0;
}

.main-text p
{
  margin:0;
  font-size:14px;
  padding:10px;
}

/* ================= */
/* === Image Row === */
/* ================= */

#first-image,
#first-description
{
  margin:0 10px;
}

#image-row
{
  font-size:0;
  margin:10px 0 0 0;
}

.image-margin,
.description-margin
{
  margin:0 10px 0 0;
}

/* ============================= */
/* === Image Description Row === */
/* ============================= */

#image-decription-row
{
  font-size:0;
  margin:10px 0 0 0;
}

.fifth-row-image-text
{
  width:228px;
  display:inline-block;
  vertical-align:top;
  font-size:14px;
}

.fifth-row-image-text > p
{
  margin:0;
  padding:10px;
  background-color:#444;
  color:#fff;
  height:120px;
}
