


.morecontent span {
    display: none;
}
.ReadMore {
    display: visible;
}

.sidepanel  {
  width: 0;
  position: absolute;
  z-index: 1;
  height: auto;
  top: 0;
  left: 0;
  background-color: #f57d09;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  margin-top: 190px;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.1em;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
}

.active_mp {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
}


.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #f57d09;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#d57d27;
}
