#content_left{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 10px;
}
#content_right{
	float: right;
	width: 50%;
	box-sizing: border-box;
}
.edit_fields{
	padding: 5px 0 5px 0;
}
.edit_field{
	width: 90%;
	box-sizing: border-box;
}
.wm_container{
	height: 40px;
}
.links{
	margin: 5px 10px 5px 0;
}
.sales_container{
	height: 25px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
.col_100{
	display: inline-block;
	width: 100px;
}
.col_150{
	display: inline-block;
	width: 150px;
}
.col_200{
	display: inline-block;
	width: 200px;
}
.live,.dead{
	font-weight: bold;
	padding: 5px;
	border: 1px solid black;
}
.live{
	color: green;
}
.dead{
	color: darkred;

}
.sample{
	background-color: rgba(255, 1, 1, 0.5);
}
.banned{
	font-weight: bold;
	padding: 4px;
	background-color: red;
}
.text_area{
	width: 100%;
	height: 10em;
	box-sizing: border-box;
}
