body {
  background-color: #eee;
  /* padding:50px; */
  font: 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #616161;
  font-weight:400;
  font-family:georgia,serif;
  font-size: medium;
  line-height:1.5;
}

p, ul, ol, table, pre, dl {
  margin:0 0 20px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

a {
  color:#39c;
  text-decoration:none;
}

a:hover {
  color:#069;
}

a small {
  font-size:11px;
  color:#777;
  margin-top:-0.3em;
  display:block;
}

a:hover small {
  color:#777;
}

table {
  width:100%;
  border-collapse:collapse;
}

th, td {
  text-align:left;
  padding:5px 10px;
  border-bottom:1px solid #e5e5e5;
}

dt {
  color:#444;
  font-weight:500;
}

th {
  color:#444;
}

section {
  width:100%;
  padding-bottom:50px;
}

small {
  font-size:11px;
}

hr {
  border:0;
  background:#d5d5d5;
  height:1px;
  margin:0 0 20px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  display: block;
  position: relative;
  min-height: 1px;
  float: left;
}
.col-1 {
  width: 10%;
}
.col-2 {
  width: 20%;
}
.col-3 {
  width: 30%;
}
.col-4 {
  width: 40%;
}
.col-5 {
  width: 50%;
}
.col-6 {
  width: 60%;
}
.col-7 {
  width: 70%;
}
.col-8 {
  width: 80%;
}
.col-9 {
  width: 90%;
}

.wrapper {
  width:940px;
  margin:0 auto;
}

.container {
  background-color: #fff;
  display: block;
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  float: left;
  padding: 40px;
}

.module {
  display: block;
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  float: left;
  padding-top: 5px;
  padding-bottom: 10px;
}

#Personal-Name {
  color: rgba(34, 34, 34);
  margin-top: 5px;
  font-size:xx-large;
  font-weight:bold;
}

#Personal-introduction {
  color: rgba(34, 34, 34);
  margin-top: 60px;
  font-size:large;
  font-weight:bold;
}

.personal-photo {
  max-width:75%;
}

.p-head {
  color: rgba(34, 34, 34);
  font-size:large;
  font-weight:bold;
}

.publication {
    display: block;
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
    float: left;
    padding-top: 5px;
}

.pub-img-bar {
  float: left;
  display: block;
  position: relative;
  min-height: 1px;
  float: left;
  width: 35%;
}

.pub-title {
  float: right;
  display: block;
  position: relative;
  min-height: 1px;
  float: left;
  width: 65%;
  padding-top: 0px;
}

.pub-img {
  width:100%;
  height: 150px;
}

.journal-conference-reviewer {
  line-height: normal;
}

footer {
  width:270px;
  float:left;
  position:fixed;
  bottom:50px;
  -webkit-font-smoothing:subpixel-antialiased;
}

@media print, screen and (max-width: 960px) {

  div.wrapper {
    width:auto;
    margin:0;
  }

  header, section, footer {
    float:none;
    position:static;
    width:auto;
  }

  header {
    padding-right:320px;
  }

  section {
    border:1px solid #e5e5e5;
    border-width:1px 0;
    padding:20px 0;
    margin:0 0 20px;
  }

  header a small {
    display:inline;
  }

  header ul {
    position:absolute;
    right:50px;
    top:52px;
  }
}

@media print, screen and (max-width: 720px) {
  body {
    word-wrap:break-word;
  }

  header {
    padding:0;
  }

  header ul, header p.view {
    position:static;
  }

  pre, code {
    word-wrap:normal;
  }
}

@media print, screen and (max-width: 480px) {
  body {
    padding:15px;
  }

  header ul {
    width:99%;
  }

  header li, header ul li + li + li {
    width:33%;
  }
}

@media print {
  body {
    padding:0.4in;
    font-size:12pt;
    color:#444;
  }
}
