#reviewBox .modal-header{
    text-align: center;
    height: auto;
    padding-top: 15px;
}

#reviewBox .modal-body{
    text-align: center;
}

#reviewBox .modal-body .google_review_button{
    margin:15px 0;
}

#googleReviewBox h4{
    font-weight:bold;
}

#googleReviewBox hr{
    border-top: 1px solid #c0c0c0;
    margin: 25px 0;
}

#googleReviewBox .googleReviewSubtitle{
    font-size:15px;
    font-weight:bold;
}

#googleReviewBox .modal-body{
    text-align: center;
    padding: 0 25px;
    width: 85%;
    margin: 0 auto;
}

#googleReviewBox .modal-body .google_desc{
    font-size: 15px;
    text-align:left;
}

#googleReviewBox .modal-body .table-responsive{
    margin:20px 0;
}

#googleReviewBox .google_instructions > div{
    display:inline-block;
    vertical-align: top;
    width: 49%;
}

#googleReviewBox .google_desc{
    font-weight:bold;
}

#googleReviewBox .google_sign_instr{
    text-align:left;
}

#googleReviewBox .google_sign_img{
    text-align:right;
}

#googleReviewBox .google_sign_instr p{
    padding:23px 0;
    font-weight: bold;
    font-size: 15px;
    color: #c0c0c0;
}

#googleReviewBox .modal-body .google_note{
    text-align: left;
    padding: 15px 0;
    font-weight: bold;
    margin-top:15px;
}

#googleReviewBox .google_review_button{
    margin:20px 0;
}

.google_review_button img{
    cursor:pointer;
}

div.gr_icons{
    text-align:center;
    margin-bottom:20px;
}

div.gr_icons > div{
    display: inline-block;
    padding: 25px;
    margin: 0 20px;
    cursor: pointer;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.gr_icons > div img{
    margin: 0 auto 10px;
}

div.gr_icons .gr_satisfied:hover{
    background: #5F9434;
}

div.gr_icons .gr_unsatisfied:hover{
    background: #f67b00;
}

#UnsatisfiedReviewBox h4{
    text-align: center;
}

#UnsatisfiedReviewBox .unsatisfied_review{
    margin-top:15px;
}

#UnsatisfiedReviewBox .modal-body{
    padding: 20px;
    width: 90%;
    margin: 0 auto;
}

#UnsatisfiedReviewBox .gform_body input{
    width:100%;
}

#UnsatisfiedReviewBox .gform_footer{
    text-align:center;
}

#UnsatisfiedReviewBox .gform_footer .gform_button{
    padding: 10px;
    width: 35%;
    margin: 0 auto;
    background: #F67B00;
    border: none;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
}

.gform_confirmation_message{
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid green;
}

@media (max-width: 480px) {
    div.gr_icons > div{
        width: 100%;
        margin: 0 auto 10px !important;
    }
    
    .google_instructions{
        margin:10px 0 !important;
    }
    
    .google_sign_instr, 
    .google_sign_img{
        display: block !important;
        text-align: center !important;
        width: 100% !important;
    }
    
    .google_sign_instr p{
        padding:5px 0 !important;
    }
}