#buyonlinepickupinstore {
    background-color: #fff;
    border-color: #ccc;
    /*border-style: none solid solid;
    border-width: 0 1px 1px;*/
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    width: 100%;
}

#bops-container {
    position: relative;
}

#bops-header {
    text-align: center;
    margin-top: 30px;
}

.bops-steps {
    float: left;
    width: 33.3%;
    margin-top: 20px;
}

#bops-note {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #666;
    margin-top: 30px;
    margin-bottom: 30px;
}

#bops-bottom {
    padding: 20px 0 20px 0;
    background: url('https://assets.macys.com/dyn_img/creativepages/bops_bg.jpg') repeat-x;
}

#bd {
    width: 900px;
}

@media only screen and (min-width:320px) and (max-width: 900px) {
	#buyonlinepickupinstore, #bd {
	    width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
    #bops-note {
        font-size: 6px;
        line-height: 9px;
    }
}