body {
    font-family: Arial, Verdana, sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color:#7985a3 !important;
    padding: 10px 10px 0 !important;
}

/************* AUI overrides *************/
.a-form-error {
    box-shadow: 0 0 0 3px rgba(221,0,0,.1);
}

.a-spacing-large {
    margin-bottom: 12px !important;
}

.a-button-primary {
    background-color: #ffcf86 !important;
}

.a-button-primary:hover {
    background-color: #F2B769 !important;
}

.a-button-text {
    color: #765627 !important;
}

.a-button {
    border-radius: 4px !important;
    border: none;
    font-family: Arial-BoldMT !important;
    font-weight: bold !important;
    padding: 5px !important;
}

.a-button-inner {
    background: none !important; 
    box-shadow: none !important;
}

/* Recommended overrides as defined here: https://w.amazon.com/index.php/Survey_Project_PhaseII/Metadata/Stylesheets */
/* Container min-width isn't sensible for a tablet in portrait mode */
.a-container {
    min-width: 0;

    /* Remove extra padding at the bottom */
    padding-bottom: 0;
}

/************* End AUI overrides *************/

/* Hide the body initially until all initialization JS is loaded to prevent partial page loads. */
/* The final JS block displays the body. */
#bodyContainer {
   display: none;
}

/* Amazon Photos CSS */
#about-text {
    margin-bottom: 10px !important;
}

#category-dropdown {
    display: inline-block !important;
    width: auto !important;
    position: static !important;
    opacity: 1 !important;
}

#a-autoid-0 {
    display: none !important;
}

#experience-textarea {
    resize: none;
    border: 1px solid #A9A9A9;
    border-radius: 4px;
    height: 80px;
}

label[for="would-like-correspondence"] {
    display: inline-block;
    margin-left: 3px;
    font-weight: normal;
}

/* Star Ratings */
.rating-stars {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
    line-height: normal;
}

#stars_for_ratingDisplayAltText {
    display:none;
}

#starsArea_for_1_ratingDisplay,
#starsArea_for_2_ratingDisplay,
#starsArea_for_3_ratingDisplay,
#starsArea_for_4_ratingDisplay,
#starsArea_for_5_ratingDisplay {
    width: 24px !important;
    height: 26px !important;
    cursor: pointer;
    display: inline-block !important;
    float: none !important;
    color: #bbc1d0;
    overflow: hidden;
}

#starsArea_for_1_ratingDisplay:before,
#starsArea_for_2_ratingDisplay:before,
#starsArea_for_3_ratingDisplay:before,
#starsArea_for_4_ratingDisplay:before,
#starsArea_for_5_ratingDisplay:before {
    content: '★';
    font-size: 24px;
    display: block;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.rating-1-stars #starsArea_for_1_ratingDisplay,
.rating-2-stars #starsArea_for_1_ratingDisplay,
.rating-3-stars #starsArea_for_1_ratingDisplay,
.rating-4-stars #starsArea_for_1_ratingDisplay,
.rating-5-stars #starsArea_for_1_ratingDisplay,

.rating-2-stars #starsArea_for_2_ratingDisplay,
.rating-3-stars #starsArea_for_2_ratingDisplay,
.rating-3-stars #starsArea_for_2_ratingDisplay,
.rating-4-stars #starsArea_for_2_ratingDisplay,
.rating-5-stars #starsArea_for_2_ratingDisplay,

.rating-3-stars #starsArea_for_3_ratingDisplay,
.rating-4-stars #starsArea_for_3_ratingDisplay,
.rating-5-stars #starsArea_for_3_ratingDisplay,

.rating-4-stars #starsArea_for_4_ratingDisplay,
.rating-5-stars #starsArea_for_4_ratingDisplay,

.rating-5-stars #starsArea_for_5_ratingDisplay {
    color: #3d7eda;
}

/* Buttons */
#button-container {
    text-align: center;
}

#feedback-submit-button {
    min-width: 200px;
    margin-top: 20px;
}
