body {
    font-family: Arial, Verdana, sans-serif;
    color: #654;
    padding: 10px;
}

.page {
    border: 1px solid #654;
    background-color: #665544;
    padding: inherit;
}

h1 {
    color:white;
    background-color: teal;
}
h2 {
    color: white;
    background-color: #ee3e80
}
p {
    color: black;
    background-color: white
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* Change the link color to #111 (black) on hover */
  li a:hover {
    background-color:yellowgreen
  }

  .active {
    background-color: #4CAF50;
  }

  #clocks tr:nth-child(even) {
    background-color: #eee;
  }
  #clocks tr:nth-child(odd) {
    background-color: #fff;
  }
  #clocks th {
    color: white;
    background-color: black;
  }

.clock iframe {display: block; width: 100%; height: 100%; border: none;}

.internal {
  width: 100%;
  height: 100%;
}

.container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.navbar {
  text-align: center;
}

.nav {
  display: inline-block;
}

/* Images */

img.align-center {
  display: block;
  margin: 0px auto;
}

img.medium {
  width: 600px;
  height: 450px;
}

img.small {
  width: 300px;
  height: 225px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

figure {
  display: block;
  border: 1px dotted gray;
  margin-left: auto;
  margin-right: auto;
}

figure img {
  vertical-align: middle;
}

figure figcaption {
  border: 1px dotted blue;
  text-align: center;
}

.body.iframe {
  width:100% ;
  border: none;
    height:100% ;
    width:100%;
    overflow:hidden
}

.weather.iframe {
  background: #fff;
  border: none;         /* Reset default border */
  height: 100%;        /* Viewport-relative units */
  width: 100%;
}