/* 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;
}
/* 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;
}

/* Cloud Drive CSS */
#about-text {
    font-size: 14px !important;
    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: 10px;
}

/* Star Ratings */
.rating-stars {
    background: url("https://images-na.ssl-images-amazon.com/images/G/01/x-locale/cs/help/images/tate-stars._V146187093_.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
    height: 34px;
    width: 170px;
}

#stars_for_ratingDisplayAltText {
    display:none;
}

#starsArea_for_1_ratingDisplay {
    height: 34px;
    cursor: pointer;
}

#starsArea_for_2_ratingDisplay {
    height: 34px;
    cursor: pointer;
}

#starsArea_for_3_ratingDisplay {
    height: 34px;
    cursor: pointer;
}

#starsArea_for_4_ratingDisplay {
    height: 34px;
    cursor: pointer;
}

#starsArea_for_5_ratingDisplay {
    height: 34px;
    cursor: pointer;
}

.rating-0-stars {
    background-position: -170px 0;
}

.rating-1-stars {
    background-position: -136px 0;
}

.rating-2-stars {
    background-position: -102px 0;
}

.rating-3-stars {
    background-position: -68px 0;
}

.rating-4-stars {
    background-position: -34px 0;
}

.rating-5-stars {
    background-position: 0px 0;
}

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