.splashBoxContainer {
	width: 750px;
	height: 350px;
	background-color: white;
	font-size: 12px;
}

.splashBox {
    color: black;
}

.splashlogo {
	width: 100%;
	height: 220px;
	background-size: 470px; 
}

.o3logo {
	width: 100%;
	height: 220px;
	background:url("../res/O3Store.png") center center no-repeat;
	background-size: 470px;
}

.meriConnectlogo {
	width: 100%;
	height: 220px;
	background:url("../res/MeriConnectAdministrationLogo.png") center center no-repeat;
	background-size: 470px;
}

.zeeroMedlogo {
	width: 100%;
	height: 220px;
	background:url("../res/zeeroMedPacsLogo.png") center center no-repeat;
	background-size: 330px;
}

.webScribeStoreLogo {
	width: 100%;
	height: 220px;
	background:url("../res/WebScribeStoreLogo.png") center center no-repeat;
	background-size: 470px;
}

.splashVersion {
	height: 18px;
	width: 100%;
	background-color: black;
	color: white;
	text-align: center;
}

.splashCeText {
}

.ceBox {
	height: 100%;
	width: 100%;
}

.ce {
	background:url("../res/CE.png") center center no-repeat;
}

.notCe {
	background:url("../res/NotCe.png") center center no-repeat;
}

.ceNumber{
}

.companyImg {
	background:url("../res/company.png") center center no-repeat;
}

.infoBox {
	background:url("../res/i.png") center center no-repeat;
}

.splashButton {
  background: #0050A6;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 27px;
  font-family: Courier;
  text-align: center;
  margin: 15px;
  padding: 5px 12px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 36px;
  z-index: 999;
  cursor: pointer;
  min-width: 1em;
  opacity: 0.4;
  outline: none;
}

.splashButton:hover {
  opacity: 0.8;
}
