th.dt-left, td.dt-left { text-align: left; }
th.dt-center, td.dt-center { text-align: center; }
th.dt-right, td.dt-right { text-align: right; }

#imagePreview {
    max-width: 80%;
    max-height: 80%;
    width: 100%;
    height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: block;
    object-fit: contain;
    position: relative;
    border-radius: 4px;
    padding-left: 10px;
}

#imageEditView {
    max-width: 100%;
    max-height: 100%;
    height: 200px;
    object-fit: contain;
}

#map {
        height: 400px;
        width: 100%;
       }