@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin,latin-ext);
body {
  overflow-y: scroll;
}

.wrap {
  margin: 0 auto;
}

.shadetabs {
  width: 960px;

  height: 80px;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.shadetabs li {
  float: left;
  width: 192px;

}

.shadetabs li a {
  position: left;
  display: block;
  width: 960px height: 30px;
    max-width: 100%;
  margin-top: 40px;
  padding: 10px 0 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #2fb8e9;
  -webkit-box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0, .4);
  -moz-box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
  border: 0px solid #000000;
  -webkit-transition: padding 0.2s ease, margin 0.2s ease;
  -moz-transition: padding 0.2s ease, margin 0.2s ease;
  -o-transition: padding 0.2s ease, margin 0.2s ease;
  -ms-transition: padding 0.2s ease, margin 0.2s ease;
  transition: padding 0.2s ease, margin 0.2s ease;
}

.shadetabs li a:visited {
  color: white;
}

.shadetabs li a:hover {
  margin: 35px 0 0 0;
  padding: 10px 0 5px 0;
}

.shadetabs li a.selected {
  /*selected main tab style */
  position: relative;
  top: 1px;
}

.shadetabs li a.selected {
  /*selected main tab style */
  margin: 30px 0 0 0;
  padding: 10px 0 10px 0;
  background: #5f6c6d;
  color: #ffffff;
  z-index: 4;
  outline: none;
}

.shadetabs li a.selected:hover {
  /*selected main tab style */
  text-decoration: none;
}

.tabcontent {
  width: 960px;
 
  height: auto;
  margin: 0 auto;
  background: #5f6c6d;
  font-family: 'Open Sans', sans-serif;
  padding: 30px 40px;
  color: #ffffff;
  line-height: 26px;
  font-size: 25px;
  -webkit-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

p {
  font-family: 'Open Sans', sans-serif;
  padding: 30px 40px;
  color: #ffffff;
  line-height: 26px;
  font-size: 16px;
  margin: 0;
}


/* unvisited link */

a:link {
  color: #2fb8e9;
  text-decoration: none;
}


/* mouse over link */

a:hover {
  color: #00cc99;
}


/* selected link */

a:active {
  color: #00cc99;
}

@media print {
  .tabcontent {
    display: block !important;
  }
}


}
