.smallnav ul{
	justify-content: space-around !important;
}
.main{
	color:#999;
	box-sizing: border-box;
	padding: 0.5rem;
	position: relative;
	overflow: auto;
}
    .main img {
        height:100% !important;
    }
.main h4{
	font-size: 1.5rem;
	font-weight: bold;
	color: #0882c4;
	margin: 1rem 0;
    text-align:center;
}
.main p span{
	font-size: 1rem;
	color: #999999;
}
.main p span:nth-child(2){
	margin: 0 1rem;
}
.main p{
	font-size: 1.3rem;
	color: #666;
	margin: 1rem 0;
	text-align: left;
	line-height: 2rem;
}
.main p:nth-of-type(1){
	text-align: center;
}
.main p:nth-of-type(2){
	text-indent: 1rem;
}
.main table{width: auto !important;}
