/* ************************ */
/*  Shared css rules        */
/*  applied to all banners  */
/* ************************ */

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'UberMove-Medium', Helvetica, 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;
  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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
tr,
tbody,
th {
  margin: 0;
  padding: 0%;
}