#curse_main_content .desc dl dt {margin-top: 1em;font-weight: bold;}
.grid table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.grid table td,
.grid table th {
    border: 1px solid #ddd;
    padding: 10px 15px 7px;
    line-height: 2.2;
    font-size: 14px;
}
.grid table th {
	width: 50%;
 vertical-align: middle;
	text-align: left;
}
.grid table tr {
	width: 50%;
 vertical-align: middle;
	text-align: center;
}
.post_content h2 {
    font-size: 36px;
	color: #000000;
    margin-bottom: 1em;
    margin-top: 3em;
    font-weight: bold;
    padding-bottom: 1em;
    border-bottom: solid 3px #b0cfd2;
    position: relative;
}
.post_content h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #009999;
  bottom: -3px;
  width: 20%;
}
.post_content h3 {
    font-size: 24px;
	color: #000000;
    margin-bottom: 0em;
    margin-top: 2em;
    font-weight: bold;
    padding-bottom: 1em;
}
.post_content p,
.post_content li {
	font-size: 18px;
	line-height: 2.0;
	color: #333333;
    }
.post_content li {
    list-style: disc;
}
