.feeds
{
	margin-left: 32px;
}

.feed_tab
{
	float: left;
	padding: 0.5em 3em 0.5em 0.5em;
	border: 1px dotted gray;
	border-bottom: none;
}

.tab_off
{
	background-color: #f7f7f7;
}

.feed
{
	border: 1px dotted gray;
	height: 120px;
	overflow: scroll;
}

.feed li
{
	margin-left: 5px !important;
}

.bottom_cover
{
	width: 100px;
	height: 3px;
	position: absolute;
	z-index: 10;
	background-color: #fff;
}

.feed_data_disp
{
	width: 300px;
	height: 196px;
	left: 578px;
	position: absolute;
	z-index: 20;
	background-color: #fff;
	display: none;
	overflow: hidden;
	padding: 5px;
	border: 1px dotted gray;
}
