#cboxOverlay {
  z-index: 9000;
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

#colorbox {
  z-index: 9000;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: $4b4b4b 0px 0px 15px;
  -webkit-box-shadow: #4b4b4b 0px 0px 15px;
  box-shadow: #4b4b4b 0px 0px 15px;
  box-sizing: content-box;
  overflow: hidden;
}

#cboxWrapper {
  z-index: 9000;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#cboxMiddleLeft {
  display: none;
}

#cboxContent.euCookieModalBG {
  background-color:#FAD95B;
  box-sizing: content-box;
  height: 175px;
  overflow: hidden;
  position: relative;
  moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}

#cboxLoadedContent {
  margin-bottom: 20px;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  box-sizing: content-box;
}

#cookieNotice {
  font-size: 11px;
  padding: 2rem 3rem 0 3rem;
  margin-top: 1rem;
}

#cookieNotice h2, #cookieNotice a, #cookieNotice p {
  font-size: 11px;
  margin-bottom: 12px;
}

#cookieNoticeExpandToggle {
  display: block;
}

#cookieNotice .linkList {
  list-style: none;
}

#cboxClose {
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
  background: url("http://media.netapp.com/images/v-form-close.png") 0 0 no-repeat;
  height: 20px;
  width: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  border: 0;
  cursor: pointer;
}
