.status{
    margin-bottom: 14px;
	z-index: 1;
}
.status:hover{
	z-index: 2;
}
.status > .inside{
    margin-left: 70px;
    min-height: 70px;
    border-bottom: 1px solid rgb(230,230,230);
}
.status:last-child{
    border-bottom: none;
}
.status.embedded{
	margin-top: 16px;
	border: 1px solid #CCC;
	padding: 10px 14px;
	border-radius: 6px;
}
.status.embedded:hover{
	border-color: #999;
}
.status.embedded > .inside{
	margin: 0;
	border: none;
}
.status-vertical-eraser{
    display: none;
    background: white;
    width: 30px;
    position: absolute;
    top: 40px;
    bottom: -20px;
    left: -60px;
}
.status:last-child > .status-vertical-eraser{
    display: block;
}
.status-header{
	z-index: 1;
}
.status-header-author{

}
.status-header-author:hover{
}
.status-header-author > .name{
    color: rgb(100,100,100);
    font-size: 15px;
    font-weight: bold;
	padding-right: 5px;
}
.status-header-author > .screen-name{
    color: rgb(120,120,120);
    font-size: 14px;
}
.status-header-author-image{
    border-radius: 20px;
    position: absolute;
    left: -80px;
    top: -10px;
    width: 50px;
	background-color: white;
    height: 50px;
    border: 10px solid white;
}
.status.embedded .status-header-author-image{
	position: static;
	border: none;
	float: left;
    width: 40px;
    height: 40px;
	margin-right: 10px;
}.embedded .status-header-author > .name{
	display: block;
	padding-top: 3px;
}
.status.embedded .status-header-author > .name{
	display: block;
	padding-top: 3px;
}
.status.embedded .status-header-author > .screen-name{
	display: block;
}
.status-header-timestamp{
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 12px;
    color: rgb(120,120,120);
}
.status.embedded .status-header-timestamp{
	top: 0px;
	right: 0;
}
.status-header-timestamp:hover{
}
.status-contents{
    margin: 5px 0;
	z-index: 2;
}
.status.embedded .status-contents{
	margin: 7px 0 0 0;
}
.status-contents-body{
    font-size: 16px;
    line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
}
.status-contents-body-link{
    font-weight: bold;
    text-decoration: none;
	display: inline-block;
	margin: 0 4px;
}
.status-contents-body-link.hashtag{
	display: inline-table;
}
.status-contents-body-link-hash{
	font-size: 18px;
	line-height: 16px;
}
.status-contents-body-aa{
	font-family: "IPA モナー Pゴシック","IPA mona PGothic","IPA MONAPGOTHIC",IPAMonaPGothic,Mona,"MS PGothic AA","ＭＳ Ｐゴシック","MS Pゴシック","ＭＳＰゴシック","MSPゴシック","MS Pｺﾞｼｯｸ","MS PGothic",sans-serif !important;
	line-height: 1em;
	font-size: 12pt;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
@-moz-document url-prefix() {
	.status-contents-body-aa{
		overflow-x: auto;
	}
}
.status-contents-body-aa > p{
	line-height: 12pt;
	min-height: 12pt;
}
.status-contents-body-aa::-webkit-scrollbar-track
{
	cursor: pointer;
    border-radius: 6px;
    background-color: white;
}

.status-contents-body-aa::-webkit-scrollbar
{
    width: 0px;
    height: 8px;
    background-color: white;
}
.status-contents-body-aa::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    background-color: #ccc;
}
.status-contents-body-aa::-webkit-scrollbar-thumb:hover
{
    background-color: #008099;
}
.status-contents-body > .line{
	min-height: 16px;
}
.status-contents-body-emoji{
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0 2px;
}
.status-footer{

}
.status-footer-action{
    margin-top: 10px;
    margin-bottom: 8px;
    height: 15px;
}
.status-footer-action-link{
    text-decoration: none;
    font-size: 14px;
    color: rgb(200,200,200);
    margin-left: 16px;
}
.status:hover > .inside > .status-footer .status-footer-action-link{
    color: rgb(20,20,20);
}
.status-footer-action-link:hover{
    color: rgb(0,0,0);
}
.status-footer-action-link.date{
    margin: 0 0 0 0;
}
.status-footer-action-link.hashtag-link{
    margin: 0 10px 0 0;
	color: #666;
}
.status.embedded .status-footer-likes{
	margin-top: 5px;
}
.status-footer-likes-icon{
	width: 14px;
	height: 14px;
	background-image: url(star_orange.png);
	background-size: 100% 100%;
	display: inline-block;
	margin: 0 3px 3px 0px;
}
.status-footer-stats{
    margin-bottom: 10px;
}
.status-footer-favorites{
    line-height: 24px;
    min-height: 24px;
    margin: 8px 0 5px 0;
	overflow: hidden;
}
.status-footer-favorites-count{
    margin: 0 10px;
}
.status-footer-favorites-count > .number{
    font-size: 14px;
    font-weight: bold;
    color: rgb(20,20,20);
    margin-right: 2px;
}
.status-footer-favorites-count > .string{
    font-size: 12px;
    color: rgb(60,60,60);
}
.status-footer-favorites-users{
    margin-right: 10px;
}
.status-footer-favorites-users-link{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
	margin-bottom: 4px;
}
.status-footer-favorites-users-link-image{
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.status-footer-favorites-users-separatoer{
    border-right: 2px solid rgb(220,220,220);
	display: inline-block;
	width: 0;
	height: 16px;
	top: 4px;
    margin-left: 10px;
}
.status-blockquote{
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
	margin: 5px 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.status-h3
.status-h2,
.status-h1{
	margin: 0;
	padding: 0;
	display: inline;
}
.status-h1{
	font-size: 40px;
	line-height: 40px;
}
.status-h1 > .status-contents-body-emoji{
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 2px;
}
.status-h2{
	font-size: 30px;
	line-height: 30px;
}
.status-h2 > .status-contents-body-emoji{
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 2px;
}
.status-bold{
	font-weight: bold;
}
.status-shared-by{
	font-size: 14px;
	margin-bottom: 3px;
	color: #666;
}
.status-shared-by > i{
	top: -1px;
	line-height: 14px;
	display: inline-block;
	width: 22px;
	opacity: .6;
	height: 15px;
	background-position: 0 -49px;
}
.status-shared-by-link{
	color: #666;
	margin-right: 3px;
}
.status-image{
	border-radius: 6px;
	z-index: 1;
}
.status-image-link{
	display: inline-block;
	overflow: hidden;
	margin: 0 5px 5px 0;
}
.status-image-link:hover{
	opacity: .9;
}
.status-image-gif{
	width: 40px;
	height: 26px;
	background-position: 0 -65px;
	opacity: .9;
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 2;
}
.status-footer-action-dropdown{
	margin-left: 16px;
	height: 20px;
}
.status-footer-action-dropdown > .dropdown-button{
	top: -3px;
}
.status:hover .dropdown-button{
	opacity: .7;
}
.status-footer-action-dropdown > .dropdown-menu-wrapper{
	top: 12px;
}
.status-embeded-soundcloud,
.status-embeded-youtube{
	margin-top: 10px;
}
.status-embeded-tweet{
	border: none;
	max-width: 100%;
	min-width: 220px;
	margin: 10px 0px;
	padding: 0px;
	display: block;
	position: static;
	visibility: visible;
	width: 400px;
	overflow: hidden;
	margin: 5px 0;
}
.status-embeded-link{
	padding: 14px;
	border: 1px solid #CCC;
	border-radius: 5px;
	margin: 5px 0;
}
.status-embeded-link:hover{
	border-color: #aaa;
}
.status-embeded-link-title{
	font-size: 18px;
	line-height: 20px;
}
.status-embeded-link-domain{
	font-weight: bold;
	margin: 5px 0;
	font-size: 13px;
}
.status-embeded-link-description{
	font-size: 14px;
	color: #555;
}
.status-footer-comments{
}
.status-footer-comments-comment{
	margin-bottom: 14px;
	overflow: hidden;
	display: block;
	line-height: 30px;
}
.status-footer-comments-comment-author{
	display: inline-block;
}
.status-footer-comments-comment-author-image{
	width: 28px;
	height: 28px;
	border-radius: 28px;
}
.status-footer-comments-comment-body{
	font-size: 15px;
	overflow: hidden;
	margin-left: 6px;
}
.status-footer-comments-comment-timestamp{
    font-size: 12px;
    color: rgb(120,120,120);
	margin-left: 6px;
}
.status-contents-body-likes-over-20{
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}
.status-contents-body-likes-over-40{
	font-weight: bold;
	color: #e22;
	font-size: 26px;
	line-height: 28px;
}
.status-contents-body-likes-over-100{
	font-weight: bold;
	color: #e22;
	font-size: 40px;
	line-height: 44px;
}