

#container{
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}


#showHideInst{
  font-weight: bold;
  width:100%;
  background-color: #f6b352;
  font-size:18px;
  color:white;
  padding:15px;
  cursor: pointer;
}

/* #instmodalBodyText{
  max-height:80vh;
  max-width:80vw;
} */

.box{
/* font-size: 20px; */

}

#container{
/* visibility:hidden; */

}
Input {
  /* background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat; */
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.boxer {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 6px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
  cursor: pointer;

}

.boxer:hover {
  background-color:#eee;

}
.nm{
cursor: pointer;
margin-left:5px;
}
.nm:hover {
  background-color: yellow;
}



title::first-letter {
text-transform:capitalize;
}


#attribution{
visibility:hidden;

}

.hi{
  font-weight: bold;
}



#modalint {
  height: 75vh;
    width: 90vw;
}

.framelink{
cursor: pointer;
margin-left: 5px;
color:blue;
}

.framelink:hover {
  background-color: yellow;
}

#currpage{
  font-weight: bold;
  color:blue;
}


  /* // Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {
  .odometer {
      font-size: 30px;
  }
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) {
  .odometer {
      font-size: 30px;
  }
 }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) {
  .odometer {
      font-size: 60px;
  }
 }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) {
  .odometer {
      font-size: 100px;
  }
 }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
  .odometer {
      font-size:100px;
  }

 } */
