#container {
    float: left;
    margin: 1px;
    padding: 0;
    height: 625px;
    width: 600px;
    position: relative;
    background-color: #ffffff;
}
#tabnav {
    height: 30px;
    list-style-type: none;
    position: relative;
    padding: 0 0 0 10px;
    margin: 0;
    background-color: #ecf4f4;
/*    background: url(../images/menu.bg.gif);
    background-repeat: repeat-y;*/
}
#tabnav li {
    float: left;
    margin: 8px;
}
.list {
/*    background: url(menubutton.gif) #fff bottom left repeat-x;*/
    width: 150px;
    display: block;
    border: 1px solid #dcdce9;
    color: #0d2474;
    text-decoration: none;
    text-align: center;
}

a:hover {
    cursor: pointer;
}
#tabs {
/*    top: 75px;
    left: 25px;
    width: 0px;
    left: 0px;
    width: 690px;
    height: 512px;
    clear: both;
    display: block;
    position: absolute;
/*    background-color: #404040; */
    background-color: #ffffff;
}

#tab1 {
    display: block;
}
#tab2 {
    display: none;
}
#tab3 {
    display: none;
}
#tab4 {
    display: none;
}
* {
  box-sizing: border-box;
}
.wrapper {
/*  max-width: 50rem; */
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}
.tabs {
  position: sticky;
  /*  margin: 3rem 0;
  background: #1abc9c;
  height: 14.75rem; */
  margin: 1rem 0;
  background: #989fa9;
  border-radius: 10px 0 0 0;
  height:30px;
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 2.65em;
  height: 3em;
  padding: 0 1.618em;
/*  background: #1abc9c;
  border-right: 0.125rem solid #16a085; */
  background: #989fa9;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
  border-left: 1px solid #bdc3c7;
  border-right: 1px solid #bdc3c7;
  border-top: 1px solid #bdc3c7;
  border-radius: 10px 10px 0 0;
}
.tab-content {
  height: 475px;
  width: 690px;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 0rem 0rem 1.618rem 1.618rem;
  background: #fff;
  color: #2c3e50;
/*  border-bottom: 0.25rem solid #bdc3c7; */
  opacity: 0;
  transition: all 0.35s;
  overflow: auto;
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #2c3e50;
  border-bottom: 0;
/*  border-right: 0.125rem solid #fff;*/
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
  border-left: 1px solid #bdc3c7;
  border-right: 1px solid #bdc3c7;
  border-top: 1px solid #bdc3c7;
  border-radius: 10px 10px 0 0;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  padding: 10px 10px 10px 0;
}
.header {
    text-align: center;
    font-weight:normal;
	color: #2d3d01;
	font-size:14px;
}
}