@charset "utf-8";

.ss-slideout_body { overflow: hidden; }

.searchspring-overlay { height: 0%; width: 0%; position: absolute; top: 0px; left: 0px; z-index: -999999; }

.searchspring-overlay.ss-slideout_show { z-index: 999998; height: 100%; width: 100%; position: fixed; top: 0px; left: 0px; }

#searchspring-slideout_container { display: block; position: fixed; top: 0px; left: -300px; height: 100%; z-index: 999999; width: 90%; max-width: 300px; padding: 0px; overflow-y: scroll; background: rgb(255, 255, 255); transition: 200ms; }

#searchspring-slideout_container.ss-slideout_show { display: block; left: 0px; }