
		@media only screen and (max-width: 575px) {
			div.grtoer {
				display:block;
				width:100%;
				margin:0 0 10px 0;
			}
			div.grtoer img {
				display: block;
			}
		}
		@media only screen and (min-width: 576px) {
			div.grtoer {
				display:inline;
				float:left;
				width:150px;
				height:115px;
				background-size: cover;
				margin:0px 10px 0 0;
			}
			div.grtoer img {
				display: none;
			}
		}
		
		.gftroghtof {
			display:inline;
			float:right;
			margin:0 0 0 10px;
			width:67px;
			height:70px;
			background-image:url('/application/blocks/news_entry/cal_green.png');
		}
		.gftroopuu {
			font-size:0.75em;
			color:white;
			text-align:right;
			margin:2px 4px 0 0;
		}
		.wwgetuzdg {
			font-size:1.4em;
			color:white;
			font-weight:bold;
			text-align:center;
		}
		
		div.newsentrys div.row div.col-lg-6 div a.more {
			padding: 5px 25px;
			color: #fff;
			text-decoration: none;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			background-color: #6da523;
			border: solid #5a8126 2px;
		}