@media screen, mobile {
  .locallinks {display:block}
  font-size: 12px;
  margin: 0px;
  background: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  } 

html, body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  margin:0px;
  padding:0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  }

.header {
  position: relative;
  background: #C6FFFF;
}

#container {
	position: absolute;
	left: 0px;
    top: 0px;
    width: 100%;
    margin:0px;
    min-height: 600px;
    background:#ffffff;
    /*border: 1px solid black;*/
}

iframe {
    display:block;
    top: --0px;
    left: -0px;
    height:calc(100vh - 85px);

    border: 0px SOLID red;
    box-sizing:border-box;
}

.tabcontent {
    min-height: 600px;
    border: 0px SOLID blue;
}

A {
  color: #40679e;
  cursor: pointer;
  font-weight: bold;
  text-decoration:none;
  }

a:link,a:visited,a:hover,a:active {
  color: #40679e;
  }

.content {
    position: absolute;
    top: 140px;
    clear: both;
    width:100%;
    height:100%;
}

.headbg {
	position: absolute;
    height: 50px;
    top: 0;
    left: 0;
    background-image: url("../images/bg.gif");
    background-repeat: repeat-x;
}

.headtitle {
	position: relative;
    height: 50px;
    top: 0;
    left: 0;
}

.headlogo {
	position: relative;
    height: 50px;
    top: 0;
    right: 0;
}

