/**
*  @module         news
*  @version        see info.php of this module
*  @author         Ryan Djurovich, Rob Smith, Dietrich Roland Pehlke, Christian M. Stefan (Stefek), Jurgen Nijhuis (Argos), LEPTON Project
*  @copyright      2004-2010 Ryan Djurovich, Rob Smith, Dietrich Roland Pehlke, Christian M. Stefan (Stefek), Jurgen Nijhuis (Argos)
*  @copyright      2010-2023 LEPTON Project
*  @license        GNU General Public License
*  @license terms  see info.php of this module
*  @platform       see info.php of this module
*
*/
.loop_header {width: 100%;display:flex;flex-wrap:wrap;justify-content:space-between;}
.post_item {flex:1 1 25%;max-width:calc(25% - 10px);border:1px solid #ddd;padding:15px 15px 45px 15px;margin:0 0 10px 0;position:relative;}
.post_image {text-align:center;}
.post_image img {max-width:100%;width:auto;height:auto;line-height:0;}
.post_short {text-align: justify;padding-bottom: 5px;}
.readmore {position:absolute;right:15px;bottom:15px;text-align:right;}
.page_header {width: 100%;}
.post_header {width: 100%;}
.public_info {text-align: right;}
.group_page {padding:0 0 20px 0;}
.selected_group_title {font-size: 14px;text-align: center;}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {display:none;}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 600px) {
.loop_header {justify-content:center;flex-direction:column;}
.post_item {flex:1 1 100%;max-width:100%;border:1px solid #ddd;padding:15px 15px 45px 15px;margin:0 0 20px 0;}
}