

#wrap {
  width: 57em;
}
#container{
  width:95%;
  margin:auto;
}
#publication {
  float: left ;
  width: 60% ;
  height:auto;
}
#service {
  margin-left: 3%;
  float: right ;
  width: 37% ;
  height:auto;

}

#research {
  float: left ;
  width: 100% ;
  height:auto;
}

#teaching {
  float: left ;
  width: 60% ;
}
#tools {
  margin-left: 3%;
  float: right ;
  width: 37% ;
}




#head{
  height: 12%;
}

#id{
  float: left;
  width: 60%;
}
#contact{
  float: right;
  width: 40%;
}

#interest{
  float: left;
  width: 56%;
  margin-right: 4%;
}
#pic{
  float: right;
  width: 40%;
}

.row {
  display: flex; /* equal height of the children */
}

textarea, .result div {
  font-size: .8em;
  width: 29em;
  height: 15em;
  margin: 1em 2em 2em 2em;
  padding: 1em;
}

textarea {
  font-family: Courier, fixed;
}

.template, .html, .data, .result {
  float: left;
}

.result div {
  border: 1px solid #333;
}


h2{
    margin:0;
    padding:1;
}


.process {
  display: block;
  clear: both;
  margin: 1em 0;
  width: 56em;
  text-align: center;
}

.half-line {
    line-height: 0.000005em;
}

button {
  font-size: 1.5em; margin-top: 1em;
}
