﻿#reviews {
    margin-bottom: 50px;
}

@media only screen and (max-width: 659px) {
    #reviews .col1-two-thirds {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

#reviews .author-search {
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #ddd;
}

#reviews .author-search > span {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    transition: 0.2s linear all;
}

#reviews .author-search > span:hover {
    color: #666;
}

.review-list {
    margin-bottom: 10px;
}

.review-list > div {
    float: none;
    width: 100%;
    margin-right: 0;
}

@media only screen and (min-width: 480px) {
    .review-list > div {
        float: left;
        margin-right: 29px;
        margin-right: 2.53968253968254%;
        max-width: 307px;
        width: 48.73015873015873%;
    }
}

.review-list > div:nth-of-type(even) {
    margin-right: 0;
}