@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

/*body {
  font-family: 'Roboto', Helvetica;
  color: #737373;
  font-weight: 300;
}*/

/*.container {
  width: 400px;
  margin: 0 auto;
  margin-top: 3em;
  background-color: #EFEFEF;
  padding: 4px;
}

.inner {
  padding: 1em;
  background-color: white;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px; 
}*/

.rating {
  float: left;
  width: 40%;
  margin-right: 5%;
  text-align: center;
}

.rating-num {
  color: #333333;
  font-size: 70px;
  font-weight: 100;
  line-height: 1em; 
}

.rating-stars {
  font-size: 20px;
  color: #E3E3E3 !important;
  margin-bottom: .5em;
}
.rating-stars .active {
  color: #737373;
}

.rating-users {
  font-size: 14px;
}

.histo {
  float: left;
  width: 50%;
  font-size: 13px;
}

.histo-star {
  float: left;
  padding: 3px;

}

.histo-rate {
  width: 100%;
  display: block;
  clear: both;
}

.bar-block {
  margin-left: 5px;
  color: black;
  display: block;
  float: left;
  width: 75%;
  position: relative;
}

.bar {
  padding: 4px;
  display: block;
}

#bar-five {
  width: 0;
  background-color: #9FC05A;
  color: #fff;
  font-weight: bold;
  flex-grow: 1;
}

#bar-four {
  width: 0;
  background-color: #ADD633;
  color: #fff;
  font-weight: bold;
  flex-grow: 1;
}

#bar-three {
  width: 0;
  background-color: #FFD834;
  color: #fff;
  font-weight: bold;
  flex-grow: 1;
}

#bar-two {
  width: 0;
  background-color: #FFB234;
  color: #fff;
  font-weight: bold;
  flex-grow: 1;
}

#bar-one {
  width: 0;
  background-color: #FF8B5A;
  color: #fff;
  font-weight: bold;
  flex-grow: 1;
}

[data-letters]:before {
  content:attr(data-letters);
  display:inline-block;
  font-size:1em;
  width:2.5em;
  height:2.5em;
  line-height:2.5em;
  text-align:center;
  border-radius:50%;
  background:#202454;
  vertical-align:middle;
  margin-right:1em;
  color:white;
}
