/* ************************ */
/*  Shared css rules        */
/*  applied to all banners  */
/* ************************ */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: market-sans, Arial, sans-serif;
}
*,
*:before,
*:after {
  border: 0;
  box-sizing: inherit;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
}
banner-ad {
  background-color: rgb(255, 255, 255);
  border: 1px solid #ccc;
  /* NOTE for US territories, the border should be altered to black */
  display: block;
  overflow: hidden;
  position: relative;
  visibility: hidden;
}
.clicktag {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  background: #000;
}
button {
  background: transparent;
  border: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}
section {
  width: 100%;
}
section,
img,
button,
svg,
a {
  position: absolute;
}
.fallback {
  visibility: visible;
  position: absolute;
  border: 1px solid #000000;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
tr,
tbody,
th {
  margin: 0;
  padding: 0%;
}