
body {
	overflow: auto;
    background-image: none;
    background-color: initial;
}

#crm-property-map-updater {
    overflow-x:auto;
}

#main-content {
	overflow-x:auto;
    border: 0;
    box-shadow: 0rem 0rem 0.75rem rgb(131 134 137 / 15%);
    box-sizing: border-box;
    border-radius: 0.25rem;
}

#content {
    background-color: initial !important;
    padding-top: 0px;
}

#content-container {
    width: 100%;
}