.ui-content{
	background-color:#BFDDD6;
	padding-bottom:60px;
}
.title {
border:green 0px solid;
margin-top:100px;
margin-bottom:20px;
text-shadow:none;
text-align: center;
}
.parent {
border:green 0px solid;
text-shadow:none;
padding-left:2%;
padding-right:2%;
}
.child {
border:red 0px solid;
width:100%;
display: inline-block;
}
h1{
font-size:1.5rem;
margin-top:0.0em;
margin-bottom:0.0em;
}
h2{
border:green 0px solid;
font-size:1rem;
margin-top:2.0em;
margin-bottom:0.0em;
}

p.indent-1{
border:green 0px solid;
text-indent:1em;
margin-top:0.6em;
line-height:180%;
text-align: justify;
}
#date{
font-size:1.4rem;
font-weight:bold;
}
.ul{
text-decoration: underline;
font-size:1.0rem;
font-weight:bold;
}

#sect1{
border:red 0px solid;
}
#sect2{
border:red 0px solid;
margin-top:30px;
}

#sect2 p{
margin-top:20px;
}

table{
    border:0px solid #000;
    border-collapse: collapse;
	margin-top:0px;
	font-size:1.0rem;
}

table tr td:nth-of-type(1){
	padding-bottom:6px;
}
 

table tr td:nth-of-type(2){
	padding-left:20px;
font-size:1.0rem;
}
 

table tr td:nth-of-type(3){
	padding-left:0.5em;
font-size:1.0rem;
}