body{
    margin:0;
    padding:0;
	font-family: 'Lora', serif;
}

#top_title{
    text-align: center;
    font-size: 40px;
    text-shadow: 2px 2px 3px grey;
	margin: 5rem 0;
}


#main_wrapper{
    max-width: 1200px;
	margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
	font-size: 18px;
	padding: 3%
    }
h2 {
	font-size: 18px;
	text-align: center;
}

h3 {
	margin: 70px 0px 30px 0px;
	border-bottom: solid 1px black;
	font-size: 20px;
}

.figure{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-left: auto;
	margin-right: auto;
	flex-direction: column;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color:  #F0F0F0;
	border-radius: 15px;
	padding: 50px;
	font-size: 14px;
}

.figure-third-right{
	display: block;
    float: right;
	margin: 0px 0px 20px 20px;
	background-color:  #F0F0F0;
	border-radius: 15px;
	padding: 50px;
	font-size: 14px;
}

table, th, td {
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	margin-top: 50px;
	caption-side: bottom;
	text-align: center;
}

table, th, td:last-child {
	border-right: none;
}

.tblheading {
	font-size: 14px;
	padding-bottom: 50px;
	
}