body {
background: #e4e7f5;
font-family: Arial, Tahoma, Verdana, sans-serif;
margin: 30px 0 0;
font-size: 13px;
color: #babc3e;
}
img {
border: 0;
}
.clear {
clear: both;
}
#wrapper {
width: 850px;
margin: 0 auto 0;
}
#header {
background: url('images/bg-header.png') no-repeat;
height: 139px;
}
#header h1 {
font-family: Trebuchet MS;
font-size: 48px;
font-weight: bold;
color: #f6d2f9;
margin: 0;
letter-spacing: -2px;
float: left;
padding: 30px 0 0 30px;
}
#header h1 span {
color: #fff;
}
#ads468x60 {
float: right;
background: #fff;
padding: 2px;
border: 1px solid #4455a0;
margin: 27px 27px 0 0;
}
#ads468x60 img {
display: block;
}
#content {
background: #fff url('images/bg-contentgradient.png') top repeat-x;
padding: 20px;
}
#col1 {
width: 250px;
float: left;
margin: 0 20px 0 0;
}
.navtop {
background: url('images/navtop.png') no-repeat;
height: 5px;
}
.navbottom {
background: url('images/navbottom.png') no-repeat;
height: 5px;
margin: 0 0 20px;
}
.nav h2 {
font-size: 14px;
font-weight: bold;
color: #40424b;
margin: 0;
padding: 10px 0 10px;
}
.nav {
border-left: 1px solid #b6bdd9;
border-right: 1px solid #b6bdd9;
padding: 0 15px;
}
.nav ul {
list-style-type: none;
margin: 0;
padding: 0 0 2px;
}
.nav ul li {
background: url('images/bullet.png') 0 4px no-repeat;
color: #5e616c;
padding: 0 0 0 17px;
margin: 0 0 6px;
}
.nav ul li a {
color: #5e616c;
text-decoration: none;
}
.nav ul li a:hover {
color: #45474c;
}
#col2 {
width: 540px;
float: left;
}
#intro h3 {
font-size: 18px;
font-weight: bold;
color: #173ad2;
margin: 0 0 5px;
}
#intro p {
line-height: 23px;
margin: 0 0 13px;
}
#pinkbar {
background: url('images/bg-pinkbar.png') repeat-x;
height: 9px;
margin: 0 0 20px;
} 
.reviewbox {
border: 1px solid #e0e2f0;
background: url('images/bg-gradient.png') repeat-x;
height: 118px;
margin: 0 0 20px;
padding: 20px 20px 0;
}
.cta {
width: 170px;
float: left;
margin: 0 10px 0 0;
}
.site {
border: 1px solid #96979f;
}
.review {
width: 200px;
float: left;
}
.review h4 {
font-size: 18px;
line-height: 18px;
font-weight: bold;
color: #e046e9;
margin: 0;
}
.review h4 a {
color: #e046e9;
text-decoration: none;
}
.review h4 a:hover {
color: #c031c8;
}
.review p {
font-size: 12px;
line-height: 22px;
color: #4e5263;
margin: 0 0 12px;
}
.rating {
float: right;
text-align: center;
padding: 30px 0 0;
}
.rating p {
font-weight: bold;
margin: 0 0 5px;
}
.rating img {
margin: 0 4px;
}
#footer {
background: url('images/bg-footer.png') repeat-x;
}
#footer p {
font-weight: bold;
color: #fff;
text-align: center;
margin: 0;
padding: 12px;
}
/* Mobile-friendly styles */

.reviewbox {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.review {
  font-size: 16px;
  line-height: 1.5;
}

.rating {
  font-size: 14px;
  line-height: 1.5;
}

.rating img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.clear {
  clear: both;
}

/* Media queries for responsive design */

@media only screen and (max-width: 768px) {
  .reviewbox {
    padding: 10px;
  }
  .cta img {
    margin-bottom: 10px;
  }
  .review {
    font-size: 14px;
  }
  .rating {
    font-size: 12px;
  }
  .rating img {
    width: 15px;
    height: 15px;
  }
}
