.error {
    color: red;
    display: block;
    font-size: 70%;
    margin-bottom: -17px;
}

.thanks_share {
    width: 80%;
    margin-top: 20px;
}

.rrssb-buttons a[name=d] {
    /* weird, weird hack */
    display: none;
}

#social_share_wrapper {
    width: 135px;
    float: right;
    margin-top: 121px;
    margin-right: 14px;
}

.pledge-field {
    float: right;
}

.entry .view-mode-only img {
    margin-bottom: 20px;
    margin-left: 14px;
    max-width: 600px;
}

.droppable-image-upload {
    border-style: dotted;
    border-width: 2px;
    display: none;
    cursor: pointer;
    border-color: #ffcc33;
}

.main_image {
    width: 616px;
    height: 389px;
}

.main_image img {
    height: 100%;
    max-width: 100%;
    min-width: 100%;
}

.creator_pic {
    /* height: 180px; */
    /* width: 283px; */
}

.creator_pic img {
    /* height: 100%; */
    max-width: 100%;
}

.reward_image {
    width: 284px;
    height: 284px;
}

.reward_image img {
    height: 100%;
}

.upload_image_error_msg {
    position: relative;
    bottom: 20px;
    background-color: rgba(240, 41, 41, 0.47);
    color: white;
}

.dz-message {
    background-color: rgba(255, 255, 255, 0.81);
    padding-left: 5px;
    padding-bottom: 3px;
    display: block;
}

.waiting {
    opacity: 0.5;
    cursor: wait;
}

.leftside.view {
    min-height: 1200px;
}

a.button.edit-button, a.control-button {
    background-color: #ffcc33;
    border-color: #ffcc33;
    border-bottom: 2px solid #ffcc33;
}

.control-link-button, .edit-button, .control-button {
    font-family: "adelle", sans-serif;
    border-radius: 0px;
    color: white;
    background-color: #ffcc33;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    border-color: #ffcc33;
    border-bottom: 2px solid #ffcc33;
    min-width: 100px;
    border-style: solid;
}

.prep-button {
    margin-top: 5px;
}

.edit-button-big {
    font-size: 1.2em;
}

.editable-input input {
    width: 300px;
}

.editable-input textarea {
    width: 300px;
    height: 200px;
}

.edit-mode-only {
    display: none;
}

.editable-click {
    border: dashed 2px #ffcc33;
    border-bottom: dashed 2px #ffcc33!important;
}

.editable-click:hover {
    cursor: pointer;
    border: dashed 2px #B96232;
    border-bottom: dashed 2px #B96232!important;
}

.announcement {
    display: none;
    background-color: rgba(80, 175, 187, 0.72);
    color: white;
    width: 997px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: fixed;
    z-index: 1049;
    top: 550px;
    width: 75%;
    position: fixed;
    left: 50%;
    margin-left: -37.5%;
    font-size: 25px;
}

.admin-only {
    background-color: #ffcc33;
    margin-bottom: 20px;
    display: inline-block;
    width: 620px;
}

.admin-fields {
    margin: 20px;
}

.admin-only h2 {
    margin-left: 0px;
}

.status-select {
    width: auto;
}
