.table-icons td img {
	width: 24px;
	height: 24px;
}

.table-icons tr{
    display: inline-block;
}

.table-icons{
    transition: all .25s ease-in-out;
}

.table-icons td:hover{
    background-color: rgba(0,0,0,0.12);
    transition: all .25s ease-in-out;
}


.t3-page-ce-body-header {
	display: block;
	padding: 0px 0 5px 0px;
	border-bottom: 1px solid #CACACA;
	margin-bottom: 10px;
}


.container {
	max-width: 100%;
}

.t3-page-ce .t3-page-ce-footer {
	padding: 0 5px;
}

.mindshape-backend-preview-inner-content {
	position: relative;
}

.mindshape-backend-preview-iframe-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #f49700;
	width: 100px;
	height: 100px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#wsc_img_banner {
	display: none !important;
}

.cke_combopanel__format {
	width: auto !important;
}
