@charset "utf-8";

body {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  background: none #34495E;
  font-size: 15px;
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  color:#fff;
}

.all {
  margin: 150px 20%;
  width: 60%;
  float: left;
}

.wrap-tabs,
.wrap-tab-contents {
  width: 100%;
  float: left;
}

.tabs .tab {
  float: left;
  padding: 5px;
  margin: 0 10px 10px 0;
  border-bottom: 3px solid #eee;
  color: #aaa;
}

.tabs .tab:hover {
  cursor: pointer;
  border-bottom: 3px solid #aaa;
  color: #fff;
}

.tabs .tab-active,
.tabs .tab-active:hover {
  color: #fff;
  border-bottom: 3px solid #6C9;
}

.tab-contents { position: relative; }
