.stars_section {
    padding: 0 10px;
}

.stars_section .star_item {
    float: left;
    padding: 0 10px 30px;
    width: 50%;
    font-weight: 700;
    text-align: center;
}

.stars_section .star_item img {
    display: block;
    margin: 0 auto 10px;
}
.copyright br {
    display: none;
}
.copyright a:hover {
    color: #FF0069;
    text-decoration: none;
}

.errField {
    display: none;
    font-size: 14px;
    background: #f00;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.errorMessage {
    font-size: 11px;
    background: rgba(255, 0, 0, 0.64);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    margin: 44px 0 0;
    z-index: 9999;
}