body {
	font-family: arial;
}

.buttonsMenu {
    width:100%; 
    margin-bottom: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.buttonViewDetails {
    background-image: url("https://gotoipmg.com/public_files/Search-Hover.png");
    min-width: 93px;
    min-height: 33px;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    margin-right:2em;
    border: none;
}

.buttonViewDetails:hover, .buttonViewDetails:focus {
    background-image: url("https://gotoipmg.com/public_files/SearchButton.png");
    background-color: transparent;
}

.mainTable {
	background-color: #E0E0E0; 
	width:100%;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family:arial; 
 font-size:100%;
}

td  { font-family:arial; font-size:100%; padding:20px;}
th  { font-family:arial; font-size:125%; font-weight:bold; color:white; background-color:#78278B; height:50px; padding:20px;}
tr:nth-child(even) {background-color: #ffffff};

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.prettyHeaderData {
	font-family: arial;
	font-size: 300%;
	font-weight: bold;
	margin-left: 5%;
	margin-right: 5%;
	background-color: #78278B;
	padding-bottom:7px;
	padding-top:7px;
	padding-left: 5%;
	padding-right: 5%;
	width:80%;
	color: #ffffff;
	display:inline-block;
}

.prettyLabel {
	font-family: arial;
	font-size: 150%;
	color: #78278B;
	font-weight: bold;
}

.prettyDataBox {
	font-family: arial;
	margin-left: 10%;
	text-align:justify;
	width:80%;
	line-height:1.5;
	margin-bottom: 1em;
}

.prettyData {
	font-family: arial;
	margin-bottom: 1em;
}

.button1 {
    background-image: url("https://gotoipmg.com/public_files/ReturnButton-Hover.png");
    padding: 16px;
    min-width: 225px;
    min-height: 60px;
    cursor: pointer;
    outline: none;
    background-color: #ffffff;
    margin-left:1em;
    border: none;
}

.button1:hover, .button1:focus {
    background-image: url("https://gotoipmg.com/public_files/ReturnButton.png");
    background-color: #ffffff;
}

.button2 {
    background-image: url("https://gotoipmg.com/public_files/WebsiteButton-Hover.png");
    padding: 16px;
    min-width: 225px;
    min-height: 60px;
    cursor: pointer;
    outline: none;
    background-color: #ffffff;
    margin-right:2em;
    border: none;
    float:right;
}

.button2:hover, .button2:focus {
    background-image: url("https://gotoipmg.com/public_files/WebsiteButton.png");
    background-color: #ffffff;
}

.button3 {
    background-image: url("https://gotoipmg.com/public_files/HomePage-Hover.png");
    padding: 16px;
    min-width: 225px;
    min-height: 60px;
    cursor: pointer;
    outline: none;
    background-color: #ffffff;
    margin-right:2em;
    border: none;
    float:left;
}

.button3:hover, .button3:focus {
    background-image: url("https://gotoipmg.com/public_files/HomePageButton.png");
    background-color: #ffffff;
}

.button4 {
    background-image: url("https://gotoipmg.com/public_files/NewActivity-Hover.png");
    padding: 16px;
    min-width: 225px;
    min-height: 60px;
    cursor: pointer;
    outline: none;
    background-color: #ffffff;
    margin-right:2em;
    margin-left:2em;
    border: none;
}

.button4:hover, .button4:focus {
    background-image: url("https://gotoipmg.com/public_files/NewActivityButton.png");
    background-color: #ffffff;
}



.dropbtn {
    background-image: url("https://gotoipmg.com/public_files/CountyButton-Hover.png");
    background-color: #ffffff;
    padding: 16px;
    font-size: 16px;
    min-width: 188px;
    min-height: 60px;
    margin-left:2em;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-image: url("https://gotoipmg.com/public_files/CountyButton.png");
    background-color: #ffffff;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #479ACF;
    font-family: "arial";
    min-width: 160px;
    height: 300px;
    max-height: 300px;
    margin-left:3em;
    overflow-y: scroll;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: white;
    color: #78278B;
}

#lightbox {
	position: fixed;
	top: 20%;
	left: 30%;
	margin-left: -250px;
	background: #fff;
	z-index: 1001;
	display: none;
	height: 600px; /* You need to set a specific height - px or %*/
	overflow-x:scroll; /* Tell the container to scroll if the content goes beyond bounds*/
	width:1000px;
	overflow-x:scroll;
}

#lightbox-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
}

.show {display:block;}