#case .context{
	line-height:1.7;
	font-size:16px;
	word-break: break-all;
}
#case .context .entryExcerpt{
  color: #d73081;


  font-weight: bold; 
    margin-bottom: 2em;
}
#case .context p{
	margin-bottom:2em;


}
#case .context hr{
	border: 0;
	border-bottom: 1px solid #999;
	margin-bottom:3em;
	background:  none;
	opacity: 1;
	clear: both;
}
#case .context hr.lineDot{
	border-bottom: 1px  dashed #999;
}

#case .context table{
	background:#FFF;
	margin-bottom:3em;
}
#case .context table th,
#case .context table td{
	padding:15px;
	border:1px solid #CCC;
}
#case .context table th{
	background:#EDEDED;
	min-width:100px;
	font-weight:bold;
	text-align:left;
	
}

#case .context h2{
	position: relative;
	font-size:33px;
    margin:0px 0 10px 0;
	color:#1E6381;
	font-weight:bold;
	text-align:left;
	margin-top: 2rem;
	
	border-left: 5px solid #D7EEE7;
	border-image: linear-gradient(#D7EEE7 0%, #7ED0D8 100%);
	border-image-slice: 1;
	padding:5px 0 5px 10px;
	margin-bottom: 2em;
}

#case .context h2,
#case .context .toph2-sub{
  text-align: center;
  color: #d73081;
  font-weight:bold;
  font-size: 30px;
  border: 0;
  position: relative;
  padding: 0;
}
#case .context h2::after,
#case .context .toph2-sub::after{
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -30px;
  background: #d73081;
}

#case .context h3 {
  color: #d73081;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
#case .context h3::before{
	display:none;
}
#case .context h3::after{
	display:none;
}

#case .context img {
  max-width: 100%;
  height: auto;
}


#case .context .TAC {
  text-align: center;
}

#case .context .btn {
  display: inline-block;
  background: #f4d24e;
  text-decoration: none;
  position: relative;
  color: #000;
  padding: 8px 16px 8px 16px;
  border-radius: 30px;

  font-weight: bold;

  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.3);
  min-width: 30%;
  text-align: center;
}

#case .context .btn_ppl {
  background: #d73081;
  color: #FFF;
}
#case .context a:hover {
  text-decoration: underline;
}
#case .context a:hover, a:focus, button:hover, button:focus {
  opacity: 0.8;
}
