@charset "utf-8";
#city-state-suggestions{position:absolute;display:none;list-style:none;margin:0px;margin-top:2px;background:#FFF;border:1px solid #e2e2e2;z-index:1000;border-radius:3px;overflow:hidden;padding-left:0px;}#city-state-suggestions.focused.has-suggestions{display:block;}#city-state-suggestions li{padding:8px 8px;color:#444;font-size:13px;border-bottom:1px solid #e2e2e2;cursor:pointer;white-space:nowrap;}#city-state-suggestions li:hover{background-color:#e5f4f7;}#city-state-suggestions li.highlighted{background-color:#e5f4f7;}#city-state-suggestions li:last-child{border-bottom:none;}body.mobile #new-address input#address-form-zip-group{display:block;float:none;}body.mobile #new-address div#address-form-zip-group{width:100%;float:none;}body.mobile #new-address #address-form-state-group>div{width:100%;float:none;}body.mobile #city-state-suggestions{box-shadow:0px 2px 6px rgba(0, 0, 0, 0.5);}