/* css for ZDD news section */

body, html {
	width:100vw;
	max-width:100vw;
	padding:0;
	margin:0;
	overflow:auto;
	}
div {
	font-family:Times New Roman, Liberation Serif, Serif;
	font-size:11pt;
	margin:20px 0 125px 10px;
	line-height:2.2;
	font-weight:400;
	list-style-type: none;
	}
a {
	text-decoration:underline;
	}
a:visited {
	color:#541f7a;
	}

@media all and (max-width: 640px) {

li {
	padding-bottom:2vh;
	list-style-type:circle;
	margin-right:3vw;
	}
 }

