/* Prevent the text contents of draggable elements from being selectable. */
	[draggable] {
	  -moz-user-select: none;
	  -khtml-user-select: none;
	  -webkit-user-select: none;
	  user-select: none;
	  /* Required to make elements draggable in old WebKit */
	  -khtml-user-drag: element;
	  -webkit-user-drag: element;
	}
	.column {
	  height: 100px;
	  width: 150px;
	  float: left;
	  margin-bottom: 5px;
	  border: 2px solid #666666;
	  background-color: #ccc;
	  margin-right: 5px;
	  -webkit-border-radius: 10px;
	  -ms-border-radius: 10px;
	  -moz-border-radius: 10px;
	  border-radius: 10px;
	  -webkit-box-shadow: inset 0 0 3px #000;
	  -ms-box-shadow: inset 0 0 3px #000;
	  box-shadow: inset 0 0 3px #000;
	  text-align: center;
	  cursor: move;
	}
	.column header {
	  color: #fff;
	  text-shadow: #000 0 1px;
	  box-shadow: 5px;
	  padding: 5px;
	  background: -moz-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));
	  background: -webkit-gradient(linear, left top, right top,
								   color-stop(0, rgb(0,0,0)),
								   color-stop(0.50, rgb(79,79,79)),
								   color-stop(1, rgb(21,21,21)));
	  background: -webkit-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));
	  background: -ms-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));
	  border-bottom: 1px solid #ddd;
	  -webkit-border-top-left-radius: 10px;
	  -moz-border-radius-topleft: 10px;
	  -ms-border-radius-topleft: 10px;
	  border-top-left-radius: 10px;
	  -webkit-border-top-right-radius: 10px;
	  -ms-border-top-right-radius: 10px;
	  -moz-border-radius-topright: 10px;
	  border-top-right-radius: 10px;
	}
	
	.visual_tool_div {
	  vertical-align: top;
	  line-height: 1.6em;
	  display: -webkit-inline-box;
	  display: -moz-inline-box;
	  position: relative;
	  padding-bottom: 5px;
		padding-right: 2px;
	}
	
	.ghost {
	  border: 2px dotted #8F001C;
	}
	
	.blank_space{
	    width: 146px;
		height: 303px;
		display: inline-block;
	}
	.blank_space_docs{
	    width: 146px;
		height: 216px;
		display: inline-block;
	}
	.blank_space_docs:hover{
	    width: 146px;
		height: 216px;
		display: inline-block;
		-webkit-transform: translate(0%, 0%) scale(1);
		transform: translate(0%, 0%) scale(1);
		transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
		background-color: gray;
	}
	.blank_space_docs:hover a
	{
		display:block;
		float:right;
		margin-right: 10px;
		margin-top: 5px;
	}
	.blank_space:hover{
	    width: 146px;
		height: 303px;
		display: inline-block;
		-webkit-transform: translate(0%, 0%) scale(1);
		transform: translate(0%, 0%) scale(1);
		transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
		background-color: gray;
	}
	.blank_space:hover a
	{
		display:block;
		float:right;
		margin-right: 10px;
		margin-top: 5px;
	}
	.visual_tool
	{
		cursor:move;
		width:82px;
		height:80px;
		border: 2px dotted gray;
		margin-bottom: 10px;
		/*padding: 5px;*/
	}
	.visual_tool_row{
		cursor:move;
		/* width:116.5%; */
		/* height:80px; */
		border: 2px dotted gray;
		margin-bottom: 10px;
		/*padding: 5px;*/
		word-break: break-word;
		
	}
	.visual_tool_content
	{
		margin: 8% auto;
		/* margin: 25% auto; */
	}

	.visual_tool_content p
	{
		display: table-cell;
    	word-break: initial;
    	font-size: .8em !important;
	}
	
	.width_100
	{
		width:91%;
	}
	.width_100:hover
	{
		width:91%;
		height: 305px;
		display: inline-block;
		-webkit-transform: translate(0%, 0%) scale(1);
		transform: translate(0%, 0%) scale(1);
		transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
		background-color: gray;
	}
	.width_80
	{
		width:72.8%;
	}
	.width_80:hover
	{
		width:72.8%;
		height: 305px;
		display: inline-block;
		-webkit-transform: translate(0%, 0%) scale(1);
		transform: translate(0%, 0%) scale(1);
		transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
		background-color: gray;
	}
	.width_60
	{
		width:54.5%;
	}
	.width_60:hover
	{
		width:54.5%;
		height: 305px;
		display: inline-block;
		-webkit-transform: translate(0%, 0%) scale(1);
		transform: translate(0%, 0%) scale(1);
		transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
		background-color: gray;
	}
	.width_40
	{
		width:36.4%;
	}
	.width_40:hover
	{
		width:36.4%;
		height: 305px;
		display: inline-block;
		-webkit-transform: translate(0%, 0%) scale(1);
		transform: translate(0%, 0%) scale(1);
		transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
		background-color: gray;
	}
	.width_20
	{
		width:17.8%;
	}
	.width_20:hover
	{
		width:17.8%;
		height: 305px;
		display: inline-block;
		-webkit-transform: translate(0%, 0%) scale(1);
		transform: translate(0%, 0%) scale(1);
		transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
		background-color: gray;
	}
	.line_space{
		height: 305px;
		display: inline-block;
		-webkit-transform: translate(0%, 0%) scale(1);
		transform: translate(0%, 0%) scale(1);
		transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	.line_space:hover a
	{
		display:block;
		float:right;
		margin-right: 10px;
		margin-top: 5px;
	}
	.section_line {
		width:99%;
		height:5px;
		margin-top: 3%;
		margin-bottom:4%;
	}
	.section_line:hover a
	{
		display:block;
		float:right;
		margin-right: 0px;
		margin-top: -15px;
		font-size: 14px; 
	}
	.invisible_line {
		width:99%;
		height:5px;
		margin-top: 3%;
		margin-bottom:4%;
		border: 1px dotted gray;
	}
	.invisible_line:hover a
	{
		display:block;
		float:right;
		margin-right: 0px;
		margin-top: -15px;
		font-size: 14px;
	}
	.invisible_line:hover{
		background-color:gray;
	}
	.text_line {
		width:99%;
		height:10px;
		margin-top: 3%;
		margin-bottom:7%;
	}
	.text_line:hover a
	{
		display:inline-block;
		/* float:right; */
		margin-right: 10px;
		margin-top: 5px;
	}
	
	.sticky_visual_tools
	{
		position: sticky;
		top: 0;
		text-align: center;
	}
	.btn-main{
		position:relative;
	}
	.btn-pos{
		position:absolute;
		right:15px;
	}
	
	.visual_tool_border
	{
		border: 2px dotted gray;
	}
	
	.wrapword{
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
	}