@charset "UTF-8";
/* CSS Document */

@import url("bootstrap-responsive.min.css");

.CU_imgcode {
	float:left;
	padding:0 5px 0 0;
}

.CU_error {
	background-color:#E51C22;
	padding:3px 5px 3px 5px;
	margin:3px;
	color:#FFFFFF;
	font-size:9pt;
	position:relative;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.CU_error:after {
  	content:"";
	position:absolute;
	bottom:-8px; /* value = - border-top-width - border-bottom-width */
	left:10px; /* controls horizontal position */
	border-width:8px 8px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#E51C22 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.CU_editlist {
	list-style:none;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #CCC;
}

.CU_editlist li {
	display:inline;
	padding:0 0 0 20px;
	margin:0 10px 0 0;
}

.CU_editlist li img {
	margin:0 5px -4px 0;
}

.fcaption {
    text-align:right;
}

ul#CU_responsive_container {
	/* important */ list-style:none;
	/* important */ padding:0;
	/* important */ margin:0;
	/*height:100%;*/
	width:100%;
	/* important */ display:table;
}

ul#CU_responsive_container #CU_left {
	/* important */ display:table-cell;
	width:50%;
	/*background:#FFF;*/
}

ul#CU_responsive_container #CU_right {
	/* important */ display:table-cell;
	width:50%;
	/*min-width:200px;
	background:#FFF;*/
}


/*---- Responsive Alterations ----*/

/* 768px */
@media(max-width: 768px){
	
	ul#CU_responsive_container #CU_left {
		/* important */ display:table-row;
		/*height:50%;*/
	    width: 100%;
	}
	
	ul#CU_responsive_container #CU_right {
		/* important */ display:table-row;
		/*height:50%;*/
	    width: 100%
	}


	/*ul#CU_responsive_container #CU_right table {
	    display: table;
	}*/


	.fcaption {
	    text-align:left;
	}
	

	ul#CU_responsive_container #CU_right tbody {
	    display: table;
	    width: 100%;
	}

	ul#CU_responsive_container #CU_right tr {
	    display: table-row-group;
	    width: 100%;
	}

	ul#CU_responsive_container #CU_right td {
	    clear: both;
	    display: table-row;
	    width: 100%;
	}
}