html { background-color: #F7F7F7; }
body {
	color: #1d1d1b;
	padding: 20px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	min-height: 100vh;
}
h1,h2,h3 { margin-top: 5px; }
h1,h2,h3,h4 { color: #e5005b; }

a, a:visited { color: #1d1d1b; }

button,input[type=submit] { font-family: "Asap"; 
	border-style: none; border-radius: 8px; border: 3px solid #ffed00;
	font-size: larger; font-weight: bold;
	background-color: #ffed00; padding: 8px; cursor: pointer; }
button:hover,input[type=submit]:hover { border-color: black; }

hr {
	border: none;
	margin-top: 20px;
    border-top: 2px dotted #e5005b;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
}
textarea { width: 100%; min-height: 50px; }

#profile_table { width: 100%; background-color: #F7F7F7; padding: 5px 15px; border-radius: 8px; margin-bottom: 20px;}
#profile_table tr td:first-child { width: 270px; vertical-align: top; }
#profile_table td { padding-top: 10px; }

#header { margin-left: -20px; margin-top: -15px; position: static; }
#header .logo { height: 40px; }
#hamburger_menu { position: static; margin-top: 20px; float: right; margin-right: -10px; }
