* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.shop-main {
    overflow: hidden;
    overflow-x: hidden;
}

.skip-nav {
    position: fixed;
    left: -1000px;
    background-color: #fff;
    display: inline-block;
    padding: 0 5px;
}

#main-container {
    margin: 0 auto;
    width: 100%;
    max-width: 352px;
    line-height: 19px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    overflow-x: hidden;
}

#main-container-2 {
    line-height: 19px;
    font-family: Arial, Helvetica, sans-serif;
}

.head-l-leftColumn {
    text-align: center;
    margin-top: 30px;
}

.cvs-pharmacy {
    text-align: center;
    font-size: 20px;
}

.main-content-IE {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    padding: 24px 16px;
    margin: auto auto 26px;
    max-width: 360px;
    background: #fff;
}

.brwsr_img_div {
    text-align: center;
    margin-bottom: 30px;
}

.brwsr_img {
    width: 110px;
}

.brwsr-h1 {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 22px;
    color: #000;
    text-align: left;
    line-height: 28px;
    margin: 10px 0 0;
    padding: 8px;
}

.brwsr_content {
    max-width: 310px;
}

.brwsr_text {
    font-size: 14px;
    color: #333;
    padding: 5px 10px;
    text-align: center;
    line-height: 22px;
    margin-top: 5px;
    display: table-cell;
    vertical-align: middle;
}

.btn-container {
    text-align: center;
}

.btn-IE {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 95%;
    height: 48px;
    margin-top: 24px;
    border-radius: 12px;
    background: #c00;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2), 0 1px 2px 0 rgba(0,0,0,0.1), inset 0 -2px 0 0 #a50000;
    border: 0;
}