a {
	color:#333; /*ff0073;*/
}

body {
    height: 100%;
    font-size: 100%;
}

button {
    font-size:14px;
}

ul {
	position:absolute;
	list-style-type:none;
	overflow:hidden;
}

.dbg {
	border:1px solid black
}

#header {
	background-color:#fff;
	position:relative;
	z-index:2
}

#banner {
	height: 147px;
	background: url(../img/header.png) center;
	cursor: pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
}

#banner h1 {
	text-align:center;
	font-size:4.5em;
	padding:67px 0 0;
}

#container {
	overflow: hidden;
}

#tweetList li span {
	font-size:2em;
	line-height:.8em;
	letter-spacing:-3px;
	
}

.inside {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size:1.7em;
	line-height:1.5em;
	font-weight:bold;
	color: #5c5c5c;
}

#modal {
    font-size: .8em;
	border: 1px solid #eee;
	background: #000;
	color: #fff;
	width: 300px;
	height: auto;
}
