html,
body {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#adRoot {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

div[id^="adContent"] {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 1px #eeeeee;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[id^="text1"] {
  font-family: 'Roboto', Arial, sans-serif;
}

[id^="text2"] {
  font-family: 'Roboto', Arial, sans-serif;
}

[id^="url"] {
  font-family: 'Roboto', Arial, sans-serif;
  opacity: 0.7;
}

[data-variation='towerA'] [id^="text1"],
[data-variation='towerA'] [id^="text2"],
[data-variation='towerA'] [id^="url"] {
  text-align: center;
}

[id^="button"] {
  border-radius: 50%;
  box-shadow: 1px 2px 3px 0px rgba(0,0,0,.4);
  text-shadow:1px 1px 0 rgba(255,255,255,0.1);
  display: block;
  z-index: 1;
}

div[id*="ucborder"] {
  border: 0;
  background-color: transparent;
}
