

.swichtab-controller {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab1 img{
    border-radius: 50%;
    float: left;
    
}
#tab1 p{
margin-left: 5px;
}
#tab2 img{
    border-radius: 50%;
    float: left;
    
}
#tab2 p{
margin-left: 5px;
}

.swichtab-controller > li {
  flex: 1 1 auto;
  border: #D1DDDA 1px solid;
  border-width: 1px 1px 1px 0;
}

.swichtab-controller > li:first-child {
  border-width: 1px;
}

.swichtab-controller > li > a {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  color: green;
  text-decoration: none;
}

.swichtab-controller > li.is-active > a {
  background-color: #00B16A;
  color: #fff;
}

.swichtab-contents {
  padding: 15px;
  border: #D1DDDA 1px solid;
  border-width: 0 1px 1px 1px;
  overflow: hidden;
}

.swichtab-panel {
  display: none;
}
