/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.gr-branding-container{
    height: 50px;
}
.gr-logo{
    float: right;
    width: 180px;
}
.gr-source-thumb{
    vertical-align: middle;
}
span.gr-review-rating {
    float: right;
}
.gr-review-body ul {
    display: none;
/*    position: absolute;
    visibility: hidden;*/
}
.gr-read-more ul {
    display: block;
/*    position: initial;
    visibility: visible;*/
}
.gr-review-body blockquote {
    max-height: 150px;
}
.gr-read-more blockquote {
    max-height: none;
}
/* hr was removed
.gr-branding-container + hr{
    width: 100%!important;
    max-width: 100%!important;
    margin-top: 5px!important;
}*/
/* Old ellipses system for read more
.gr-review-body blockquote {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gr-read-more blockquote {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}*/