<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GLOBAL STYLES */
/* -------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  height: 100%;
  width: 100%;
  background-image: url("../data/em_bg_5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#topHeader {
}

#navBar {
  background-color: #dddddd;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

#allBody {
}

.main-body {
  font-size: 16px;
  background-image: linear-gradient(#fffa, #00aa44aa, #fffa),
    url("../data/em_bg-2.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: josefin;
  color: black;
  font-weight: 700;
  border: 2px solid #000;
  border-radius: 15px;
}
.nav_link {
  color: white;
}
.vl {
  display: flex;
  align-items: center;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  height: 25px;
}

.em-dropdown::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.em-dropdown {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.panalLink:hover,
.panalLink:active {
  cursor: pointer;
  /* font-size: 110%; 
    font-weight: bolder;*/
  background-color: #123458;
  color: #fff !important;
  text-decoration: underline;
  text-shadow: 1px 1px 10px #000000;
}

.em-dropdown {
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  border-radius: 15px;
  border: 3px solid grey;
  text-align: center;
}

.container_image {
  align-items: center;
  float: center;
}

.image {
  float: left;
  padding: 5px;
}

#center_div {
  text-align: center;
  color: black;
  height: 100%;
  width: 100%;
  font-size: 18px;
}

.bg-danger {
  --bs-bg-opacity: 0.7 !important;
}

.bg-info,
.bg-success,
.bg-warning {
  --bs-bg-opacity: 0.5;
}

.tableBorder,
.tableBorder &gt; tbody &gt; tr &gt; td {
  border: 2px solid #000;
  padding: 2px;
  font-weight: normal;
}

.tableBorder &gt; tbody &gt; tr &gt; th {
  background-color: #87b7ff;
}
</pre></body></html>