body{
	width: 100%;
	font-family: monospace;
}

h2.head{
	display: block;
	width: 80%;
	margin: 10px auto 10px auto;
}

a.anchor{
	display: block;
	width: 80%;
	font-size: 35px;
/*	line-height: 66px; */
	line-height: 75px;
	text-align: center;
	border: 1px solid black;
	margin: 30px auto 30px auto;
	text-decoration: none;
}

a.anchor:hover{
	color: white;
	background-color: black;
}

input.login{
	width: 60%;
	line-height: 66px;
	font-size: 32px;
	margin: 20px auto 20px auto;
	display: block;
	height: 70px;
}
div.login{
	width: 75%;
	font-size: 26px;
	margin: 10px auto 10px auto;
}
div.message{
	width: 75%;
	font-size: 18px;
	margin: 10px auto 10px auto;
	color: red;
}

input.vault{
		width: 24%;
		height: 42px;
		line-height: 42px; 
		font-size: 26px;
}
input.homepage{
		width: 30%;
		height: 42px;
		line-height: 42px; 
		font-size: 32px;
}
span.vault{
	display: inline-block; 
	width: 24%;
	font-size: 17px;
}

/* GROCERY LIST STYLES*/
input.grocery{
		width: 42%;
		height: 50px;
		line-height: 42px; 
		font-size: 32px;
}
span.grocerylist1{
	display: inline-block;
	width: 42%;
	font-size: 32px;
}
span.grocerylist2{
	display: inline-block;
	width: 20%;
	font-size: 32px;
}
input.grocerySmall{
		width: 20%;
		height: 50px;
		line-height: 42px; 
		font-size: 32px;
}
input.groceryBtn{
		width: 15%;
		height: 65px;
		line-height: 42px; 
		font-size: 32px;
		margin-bottom: 15px;
}
select.grocery{
	font-size: 32px;
	height: 50px;
}
span.grocery{
	display: inline-block; 
	width: 32%;
	font-size: 28px;
}
span.isInCart{
	color: #E8E8E8;
	font-style: italic;
}
span.notInCart{
	color: black;
	font-style: normal;
}

/* NOTEPAD STYLES */
span.noteDate{
	font-size: 9px;
}
span.noteTitle{
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	
}
div.noteDiv{
	margin: 10px 1px 10px 1px;
}
button.notepadBtn{
	width: 100%;
	height: 50px;
	padding: 5px 25px 5px 25px;
	font-weight: bold;
	font-size: 20px;
	margin: 5px 0px 5px 50px;
}
div#listDiv{
	 white-space: nowrap;
}