.dummy {}

body {
  font-family: "Playwrite CL", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 17pt;
  margin-bottom: 3em;
}

#splash_img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#status_bar {
  position: fixed;
  bottom:0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.5em;
  border-top: 1px solid gray;
  color: gray;
  background: white;
  font-family: Arial, Helvetica, sans-serif;
}

.catname {
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catsubcnt {
  font-size: 0.7em;
}

.catreccnt{
  font-size: 0.7em;
}

.category {
  width: 15em;
  height: 3.5em;
  border: 1px solid red;
  margin: 10px;
  display: table-cell;
}

.frm_categories{
  display: none;
}

.clickable {
  cursor: pointer;
  border: 1px solid gray;
}

.clickable:hover {
  cursor: pointer;
  border: 2px solid blue;
}

.clickable:active {
  cursor: pointer;
  border: 2px solid red;
}

.back_btn {
  width: 1.5em;
  height: 1.5em;
  background-image: url('./assets/back_btn.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  float: left;
  margin-right: 0.5em;
  cursor: pointer;
}

.imglegend {
  color: #EEE;
  font-size: 0.1em;
  position: absolute;
  bottom: 15px;
}
.imglegend A {
  color: #EEE;
}
