/**
* @package Joomla! 1.7
* @author 2008 (c)  Denys Nosov (aka Dutch)
* @author web-site: www.joomla-ua.org
* @copyright This module is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License.
**/

.junewsultra {
	display: flex;
	flex-wrap: wrap;
}

.junewsultra:nth-child(n+4) {
	margin-top: 30px;
}

.jn {
	width: 260px;
	margin-bottom: 30px;
	margin-left: 17px;
}

.jn:hover {
	
	outline: 2px solid #43751a;
	outline-offset: 7px;
}

.jn h4 {
	font-size: 14px;
	font-family: "Open sans";
}


.jn-right {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 10px;
}


.date-conteiner {
	
	background: #43751a;
    color: #ffffff;
    width: 60px;
	height: 60px;
    text-align: center;
    padding: 16px 0 15px ;
	margin-right: 5px;
}

.jn-small {
	
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: bold !important;

}