body {
    font-family: Georgia, serif;
}

p.explanation {
	text-align: center;
}

#security {
	/* 10 units on grid */
	width: 530px;
	margin: 10px auto 0 216px;	
	font-size: 14px;
}

#explanation p {
	padding-left: 5px;
	padding-right: 5px;
}

/* MAIN FORM */
#query-twitter {
	margin-top: 30px;
	font-family: Georgia, serif;
	text-align: center;
	font-size: 36px;
}

#query-twitter #username {
	font-size: 36px;
	width: 300px;
	text-align: center;
	font-family: Georgia, serif;
	border: 1px solid #999;
}

/* PROGRESS AREA */
#status {
	width: 530px;
	margin: 50px auto 0 216px;
}

#status p {
	padding-left: 5px;
	padding-right: 5px;
}

#results h3 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
}

#results p {
	font-size: 20px;
}

#progress-bar {
	border: 1px solid #666;
	width: 500px;
	margin: 0 auto;
	height: 16px;
	padding: 1px;
}

#progress-bar div {
	background-color: #666;
	height: 16px;
}

/* LIST OF ALL USER'S TWEETS */
#tweet-list {
	/* 10 units on grid */
	width: 530px;
	margin: 50px auto 0 216px;
}

#user-profile {
	text-align: center;
	margin-bottom: 10px;
}

#user-profile .profile-photo {
	padding: 1px;
	border: 1px solid #666;
	margin: 0 10px 0;
	vertical-align: middle;
}


#user-profile h3 {
	font-size: 24px;
}

#tweet-list ol {
	padding-left: 5px;
	padding-right: 5px;
	width: 520px;
	margin: 0;
    background: #fff;
    font-size: 18px;
    list-style-position: inside;
    text-indent: 20px;
    
}

#tweet-list ol li {
	margin: 0 0 25px 0;
	padding: 0;
}

#tweet-list .permalink a {
	font-size: 14px;
		color: #999;
}