/* <style type="text/css"> */
p.c1 {
	font-family:FangSong; 
	font-size:150%; 
	text-align:left;
	text-indent: 2em;
	}
p.c2 {
	font-family:FangSong; 
	font-size:125%; 
	text-align:left;
	text-indent: 2em;
	}
p.c3 {
	font-family:FangSong; 
	font-size:100%; 
	text-align:left;
	}

.main_container{
/*width: 100%;*/
  display: -webkit-flex;
  display: flex;
  /*1 row 2 column, 50% 50%*/
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  /*1 column*/
/*  flex-direction:column;
  */
}
.left-half {
/*  background-color: #ea68a2;*/
/*  float: left;*/
  /*1 row 2 column*/
  width: 50%;
}
.right-half {
/*  background-color: pink;*/
/*  float: left; */
  /*1 row 2 column*/
  width: 50%;
  margin-left:20px;
}

span.uw {text-decoration-line: underline; text-decoration-style: wavy;}

.layout_container{
              display: -webkit-flex;
              display: flex;
              flex-direction: row;
              flex-wrap: wrap;
              justify-content: flex-start;
              align-items: flex-start;
              align-content: flex-start;
          }
.orig-trans-container{
          }
          
.orig-size{
              margin-top:1em;
              font-family:FangSong;
              font-size: 150%;
              font-weight: bold;
          }
.tran-size{
              font-family:FangSong;
              font-size: 125%;
              color: grey;
          }
wl{
    text-decoration-line:underline;
    text-decoration-style: wavy;
}
/*</style>*/