.notice{
  /*width:800px;*/
  margin: 2rem auto;

h2{
  color: #fff;
}
h3{
  color: #333;
}

.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}

h3{
  background-color: #b4fff9;
  padding: 10px;
}
li,ul{
list-style: none;
}
section{
  margin-bottom: 2rem;
}
li{
  	font-size:18px;
}
ul{
	padding: 0 1rem;
}
p{
	font-size:18px;
  text-indent: 1rem;
  padding: 0 1rem;
}

table{
	border:#00968A 1px solid;
	table-layout: fixed;
	width:80%;
	line-height: 150%;
  border-collapse: collapse;
  margin:2rem auto;
}
th{
	text-align: center;
	padding: 1rem 0;
	border-right: #00968A 1px solid;
	border-bottom: #fff 1px solid;
	vertical-align: middle;
  color: #fff;
  background-color: #00968A;
  width: 20%;
}
tr{
	border-bottom: #00968A 1px solid;
}
td{
	padding: 0.5rem;
	text-align: center;
	border-right: #00968A 1px solid;
  border-bottom: #00968A 1px solid;

	vertical-align: middle;
  text-align: left;
}

th:last-child, td:last-child{
	border-right:none;

}

td:last-child{
	border-bottom:none;
}

}