.container {
  margin-top:10px;
}

.container1 {
  margin-top:36px;
  width:525px;
  min-height: 400px;
}



ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid lightgrey;
}
ul.tabs li{
  background: #ededed;
  color: #222;
  display: inline-block;
  padding: 12px 15px;
  cursor: pointer;
  border: 1px solid lightgrey;
  font-size: 14px;
  bottom: -1px;
  border-bottom: none;
  position: relative;
}

ul.tabs li.current{
  color: #222;
  border-bottom:none;
  border: 1px solid lightgrey;
  border-bottom:none;
  height:20px;
}

.tab-content{
  display: none;
  background: none;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -2px;
  margin-bottom: 15px;
}
.tab-content.twee {
  display: none;
  background: none;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.tab-content.current{
  display: inherit;
}