.wpng-cal-loading {
	height: 100px;
	text-align: center;
}

.wpng-cal-image {
	margin-top: 20px;
}

.wpng-page-list-table {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
}

.wpng-page-list-head {
	padding-top: 0px;
	margin-top: 10px;
	font-size: 90%;			/* datum */
	font-weight: normal;
	border-top: 1px solid #E5E5E5;
	font-style: italic;
	}

tbody tr td {
	
}
.wpng-page-list-time {
	width: 160px;
	padding: 5px 0;
	font-size:  90%;
	font-style: italic;
}

.wpng-entry {
	border: 1px solid red;
	
}

.wpng-entry-label-row {
	padding-top: 7px;
	font-size: 120%;
	 
}

.wpng-entry-label {
	font-weight: normal;
	width: 80px;
    float: left;
   
    
}

.wpng-entry-label-text {
	float: left;
	
}

.wpng-entry-desc {
	padding-top: 10px;
	font-size: 110%;
	
}

.wpng-widget-date-title {
	margin-top: 6px;
	background: blue;
}

br {
	clear: both;
}

td.wpng-page-list-title {
	font-size: 133%;
	color:  #fff;
}
td.wpng-page-list-title a:link, td.wpng-page-list-title a:visited {
	color: #FFF;
	text-decoration: none !important;
	border: none;
	
}
td.wpng-page-list-title a:hover {
	color: #a1e928;
}

td.wpng-page-list-title a:active {
	color:  #E20F22;
}

.prevnext {
	border-bottom: none !important;
	border-bottom-width: 0px !important;
	margin-top: 2em;
}
.prevnext a:link {
	color:  #a1e928;
	border-bottom: 1px dotted #a1e928;
}
.prevnext a:hover {
	color:  #a1e928;
	border-bottom: 1px solid #a1e928;
}