
.drag_dimension
{
	/*border:1px solid #424242;*/
	list-style-type: none;
	text-align:left;
	cursor:pointer;
	border: outset #424242 2px;
}

.drag_dimension_container
{
	margin:0;
	width:200px;
	border:0px solid blue;
	padding:0;
	width:100%;
	height:100%;
}



.editable {
   text-align:center;
   font-weight:bold;
   font-size:11pt;
   width:100%;
   cursor:pointer;
}

.fake_editable {
   text-align:center;
   font-weight:bold;
   font-size:11pt;
   width:100%;
}


input.editable_input {
    border: 1px solid red;
    font-weight:bold;
	font-size:11pt;
    text-align:center;
    width:100%;
}


