.btnbuy {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  background: #94AE99;
	color: #ffffff;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
}

.btnbuy:hover {
  background: #d1ddd4;
color: #ffffff;
  text-decoration: none;
}

.btnbuy:visited {
color: #ffffff;
}

.pagination a:hover, .pagination .current {
color: #ffffff;
}

@media only screen and (max-device-width: 480px) {
/* define mobile specific styles come here */
span[itemprop="review"] {
   clear: left;
   display: block;
}
}
