body {
    background: #FDFDFD;
    font-family: "Segoe WP","Segoe UI", Helvetica, Arial, sans-serif;
    text-align:center;
}
h1, h2 {
    color: #888;
    margin:0;
    font-weight:normal;
}
h1{
    padding-top: 1.5em;
    padding-bottom: 2em;
}
h2 {
    clear:both;
    color: #aaa;
    padding: 2em 0 0.3em
}
em {
    display: block;
    margin: .5em auto 2em;
    color: #bbb;
}

p, p a {
    color: #aaa;
    text-decoration: none;
}
p a:hover,
p a:focus {
    text-decoration: underline;
}
p + p {
    color: #bbb;
    margin-top: 2em;
}
.detail {
    position: absolute;
    text-align: right;
    right: 5px;
    bottom: 5px;
    width: 50%;
}

a[href*="intent"] {
    display:inline-block;
    margin-top: 0.4em;
}

.rating {
    width: 100%;
    margin: 0 auto 0.3em;
    font-size: 45px;
    overflow:hidden;
}
.rating input {
    float: right;
    opacity: 0;
    position: absolute;
}
.rating a,
.rating label {
    float:right;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.rating label:hover ~ label,
.rating input:focus ~ label,
.rating label:hover,
.rating a:hover,
.rating a:hover ~ a,
.rating a:focus,
.rating a:focus ~ a		{
    color: orange;
    cursor: pointer;
}

.basestar{
    color: orange !important;
}

.rating2 {
    direction: rtl;
}
.rating2 a {
    float:none
}

.ratingLabel{
    text-align: center;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
}




/* From uiverse.io by @alexmaracinaru */
.sendFeedback {
    cursor: pointer;
    font-weight: 700;
    font-family: Helvetica,"sans-serif";
    transition: all .2s;
    padding: 5px 19px;
    border-radius: 100px;
    background: #188158;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.sendFeedback span{
    color:white;
}

.sendFeedback:hover {
    background: #188158;
}
    
.sendFeedback > svg {
    width: 34px;
    margin-left: 10px;
    transition: transform .3s ease-in-out;

}
.sendFeedback > svg path{
    fill:white;
}

.sendFeedback:hover svg {
    transform: translateX(5px);
}

.sendFeedback:active {
    transform: scale(0.95);
}

