/* include me like <link rel="stylesheet" href="/sbd/cre/_lib/css/mmx_shim.css"> */
body {
  min-width: 100% !important;
}
body div#wrapall div.c00 {
  margin-top: 70px !important;
}

/* Some pages have un-overrideable inline css on .c00 so target this to get margin */
body div#cwwbos_wrapper {
  margin-top: 70px !important;
}

/* Override bullets on li that comes from dotcomBundlePage.style.css */
body ul li:before, body div#cwwbos_wrapper ul li:before {
	display: none !important;
}


@media only screen and (min-width: 821px) {
  body div#wrapall div.c00 {
    margin-top: 20px !important;
  }

  body div#cwwbos_wrapper {
    margin-top: 20px !important;
  }

}
