@media screen, print{

	.cke_wrapper > table.cke_editor > tbody > tr:last-child{
		display: none;
	}

	/* SKIN: Kama
	-----------------------------------------------------------------------------*/

	form span.cke_skin_kama{
		padding: 0px;
		border-color: #ccc;
		-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
				border-radius: 0px;
	}
	
	form .cke_skin_kama .cke_wrapper{
		background-color: #888;
		background-image: none;
		-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
				border-radius: 0px;
	}
	
	form .cke_skin_kama .cke_toolgroup{
		margin-right: 4px;
		margin-bottom: 3px;
	}
	
}

/****************************************************************/
/*               MEDIA SCREEN [min-width: 1200px]               */
/****************************************************************/
@media only screen and (min-width: 1200px) {
}

/****************************************************************/
/*               MEDIA SCREEN [max-width: 980px]                */
/****************************************************************/
@media only screen and (min-width: 980px) {
}

/****************************************************************/
/*               MEDIA SCREEN [max-width: 979px]                */
/****************************************************************/
@media only screen and (max-width: 979px) {
}

/****************************************************************/
/*      MEDIA SCREEN [min-width: 768px] [max-width: 979px]      */
/****************************************************************/
@media only screen and (min-width: 768px) and (max-width: 979px) {
}

/****************************************************************/
/*               MEDIA SCREEN [max-width: 767px]                */
/****************************************************************/
@media only screen and (max-width: 767px) {
}

/****************************************************************/
/*               MEDIA SCREEN [max-width: 480px]                */
/****************************************************************/
@media only screen and (max-width: 480px) {
}

/****************************************************************/
/*                         MEDIA PRINT                          */
/****************************************************************/
@media print{
}