/* system menu integration style for modules */
#ATEDIN_system ul li.menu_SYSTEM-MODULES ul li.creator_NewsSimple > a span:before {
	font-family: ElegantIcons;
	content: " ";
}
#ATEDIN_system ul li.menu_SYSTEM-MODULES ul li.creator_NewsSimple > ul > li:nth-child(1) > a span:before {
	font-family: ElegantIcons;
	content: " ";
}
#ATEDIN_system ul li.menu_SYSTEM-MODULES ul li.creator_NewsSimple > ul > li:nth-child(2) > a span:before {
	font-family: ElegantIcons;
	content: "p ";
}
/* */
.simpleNewsEditor .list {
	border: 1px solid #666 !important;
}
.simpleNewsEditor .list label {

}
.simpleNewsEditor .list td.pic {
    max-width: 40px;
    height: auto;
}
.simpleNewsEditor .list td.pic img {
    width: 100%;
    height: auto;
        max-width: 40px;
}
.simpleNewsEditor .list .toggle.details {
	display: none;
        order: 25;
        flex-basis: 100%;
        
}
.simpleNewsEditor .list .shortcontent {
    max-width: 200px;
}



div.newsSimple_list .short,
div.newsSimple_list .long {
	border: 1px solid #666;
	padding: 10px;
	margin: 10px;
	overflow: hidden;
	background-color: #FFF;
}
div.newsSimple_list .short .text {
	float: left;
	padding: 10px;
	width: calc(100% - 200px);

}
div.newsSimple_list .short .pic {
	width: 150px;
	float: right;
	overflow: hidden;
	border: 1px solid #666;
	margin: 10px;
}
div.newsSimple_list .short .pic img {
	max-width: 100%;
	display:block;
	height: auto;
}
div.newsSimple_list span.title {
	max-width: 100%;
}