body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #1e4b87;
}

#container{
	width:800px;
	margin:50px auto;
	padding: 0px 0px 20px 0px;
	background: #ffffff;
	align:center;
}
#container h2{
	text-align:center;
	color:#045;
	background: #ffffff;	
}

#quoteContainer{
	width:75%;
	background: #fff;
	padding:20px;
	margin:30px auto;
	text-align: center;
	font-weight: bold;
	height:70px;
  	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#buttonContainer{
	width: 100%;
	text-align: center;
	background: #ffffff;
}
#quoteButton{
	width:200px;
	margin-top: 10px;
	border:2px solid #00a5e5;
	color:#00a5e5;
	font-family: inherit;
	font-weight: bold;
	padding:5px;
	text-decoration: none;
	text-align: center;
}

#quoteButton:hover{
	cursor:pointer;
	background:#00a5e5;
	color: #fff;	
}
#quoteButton:active{
	cursor: pointer;
}
#quoteButton{
	display: inline-block;
}
#quoteGenius{
	font-style: italic;
	font-weight: 600;
	text-align: center;
}


/*MEDIA QUERIES*/
@media screen and(max-width:760px){
	#quoteButton,#addNew{
		display: block;
	}
}