html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: white; }

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2; }

.ocsa_center_text {
  text-align: center; }

.ocsa_horz_center {
  margin: 0 auto; }

.ocsa-nav-item {
  background-color: transparent; }

.ocsa_results_div {
  float: left;
  width: calc(100%-2em);
  height: 1.5em;
  margin-left: 1em;
  margin-right: 1em;
  background-color: transparent; }

.pls_wait_div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 28px;
  width: 250px;
  margin: 0 auto;
  background-color: white;
  border: .0625em solid #000000;
  /* 1px / 16px */
  border-radius: .5em;
  /* 8px / 16px */
  visibility: hidden;
  z-index: 50; }

div.displayCenter {
  display: block;
  margin: 0 auto;
  text-align: center; }
  
.module-content-ocsa{
	border: .0625em rgba(0,0,0,0.6) solid; /* 1px / 16px */
	border-radius:.5em;
	box-shadow: .3125em .5em rgba(0,0,0,0.6); /* 5px / 16px, 8px / 16px */
	background-color:white;
    //background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#888));
    //background-image: -moz-linear-gradient(top left, #fff,#888);
}  

.nav-item-ocsa{
	margin: 0 0.3125em 0.3125em 0; /* 5px / 16px */
}

.btn-ocsa{
	width:6.25em; /* 100px / 16px */
}

.title-ocsa{
	width:100%;
	text-align:center;
	border:1px solid rgba(0,0,0,0.6);
	border-radius: .5em;
	background-color:#F5F5F5;
}

