<style>
.text-center {text-align:center;}
a {
  color: tomato;
  text-decoration: none;
}

a:hover {
  color: #2196f3;
}

#a-footer {
  margin: 20px 0;
}
/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:1.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:green;
}

#stars {
    position: relative;
    top: 6px;
    left: 10px;
}
  {{--  .textarea {
    bottom: 20px !important;
    left: 67px !important;
    display: block !important;
    position: relative;
  }  --}}
  </style> 
       