@charset "utf-8";
/* CSS Document */

.FormCol {
    padding: 60px 20px;
}
.formfield {
    padding: 10px;
    margin-bottom: 15px;
}
.hr-lines:before,.hr-lines:after{
    display:none;
}

.drops div:nth-child(1), .drops2 div:nth-child(1), .drops3 div:nth-child(1), .drops4 div:nth-child(1) {
    left: calc(-10% - 25px);
}
.drops div:nth-child(2),.drops2 div:nth-child(2), .drops3 div:nth-child(2), .drops4 div:nth-child(2) {
    left: calc(0% - 25px);
}
.drops div:nth-child(3), .drops2 div:nth-child(3), .drops3 div:nth-child(3), .drops4 div:nth-child(3) {
    left: calc(10% - 25px);
}
.drops div:nth-child(4), .drops2 div:nth-child(4), .drops3 div:nth-child(4), .drops4 div:nth-child(4) {
    left: calc(20% - 25px);
}
.drops div:nth-child(5), .drops2 div:nth-child(5), .drops3 div:nth-child(5), .drops4 div:nth-child(5) {
    left: calc(30% - 25px);
}
.drops div:nth-child(6), .drops2 div:nth-child(6), .drops3 div:nth-child(6), .drops4 div:nth-child(6) {
    left: calc(40% - 25px);
}
.drops div:nth-child(7), .drops2 div:nth-child(7), .drops3 div:nth-child(7), .drops4 div:nth-child(7) {
    left: calc(45% - 25px);
}

.photoGameRow.granimate .spinner-container {
    width: 250px;
    height: 250px;
}


.spinner-container  .labels-container .label_spin {
    font-size: 12px;
}