
/*Default styling for popover window*/

/*CSV DIV*/
.popover	{position: fixed;}
.invisible	{visibility: hidden;}
.visible	{visibility: visible;}
.popBG		{position: fixed;	top: 0%;	left: 0%;	height: 100%;	width: 100%;	z-index: 100;	opacity: 75%;	background-color: #000000; }
.popSVG		{position: fixed;	top: 0%;	left: 0%;	height: 100%;	width: 100%;		z-index: 200;	opacity: 100%;	background-color: #000000; 	border: 1px solid #000000;}

/*.popSVG		{position: fixed;	top: 5%;	left: 1%;	height: 94%;	width: 98%;		z-index: 200;	opacity: 100%;	background-color: #000000; 	border: 1px solid #000000;}*/

/*Phone*/
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) { 

.popSVG		{position: fixed;	top: 20%;	left: 0%;	height: 60%;	width: 100%;	z-index: 200;	opacity: 100%;	background-color: #000000;}

}



