/* 
    Document   : aserv_fivestar_natacademic
    Created on : Oct 3, 2013, 7:09:35 PM
    Author     : damien
    Description:
        Purpose of the stylesheet follows.
*/

div.block-aserv-fivestar,
strong.block-aserv-fivestar
{
  margin-top: 0px;
  background: #eeede6;
}
strong.block-aserv-fivestar
{
  font-size: 23px;
  font-weight: normal;
}
div.block-aserv-fivestar
{
background: #eeede6;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eeede6), to(#fefefe));
  background: -webkit-linear-gradient(#eeede6, #fefefe);
  background: -moz-linear-gradient(#eeede6, #fefefe);
  background: -ms-linear-gradient(#eeede6, #fefefe);
  background: -o-linear-gradient(#eeede6, #fefefe);
  background: linear-gradient(#eeede6, #fefefe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeede6, endColorstr=#fefefe);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeede6, endColorstr=#fefefe)";
}
.block-aserv-fivestar p.deel-ervaring a:hover {
  color:#318abe;
}
.block-aserv-fivestar p.deel-ervaring a {
  text-decoration:none;
  color:#292929;
  font-family: 'open_sanssemibold';
  font-weight:normal;
}
.block-aserv-fivestar .content {
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
.block-aserv-fivestar .number,
.block-aserv-fivestar .content {
  -moz-box-shadow: 1px 1px 1px 0 #bfbfbf;
  -webkit-box-shadow: 1px 1px 1px 0 #bfbfbf;
  box-shadow: 1px 1px 1px 0 #bfbfbf;
}
.block-aserv-fivestar p {
  line-height: 24px;
}
.block-aserv-fivestar p.score-tag {
  width: 65%;
  font-weight:bold;
}
.block-aserv-fivestar p.deel-ervaring a {
  font-size: 14px;
  line-height: 28px;
}
.block-aserv-fivestar .number {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 60px;
}
.block-aserv-fivestar div.number {
  padding:0;
}
.block-aserv-fivestar p.score-tag, 
.block-aserv-fivestar p.ervaringen-link a {
  font-size:13px;
  color:#000000;
}
.block-aserv-fivestar p.ervaringen-link a{
  padding-left: 15px;
}
.block-aserv-fivestar .number span {
  font-family: 'arial';
  color:#7d7d7d;
  text-shadow:0 1px 0 #ffffff;
  font-size: 31px;
  font-weight: bold;
}
.block-aserv-fivestar .aserv-star-rating {
  height: 17px;
  width: 95px;
}

.block-aserv-fivestar div.aserv-star-rating {
  padding: 0px;
  margin-right: 60px;
}

.block-aserv-fivestar .number {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 60px;
}
.block-aserv-fivestar .number {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3MzYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFRUVFRUUiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3MzYpIiAvPgo8L3N2Zz4=);
}