.page h1{
	border-bottom:1px solid #eeeeee;
	padding-bottom:10px;
	margin-bottom:20px;
}
.page-403{
	text-align:center;
	/*height:100%;*/
	margin-top:100px;
	margin-bottom:100px;
	padding: 20px;
}
.page-403 div{
	display:block;
	font-weight:bold;
	color:red;
	font-size:1.5rem;
	line-height:1.5rem;
}

.page ul li{
	padding:5px 0px;
}

@media screen and (max-width: 500px) {
	.page h1{
		font-size:1.5rem;
		color:black;
	}
	.page h3{
		font-size:1rem;
		font-weight:bold;
		color:black;
	}
}