body {
    background: #DEE9E8; /*#D55633;*/
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
}

a {
    color: #505050;
}

a:hover {
    color: #000;
}

iframe {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin: 30px auto;
}

table, th, td{
  /*border: 1px solid black;
  border-collapse: collapse;*/
  text-align: center;
  width: 33.33%;
  height: 100%;
}

table#Teams{
  height: 100%;
  width: 100%;
}

table#One{
  height: 260px;
  width: 50%;
}

div.page {
    background: white;
    border: 1px solid #004E8C;
    width: 99%;

    margin: 30px auto;

}

div.page h1 {
    background: #004E8C;
    margin: 0;
    padding: 10px 14px;
    color: white;
    letter-spacing: 1px;
    text-shadow: 0 0 3px #999;
    font-weight: normal;
}

div.page div.navigation {
    background: #DEE9E8;
    padding: 4px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #eee;
    color: #888;
    font-size: 18px;
    letter-spacing: 0.5px;
}

div.page div.navigation a {
    color: #444;
    font-weight: bold;
}

div.page h2 {
    margin: 0 0 15px 0;
    color: #004E8C;
    text-shadow: 0 1px 2px #ccc;
}

div.page div.body {
    padding: 10px;
}


div.page div.footer {
    background: #eee;
    color: #888;
    padding: 5px 10px;
    font-size: 12px;
}

.container {
  position: relative;
  width: 100%;
 
  
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}





