.comment-list {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.comment-list [role=comment] {
  padding: 1.5em;
  border-bottom: 1px dotted #ccc;
  display: flex;
}
.comment-list [role=comment] .profile {
  font-size: 35px;
  line-height: 56px;
  width: 56px;
  text-align: center;
  border-radius: 50%;
  color: #FFFFFF !important;
  background-color: #009688 !important;
}
.comment-list [role=comment] .header {
  font-weight: 700;
}
.comment-list [role=comment] > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.comment-list [role=comment] > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding-left: 1em;
}
.comment-list [role=comment] > div:nth-child(2) .toolbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.comment-list [role=comment] > div:nth-child(1) > div:nth-child(2) {
  font-weight: bold;
}
.comment-list [role=comment] em {
  color: #caced0;
}
.comment-list [role=comment] :last-child {
  border-bottom: none;
}

.content_rating ul {
  display: flex;
  margin: 0;
  width: auto;
}/*# sourceMappingURL=comments.css.map */