/* Add here all your css styles (customizations) */

.modalDropZone {
    width: 568px;
    height: 200px;
    border: #999 2px dashed;
    margin-bottom: 10px;
}

.selectFileLabel {
    font-size: 18px;
    cursor: pointer;
    padding: 0 25px 158px 25px;
    margin-top:10px;
}

.uploadCheckFailed {
    border: #a94442 2px dashed;
}

.ratingsIconContainer {
    width: 50px;
    height: 36px;
    /* Vertically align image in container. */
    line-height: 36px;
    display: inline-block;
    text-align: center;
    background-color: #072355;
    border-radius: 2px;
}
