
/* CSS FOR /headlines/news.shtml - CORONAVIRUS REVEALED */

#corona	{
	font: 1.1em/1.1 arial,helvetica,sans-serif;
	width: 276px;
	border: 5px solid #f3f4f9;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	margin: 0 auto;
	padding: 5px;
	background-color: #ccd0e0;
	z-index: 101;
}
#corona #example	{
	text-align: justify;
	font: 80%/1.1;
	font-size: 1em;
	padding: 0px 0px 5px 0px;
}
p.frst_ltr::first-letter {
	font-size: 30px;
	color:  #c80000;
	font-family: ms serif,helvetica,sans serif;
	font-weight: bold;
	font-style: italic;
}



.hidden_corona {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	cursor: pointer;
}
.hidden_corona .hidden-content {
	visibility: hidden;
	min-width: 320px;
	/* width: 220px; */
	background-image: linear-gradient(#d8dbe8, #fff);
	font: 1em/1.1 Arial,Helvetica,sans-serif;
	color: #7882ae;
	text-align: justify;
	border-radius: 6px;
	padding: 15px;
	position: absolute;
	bottom: -10px;		/* POSITIONS DROPDOWN BOX TOP TO BOTTOM */
	left: 0px;			/* POSITIONS DROPDOWN BOX LEFT TO RIGHT */
	margin-left: 20px;
	margin-bottom: 10px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
/* BEGIN FADE IN TOOLTIP - TAKES 1 SECOND TO GO FROM 0% TO 100% OPAC: */
	opacity: 0;
	transition: opacity 1s;
/* END FADE IN TOOLTIP */
	clear: both;
	z-index: 1;
}
.hidden_corona:hover .hidden-content {
	position: absolute;
	display: block;
	visibility: visible;
	opacity: 1;
}

















.hidden {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	cursor: pointer;
}
.hidden .hidden-content {
	visibility: hidden;
	min-width: 320px;
	/* width: 220px; */
	background-image: linear-gradient(#d8dbe8, #fff);
	font: 1em/1.1 Arial,Helvetica,sans-serif;
	color: #7882ae;
	text-align: justify;
	border-radius: 6px;
	padding: 15px;
	position: absolute;
	bottom: -10px;		/* POSITIONS DROPDOWN BOX TOP TO BOTTOM */
	left: 0px;			/* POSITIONS DROPDOWN BOX LEFT TO RIGHT */
	margin-left: 20px;
	margin-bottom: 10px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
/* BEGIN FADE IN TOOLTIP - TAKES 1 SECOND TO GO FROM 0% TO 100% OPAC: */
	opacity: 0;
	transition: opacity 1s;
/* END FADE IN TOOLTIP */
	clear: both;
	z-index: 1;
}
.hidden:hover .hidden-content {
	position: absolute;
	display: block;
	visibility: visible;
	opacity: 1;
}
.hidden_ol li {
	left: 0px;
	bottom: -10px;
	margin-left: -20px;
	font: 1em/1.1 Arial,Helvetica,sans-serif;
	padding-bottom: 6px;
	text-align: justify;
}
.hidden_ol_roman li {
	left: 0px;
	bottom: -10px;
	margin-left: -20px;
	font: 1em/1.1 Arial,Helvetica,sans-serif;
	padding-bottom: 6px;
	list-style-type: upper-roman;
	text-align: justify;
}

/* BEGIN HOVER DROPDOWN IMAGE */

.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	/* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
	padding: 4px;
	z-index: 1;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.desc {
	padding: 15px;
	text-align: center;
	font-family: myFirstFont;
	color: #7882ae;
	font-size: 15pt;
	font-weight: bold;
}
.radius {		/* IMAGE MANIPULATION */
	border-radius: 50%;
}
/* END HOVER DROPDOWN IMAGE */
