body {
  background-color: #2196f3;
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, p, label, a, ul, li {
  color: #fff;
}

label {
  margin: 0 0.5em 0 1em;
}

a.navbar-brand {
  padding-top: 10px;
}

#result {
  margin: 2em;
}

.result {
  font-size: 1.5em;
}
.resultSign {
  font-size: 1.5em;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

.adsense-wide-skyscraper {
    width: 160px;
    height: 600px;
    display: none;
}

.adsense-top-banner {
    width: 930px;
    height: 180px;
    display: none;
    margin-bottom: 1em;
}

.adsense-center {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) {
  .container {
    width: 930px;
  }
  .adsense-wide-skyscraper {
    display: block;
  }
  .adsense-top-banner {
    display: block;
  }
  /*.adsense-center {
    display: none;
  } */
}
