html,body {
	background: #e8e8e8;
	margin: 0;
	font-family: "Bariol", "lucida grande", "Tahoma", -webkit-pictograph, "EmojiSymbols", sans-serif;
	font-size: 18px;
}
body {
	min-width: 600px;
}
@font-face {
	font-family: Bariol;
	font-style: normal;
	font-weight: normal;
	src: url(/fonts/Bariol_Regular.otf);
}
@font-face {
	font-family: Bariol;
	font-style: normal;
	font-weight: bold;
	src: url(/fonts/Bariol_Bold.otf);
}
@font-face {
	font-family: Bariol;
	font-style: italic;
	font-weight: normal;
	src: url(/fonts/Bariol_Regular_Italic.otf);
}
@font-face {
	font-family: Bariol;
	font-style: italic;
	font-weight: bold;
	src: url(/fonts/Bariol_Bold_Italic.otf);
}
.mainbox h1 {
	font-size: 24px;
	text-align: center;
	margin-top: 1.7em;
	/*outline: green dotted 1px;*/
}
.mainbox h1:first-of-type {
	margin-top: 0;
}

.mainbox h2 {
	font-size: 18px;
	margin: 2em 0 -14px 0;
}
.mainbox h6 {	/* Centered bold call-to-action */
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 8px;
}

#frame {
	background: url(green_bg.png) repeat-x 0 -300px;
	/*outline: 1px blue dotted;*/
}
#header {
	position: relative;
	width: 768px;
	box-sizing: border-box;
}
.momio-logo1 {
	width: 240px;
	height: 82px;
	background: url(/parents/momio-logo-white.png) no-repeat center 13px;
	background-size: 240px;
	/*outline: 1px red dotted;*/
}
.header-title {
	color: white;
	font-size: 50px;
	font-weight: bold;
	height: 58px;
	line-height: 33px;
	/*outline: 1px blue dotted;*/
}
.momio-logo2 {
	position: absolute;
	top: 9px;
	left: 820px;
	width: 180px;
	height: 120px;
	background: url(/preview/momio_logo2018.png) no-repeat center center;;
	background-size: 180px;
	/*outline: 1px red dotted;*/
}

.q{
	font-weight:bold;
}
.a{
	padding-left:10px;margin-bottom:10px;
}
.mainbox {
	padding: 20px;
	box-sizing: border-box;
	background: white;
	width: 768px;
	min-height: 600px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
#links {
	position: absolute;
	top: 136px;
	left: 828px;
	color: white;
	padding-left: 25px;
	box-sizing: border-box;
	width: 260px;
	min-height: 200px;
	overflow: hidden;
	/*outline: 1px yellow dotted;*/
}
#links h1 {
	width: 194px;
	border-bottom: 2px solid white;
	padding-left: 41px;
	padding-bottom: 18px;
	margin-top: 0;
	background: url(/parents/links_icon.png) left 2px no-repeat;
	background-size: 30px;
	font-size: 30px;
}
#links a {
	color: white;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
}
#links a:hover {
	font-weight: bold;
}
#footer {
	width: 768px;
	color: black;
	line-height: 30px;
	/*outline: 1px red dotted;*/
}
#footer a {
	color: black;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
}
.footer1 {
	margin: 5px 0;
	display: flex;
	justify-content: space-around;
	justify-content: space-between;
}
.footer1a {
	background: url(/consent/img/flow_mail.png) left center no-repeat;
	background-size: 30px;
	padding-left: 37px;
}
.footer1b {
	background: url(/consent/img/flow_house.png) left center no-repeat;
	background-size: 30px;
	padding-left: 35px;
}
.footer2 {
	text-align: center;
}
.page_padding {
	padding-left: 60px;
}
.change-email {
	margin-top: 0;
}
@media (max-width: 1105px) {
	#frame {
		background: url(green_bg.png);
	}
	#header {
		padding-left: 20px;
		width: 100%;
	}

	.mainbox {
		width: 100%;
	}
	.page_padding {
		padding-left: 0;
	}

	.momio-logo2 {
		right: 35px;
		left: auto;
	}

	#links {
		position: static;
		width: 100%;
	}

	#links h1 {
		margin-top: 18px;
	}

	#footer {
		width: 100%;
	}
}
.skyButton{
    color: #FFF25C !important;
	border-radius: 6px;
	/*box-shadow: 0 2px 2px rgba(255, 255, 255, 0.6) inset, 0px -2px 2px rgba(0, 0, 0, 0.6) inset, 1px 3px 6px rgba(0, 0, 0, 0.5);*/
	background: #823f92 no-repeat left center;
	padding: 0 29px;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    min-width: 110px;
    font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
.distribute {
	margin: 5px 0;
	display: flex;
	justify-content: space-around;
	justify-content: space-evenly;
}
hr {
	border: #e8e8e8 solid 1px;
}
table.account_info {
	border: none;
	font-size: 24px;
}
table.account_info th {
	font-weight: bold;
	text-align: left;
	padding: 4px 10px;
}
label {
	font-weight: bold;
	cursor: pointer;
}