/*
CSS Pari-Mutuel 4 Golf (cover)
*/

.testimonial {
  background-color: white;
  border-color: #E6E6E6;
  border-style: inset;
  border-width: 1px;
  height: 56px;
  margin-bottom: 32px;
  margin-left: 4px;
  margin-top: 32px;
}

.cover p.quotetop,
.cover p.quotebottom,
.cover p.client {
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.cover p.quotetop {
  margin-left: 9px;
  margin-top: 2px;
}

.cover p.quotebottom {
  margin-left: 15px;
}

.cover p.client {
  margin-left: 44px;
  margin-top: 3px;
}

.title,
.steps {
  font-weight: bold;
  height: 20px;
}

.opacity {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.title {
  margin-left: 64px;
  width: 582px;
}

.steps {
  margin-left: 102px;
  margin-top: 8px;
  width: 424px;
}

.clickhere {
  color: blue;
  margin-bottom: -16px;
  margin-right: 0;
  margin-left: 0;
  margin-top: 8px;
  text-align: right;
  text-decoration: underline;
}

.clickhere:hover {
  cursor: pointer;
}
