div#info{
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}

div#icon{
	border: 2px solid #bed600;
	border-radius: 3px;
	display: inline-block;
	width: 208px;
	float: left;
}

#data_wrapper{
	display: inline-block;
	margin-left: 20px;
	width: calc(100% - 228px);
	min-width: 300px;
	float: left;
}

#data_wrapper #title{
	display: inline-block;
	margin-top: 0;
	color: #708090;
}

#data{
	width: 100%;
	margin-bottom: 40px;
}

#data td{
	padding: 2px 5px;
}

#data tr:nth-of-type(even){
	background-color: #708090;
	color: #fff;
}

#useraction_wrapper{
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

.useraction{
	padding: 5px 15px;
	border: 2px solid #708090;
	border-radius: 3px;
	color: #708090;
	width: 20%;
	min-width: 120px;
	display: inline-block;
	text-align: center;
}

.useraction:hover{
	text-decoration: none;
	background-color: #708090;
	color: #fff;
	transition: all .2s ease;
}

hr.split_line{
	border-top: 1px solid #bed600;
}

#tag_cloud .tag{
	background-color: #708090;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	line-height: 2.2em;
}

#open_big{
	background-color: transparent;
	border: 0;
}

#bigimg img{
	width: 100%;
	height: auto;
}