@charset "UTF-8";
/* MGBC expand */

#text {
  display:none;
}
.btn-container {
  margin: -70px auto 0;
  height: 44px;
  width: 200px;
}
#toggle {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #4B2843;
  padding: 8px 20px;
  line-height: 23px;
  font-size: 20px;
  background: #FFF;
  font-family: "Mandali", sans-serif;
  color: #832681;
  box-sizing: border-box;
}
#toggle:hover{
  color: #F39;
}
#read {
  border: 0; 
  height: 1px; 
  background-image: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(75, 40, 67, 1) 50%,rgba(0,0,0,0) 100%);
  margin: 50px 0;
}