.banner {
  background-image: url("../resources/portraits/banner.png");
  background-repeat: no-repeat;
  background-size: 150px 30px;
  color: #141414;
  font-size: 0.8rem;
  height: 25px;
  padding-top: 5px;
  width: 150px;
}

.bannertop {
  margin-bottom: 5px;
}

.bannerbottom {
  margin-top: 5px;
}

.portrait {
  background-repeat: no-repeat;
  background-size: contain;
  height: 241px;
  width: 150px;
} 

.dossier {
  align-items: center;
  display: inline-block;
  margin: 3px 3px;
  position: relative;
  text-align: center;
  vertical-align: top;
  z-index: 2;
}

.dossierModal {
  cursor: pointer;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.group {
  display: inline-block;
  margin: 5px 5px;
  vertical-align: top;
  text-align: center;
}

.groupContainer {
  display: none;
}

.groupHeader {
  align-items: center;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  z-index: 2;
  width: 100%;
}

.groupText {
  padding: 3px 3px;
  text-align: center;
  width: 100%;
}

.groupModal {
  background-color:rgba(25, 25, 25, 0.9);
  align-items: center;
  cursor: initial;
  display: none;
  height: 100%;
  overflow: hidden;
  font-size: 0.8rem;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.group .row {
  align-content: center;
  margin-top: 3px;
  margin-bottom: 3px;
}

.group .subtitle {
  font-size: 1rem;
}

.group .title {
  font-size: 1.6rem;
}

.location .header {
  background: linear-gradient(to right,#141414,#333333,#141414);
  font-size: 1.4rem;
  cursor: pointer;
}

.npc {
  text-align: center;
}

.npc .modal {
  background-color:rgba(25, 25, 25, 0.9);
  cursor: initial;
  display: none;
  height: 100%;
  overflow: auto;
  font-size: 0.8rem;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.modalcontent {
  text-align: center;
  padding: 3px 3px;
}

.modaltitle {
  padding: 5px 5px;
  text-align: center;
}

.highlight {
  display: block;
  margin: auto auto;
}