p:first-letter, h3:first-letter { text-transform: capitalize; }

.tp-box 
{
  font-family: sans-serif;
  font-size: 11px;
  background:#e5d2e5;
  border:1px solid #ccc;
  -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topleft: 5px; 
           border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topright: 5px;
           border-radius-topright: 5px;           
  -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-bottomright: 5px;
           border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
           border-radius-bottomleft: 5px;
  display:block;
  float:left;
  position:relative;
  margin-top:1px;
}

.tp-box header {
  -webkit-border-top-left-radius: 5px; 
      -moz-border-radius-topleft: 5px; 
           border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px; 
      -moz-border-radius-topright: 5px; 
           border-radius-topright: 5px;
  text-align:center;
  padding:6px 10px 12px;
}

.tp-box header h1 { 
  font:bold 2.182em/1.255em sans-serif;
  margin:0;
}

.tp-box header p.review-count { 
  margin:5px 0 0; 
}

.tp-box h2 {
  background:#793d79;
  font-size:1.273em;
  font-weight:700;
  color:#fff;
  padding:5px 10px;
}

.tp-box section.reviews {
  display:block;
  height:none;
  overflow-y:auto;
  margin:0 0 25px;
  padding:10px 10px 0;
}

.tp-box section.reviews article {
  border-bottom:1px solid #DDDDDD;
  margin:0 0 15px;
  padding:0 0 10px;
}

.tp-box section.reviews article a {
  color:#CE5600;
}

.tp-box section.reviews article:last-child {
  border-bottom:none;
  margin:0;
}

.tp-box time {
  display:block;
  float:right;
  -moz-opacity:0.6;
  opacity:0.6;
  position:relative;
  top:-2px;
  text-transform:lowercase;
}

.tp-box h3 {
  clear:both;
  color:#444444;
  font-size:1.091em;
  font-weight:700;
  padding:6px 0 0;
}

.tp-box p.desc {
  padding:0 0 8px;
}

.tp-box img.user-img {
  float:left;
  padding:0 6px 0 0;
}

.tp-box p.author {
  position:relative;
  font-style:italic;
  top:-2px;
}

.tp-box a.footer {
  background:#DDDDDD;
  -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-bottomright: 5px;
           border-radius-bottomright: 5px;

  -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
           border-radius-bottomleft: 5px;
  font-size:11px;
  font-weight:700;
  width:100%;
  padding:0 0 4px;
  position:absolute; bottom:0;
  text-transform:uppercase;
  text-decoration:none;
}

.tp-box a.footer span {
  display:inline-block;
  float:left;
  margin:5px 0 0;
}

.tp-box a.footer span.trust {
  color:#000;
  margin:5px 0 0 4px;
}

.tp-box a.footer span.pilot {
  color:#444;
}

.tp-box a.footer span.logo 
{
  background:url(https://github.com/trustpilot/developers/raw/master/assets/img/icon_flat_mini.png) no-repeat;
  height:12px;
  margin:6px 0 0 10px;
  width:12px;
}

.tp-box div.clear {
  clear:both;
  font-size:1px;
}