.footer-langs {
  width: 10rem;
  margin: 1rem auto;
  text-align: left;
}
.footer-langs > select {
  border-radius: 4px;
  padding: 3px 8px;
  box-sizing: border-box;
  width: 100%;
  color: #333;
  border:1px solid #999;
  background-color: #fff;
}

.type-item {
  width: 8rem;
}

.name-details {
  min-width: 100px;
}

@media only screen and (max-width: 820px){
  #results .type-item {
    width: 97px;
  }
}

.results-container {
  margin-top: 1.6rem;
}
.section-header.margin-top {
  margin-top: 8px;
}

/*for CLS*/
.results-section .table-container {
  height: 800px;
}

#nitro-top {
  display: grid;
  place-items: center;
  margin: .5rem auto;
  min-width: 250px;
  height: 216px;
  height: calc(200px + 1rem);
  overflow: hidden;
}
#nitro-top, #nitro-body-desktop {
  position: relative;
  max-height: 320px;
}
@media only screen and (min-width: 200px) {
  #nitro-body-desktop {
    display: block;
  }
}
div#nitro-top > p, div#nitro-body-desktop > p, div#nitro-header-mobile > p {
  display: block !important;
  color: #000 !important;
  z-index: auto !important;
  font-size: 14px !important;
/*  color: #df0909;*/
  position: absolute !important;
}
div#nitro-body-desktop > p {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div#nitro-header-mobile > p {
  left: 50%;
  transform: translate(-50%, 50%);
}
.nitro-banner {
  height: 250px;
  width: 100%;
}
#nitro-top .nitro-banner {
  height: 200px;
}


.nitro-body {
  min-width: 300px;
  width: 100%;
  min-height: 300px;
  text-align: center;
  margin: auto;
}

#nitro-header-mobile {
  display: block;
  margin: 1.6rem auto 50px;
  min-width: 320px;
  max-width: 1000px;
  min-height: 300px;
  text-align: center;
  overflow: hidden;
}

.nitro-side {
  display: inline-block;
  width: 100%;
  height: 600px;
  text-align: center;
}

@media (max-width: 1290px) {
  .nitro-side {
    display: none;
  }
}

@media only screen and (min-width: 1290px) {
  #nitro-sidebar-left {
    display: block;
    width: calc( (100% - 1000px) / 2 - 25px);
    min-width: 98px;
    height: 600px;
    position: fixed;
    top: 95px;
    left: 5px;
    text-align: left;
    overflow: hidden;
  }

  #nitro-sidebar-right {
    display: block;
    width: calc( (100% - 1000px) / 2 - 25px);
    min-width: 98px;
    height: 600px;
    position: fixed;
    top: 95px;
    right: 5px;
    text-align: right;
    overflow: hidden;
  }
}

#alertMessage div {
  color: #333;
}

/*pokemon Images*/
.boss-section #poke-select {
  margin-bottom: 2px;
}
.boss-section h4.sub-title {
  margin-bottom: 0;
}
#raid-pokemon {
  margin-bottom: 18px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

#raid-pokemon picture {
  display: grid;
  justify-items: center;
  align-items: center;
}