@charset "utf-8";
#buttonnext{
	-webkit-appearance: none;
    font-size: 20px;
	width: 90%;
	height: 70px;
    border-radius: 7px;
    background: #F0C048;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 5px;
}
#buttonback{
	-webkit-appearance: none;
    font-size: 20px;
	width: 90%;
	height: 70px;
    border-radius: 7px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 5px;
}
/* CSS Document */


section#footmenu ul {
	padding: 1% 0 1% 7%;
	float: left;
    width: 50%;
    list-style: none;
    -webkit-box-sizing: border-box;
	border-top:1px solid #ccc;
	text-align: -webkit-left;
	font-size:18px;
	line-height:normal !important;
}

section#footmenu li {
	line-height:normal !important;
}
section#footmenu a {
  color: -webkit-link;
  text-decoration: underline;
  cursor: auto;
}

section#footmenu .backtohome{font-size:1.8em;}

section#copyright {
  text-align: center;
  border-top: 1px dotted #cccccc;
  font-size: 8px;
  padding-top: 5px;
  padding-bottom: 10px;
  clear: both;
}
section#copyright>p.large {font-size: 14px;}
