.tmp-square .title
{
    margin-top:0px;
}
.review-form  {
    padding: 40px;
    height:951px;
}
.review-form textarea,
.review-form input {
    margin-bottom: 8px;
}

.review-form textarea {
    margin-bottom: 6px;
}

.review-form .btn {
    width: 100%;
}

.review-form .title {
    font-size: 20px;
    text-align: left;
}

.stars {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}
.stars li {
    display: inline;
    color: #FFC107;
    font-size: 22px;
}
.reviews-place {
    padding: 40px;
    width:608px;
    height: 951px;

}
.reviews-place .stars {
    text-align: right;
}
.reviews-place .title {
    text-align: left;
}
.reviews-container {
    position: relative;
    width: 100%;
}

.reviews-container .a-review {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.reviews-container .a-review:last-child {
    border: none;
    margin-bottom: 0px;

}

.reviews-container .a-review .review-title {
    font-size: 14px;
    color: #999;
}

.reviews-container .a-review .review-data {
    font-weight: bold;
    color: #999;
}

.reviews-container .a-review .review-time {
    font-size: 14px;
    color: #999;
    text-align: right;
}
.reviews-container .a-review .review-stars .stars {
    text-align: right;
}

@media screen and (max-width: 900px) and (min-width: 500px) {

}

@media screen and (max-width: 500px) { 
    .reviews-place{
        width:100%;
        padding-top: 10px;
        height: 100%;
    }
    .reviews-place .title {
        text-align: center;
        margin-bottom: 5px;
    }
  
    .reviews-place .stars.top {
        text-align: center;
        margin-top: -15px;
        margin-bottom: 30px;
    }
    .averagerating  .stars
    {
        text-align:center !important;
    }
    .review-data {
        /*bottom: 19px;*/
        /*position: absolute;*/
    }
    .review-container-s {
        position: relative;
    }
    .review-form .title {
        text-align: center;
        margin-bottom: 0px;
    }
    .review-form .stars {
        /*margin-top: -10px;*/
    }
    .review-form {    
    height: 526px;
}
}
