.listen360-feedback-wholestar {
    background-image: url("../images/fullstar.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    display: inline-block;
    height: 18px;
    width: 17px;
    margin: 0 2px;
}
.listen360-feedback-halfstar {
    background-image: url("../images/halfstar.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    display: inline-block;
    height: 18px;
    width: 17px;
    margin: 0 2px;
}
.listen360-feedback-nostar {
    background-image: url("../images/nostar.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    display: inline-block;
    height: 18px;
    width: 17px;
    margin: 0 2px;
}

.listen360-feedback-date {
    float: right;
    font-size: 0.9em;
}

.listen360-feedback-reviewer-container {
    float: left;
	width: 15%;
}

.listen360-feedback-stars {
    background-repeat: no-repeat;
    float: left;
    margin: 0;
}

.listen360-feedback-summary {
	margin-left: 15%;
	width: 100%;
	float: left;
}

.listen360-feedback-review {
    border-top: 1px solid #333;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #333;
    line-height: 1.4;
    font-size: 14px;
}

.listen360-feedback-summary-span {
	max-width: calc(85% - 75px);
	text-align: justify;
	float: left;
}

.signup-form {
    margin: auto;
    width: 90%;
}

.signup-form .log-btn {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: 66px;
    line-height: 66px;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}

.signup-form > input[type="text"] {
    border: 2px solid #b7b7b7;
    border-radius: 0;
    box-sizing: border-box;
    margin: 20px 0;
    padding: 10px;
    width: 100%;
}

.btn2 {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 0 auto 10px;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
}

.plbg {
    background: #9b7ecd none repeat scroll 0 0 !important;
}

.grey-line {
	border-bottom: 1px solid #BDBDBD;
	margin-bottom: 10px;
}

@media screen and (max-width: 375px) {
	.listen360-feedback-summary{ margin-left: 0px; }
	.listen360-feedback-summary-span { max-width: unset; text-align: left; }
	.listen360-feedback-reviewer-container { float: left; width: 30%; white-space: nowrap; }
	.listen360-feedback-wholestar{ margin: 0px; }
	.listen360-feedback-halfstar{ margin: 0px; }
	.listen360-feedback-nostar { margin: 0px; }
	.width100{ width: 100%; }
}