@charset "utf-8";
/* CSS Document */
 .dropdown:hover .dropdown-menu {
	  display: block;
	}

div.appInvoice
{
	width: auto;
	height: auto;
	border-color:#C63;
	border: groove;
	padding:15px;
	margin:1%;
	background-color:#f4dffb;
	border-radius: 10px;
  
}
img.mainBanner
{
margin-top: 1%;	
border-radius: 10px;
width:74%;
height: 30%;
}
div.mainBoder
{

	border:groove;
	border-left-width:medium;
	width: auto;
	margin:1%;
	border-radius: 10px;
	padding: 20px;
}
p.title
{	
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
font-weight:bolder;
text-shadow:inherit;
}
 @media screen and (min-width: 800px){
	div.mobileView{
		display: none;
	} 
 }
  
@media only screen and (max-width: 800px){
	div.desktopView{
		display: none;
	}
}