.main{
  padding-bottom: 30px;
}
.main .content{
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}
.main .t-header{
  padding-bottom: 0;
}
#wrapper.mobile .main .t-header{
  padding-bottom: 0;
}
.content p{
  margin: 0.7em 0;
  text-indent: 1.5em;
  line-height: 1.5em;
}
.content p a,
.content p a:link,
.content p a:visited,
.content ul li a,
.content ul li a:link,
.content ul li a:visited{
  color: inherit;
  text-decoration: none;
}
.content p a:hover,
.content ul li a:hover{
  color: blue;
  text-decoration: underline;

}
.content .t-content p{
  margin: 0.5em 0;
}

.main h1{
  font-size: 24px;
}
.main h3{
  font-weight: normal;
}
.main .t-content{
  margin-top: 40px;
  text-align: left;
}

.t-content ul,
.t-content ul li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #333;
  word-break: break-all;
}
.t-content ul li{
  margin-bottom: 0.6em;
}
.t-content li .t-label{
  display: inline-block;
  /* min-width: 110px; */
  /* text-align: right; */
  /* font-weight: bold; */
  color: #666;
}
.t-content li .t-details{
  display: inline-block;
}
.t-content li .t-details a{

}
.t-content li .t-html-content{
  display: block;
  /* white-space: pre-line; */
  line-height: 2em;
  padding: 2px 1em;
  padding-bottom: 0.4em;
  background-color: #f1f1f1;
}
.t-content li .t-html-content >img{
  max-width: 100%;
  max-height: 350px;
  display: block;
  margin: 0.5em auto;
}
.t-content li .t-html-content >img.t-error{
  display: none;
}
.t-content li .t-html-body-content{
  padding: 2px 1em;
  background-color: #f1f1f1;
}
.t-content li .t-html-content p{
  line-height: 1.9em;
}
