/* 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 ";
}
/* */
div.newsSimple_list {
	border: 1px solid #666 !important;
        flex-wrap: wrap;
}
div.newsSimple_list label {
        flex-basis: 80%;
}
div.newsSimple_list span.pic {
    max-width: 100px;
    height: auto;
}
div.newsSimple_list span.pic img {
    width: 100%;
    height: auto;
}

div.newsSimple_list .toggle.details {
	display: none;
        order: 25;
        flex-basis: 100%;
        
}

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%;
}