.cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border-radius: 50%;
    /* you can set whatever you want for these but this is what enforces the edited image's dimensions */
    width: 220px;
    height: 220px;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
}

.cropit-preview-image-container {
    cursor: move;
    border-radius: 50%;
}

.cropit-image-zoom-input {
    width: 100%;
    margin: auto;
}

input, .export {
    display: block;
}

.cropit-image-input {
    width: 100%;
}

#upload_area {
   background-color: #f1f1f1;
   border-color: #fff;
}

#upload_image_button {
    margin-top: 20px;
}

.margin-override {
    margin-top: 0px !important;
}

#team__field {
    display: none;
    margin-top: 20px;
}

#team__field  {
    list-style-type: none;
}

#team__field li {
    list-style-type: none;
}

.vanity_url h4 {
    padding-top: 20px;
}

.ui-autocomplete {
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    border: solid 1px #C6C6C6;
    background: #fff;
    width: 280px !important;
    text-align: left;
}

.ui-autocomplete div {
    font-weight: 400;
    font-size: 1.2em;
    padding: 10px 10px 10px;
}

.ui-autocomplete div:hover {
    background: #dd3928;
    color: #fff;
    cursor: pointer;
}


.start-individual__submit-button {
    margin-top: 60px;
}

.range__container {
    margin-top: 10px;
    margin-bottom: 20px;
    display: none;
    text-align: center;
}

.range__container .glyphicon {
    display: inline-block; 

}

.cropit-image-zoom-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 5px;
    background: #919191;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;

    display: block;
    height: 3px !important;
    border-radius: 30px !important;
    max-width: 200px;
    display: inline-block !important;
    margin-left: 10px;
    margin-right: 10px;
}

.show__range {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.picture__large {
    font-size: 2em;
}

.signup__goal-box {
    position: relative;
}

.signup__dollar_sign {
    position: absolute;
    top: 9px;
    left: 10px;
    font-size: 26px;
}


.signup__goal-box #id_goal {
    padding-left: 30px;
}
