

body{
	margin:0;padding:0;
	font-size:16px;
}
#header{
	height:100px;
}
#content{
	width:800px;
	margin:0 auto;
}
#adfooter{
	text-align:center;
	margin-top:50px;
}
#footer{
	border-top:1px #000 solid;
}
#footer-inner{
	width:800px;
	margin:0 auto;
	text-align:right;
}

/******************** block header ********************/
h1{
	background:#4a4;
	display:flex;
	height:100px;
	color:#fff;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin:0;padding:0;
}
/******************** endblock header ********************/

/******************** block content ********************/
.loginname-view{
	text-align:center;
	background:#cef;
	font-weight:bold;
	padding:3px;
}

.tweet-wrapper{
	margin:10px 0;
	border:1px #ccc solid;
}
.tweet-wrapper-upper{
	background:#eef;
	border-bottom:1px black dashed;
}
.tweet-wrapper-main{
	padding:5px;
}
.tweet-retweet-datetime-string{
}
.tweet-controller{
}
.retweet-datetime{
	padding-top:20px;
	padding-left:40px;
	line-height:20px;
	vertical-align:text-bottom;
	float:left;
	height:20px;
}
.retweet-datetime-string{
	font-size:20px;
	font-weight:bold;
}
.retweet-button-wrapper{
	position:relative;
	height:40px;
	width:150px;
	float:left;
}
.retweet-button{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	width:150px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#24a;
}
.retweet-button-disabled{
	cursor:default;
	background:#ccc;
}
.retweet-popup{
	position:relative;
	color:#000;
	background:#fff;
	width:198px;
	height:98px;
	border:1px black solid;
	margin-bottom:-100px;
	z-index:2;
}
.retweet-popup-msg{
	text-align:center;
	padding:10px;
}
.retweet-popup-answerrow:after{
	content:".";
	display:block;
	line-height:0;
	height:0;
	visibility:hidden;
	clear:both;
}
.retweet-popup-nobtn{
	margin:5px;
	line-height:30px;
	width:80px;
	height:30px;
	float:right;
	background:#44a;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.retweet-popup-yesbtn{
	margin:5px;
	line-height:30px;
	width:80px;
	height:30px;
	float:left;
	background:#44a;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.retweet-popup-hidden{
	display:none;
}
.delete-button{
	width:40px;
	height:40px;
	display:block;
	float:right;
	text-decoration:none;
	line-height:40px;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	background:#fff;
	color:black;
}
.tweet-controller:after{
	content:".";
	display:block;
	line-height:0;
	height:0;
	visibility:hidden;
	clear:both;
}
.tweetbox{
	border:1px #000 solid;
	width:720px;
	margin:0 0 0 auto;
	padding:10px 0;
}
.tweetbox-left{
	float:left;
	width:50px;
	padding:5px;
}
.tweetbox-right{
	float:left;
	width:650px;
}
.tweetbox:after{
	content:".";
	display:block;
	line-height:0;
	height:0;
	visibility:hidden;
	clear:both;
}
.tweetbox-usericon{
	height:auto;
	border-radius:50%;
}
.tweetbox-username{
	font-weight:bold;
	display:block;
	float:left;
}
.tweetbox-screenname{
	color:#48c;
	display:block;
	float:left;
	text-decoration:none;
}
.tweetbox-tweetdatetime{
	color:#48c;
	display:block;
	float:right;
	text-decoration:none;
}
.tweetbox-righttop:after{
	content:".";
	display:block;
	line-height:0;
	height:0;
	visibility:hidden;
	clear:both;
	padding-bottom:5px;
}
.addform{
}
.addform-desc{
	font-size:12px;
	color:#888;
}
.addform-text{
	width:600px;
	font-size:16px;
}
.addform-submit{
	background:#448;
	border:none;
	outline:none;
	padding:2px 10px;
	appearance: none;
	color:#fff;
}


.auth-button{
	display:block;
	text-decoration:none;
	text-align:center;
	width:200px;
	padding:30px 0;
	font-size:18px;
	font-weight:bold;
	border-radius:5px;
	background:#44a;
	color:white;
	margin:0 auto;
}
/******************** endblock content ********************/

/******************** block footer ********************/
.footer-desc{
	margin:10px;
	font-weight:bold;
	font-size:12px;
}
/******************** endblock footer ********************/


.darken-layer{
	position:fixed;
	top:0;left:0;right:0;bottom:0;
	opacity:0.3;
	background:#000;
	z-index:1;
}

.smallertext{
	font-size:70%;
}
