.highlight {
  font-weight: bold;
}
p {
  text-align: justify;
  font-family: "comic sans ms", sans-serif;
  line-height: 1.7em;
  padding-left: 5px;
  padding-right: 5px;
  direction: ltr;
}
.icon{
width:20px;
height:20px;
}
.assideIcon{
width:45px;
height:45px;
vertical-align: top;
}
.bigIcon{
width:45px;
height:45px;
}
.hide1 {
  display: none;
}
.img_right {
  float: right;
  margin: 20px;
}
aside {
  float: right;
  border: 1px solid black;
  margin: 20px;
  width: 30%;
  padding: 5px;
  position:relative;
  text-align:left;
  word-break:break-word;
}
.definition {
  background-color: lightgrey;
}
.p_special {
  clear: both;
}
h1 {
  text-align: center;
  font-family: Ravie, "Lucida Calligraphy";
  color: black;
  font-size: 26px;
}
h2 {
  font-family: Jokerman, "Lucida Calligraphy";
  color: grey;
}
.imgBook {
  border-radius: 10%;
  width: 40%;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.double {
   width: 60%;
}
.assideImg{
width:100%;
height:150px;
border-radius:15px;
}
aside p{
   display: none;
    background-color: #e3fb08;
    color: black;
    position: absolute;
    top: 0px;
    border: 2px #dcaf02 solid;
    border-radius: 15px;
    padding: 5px;
    z-index: 1;
    font-size: 0.8em;
    left:-125px;

  }
.ref{
   color:white !important;
   margin-left:5px;
   cursor:pointer;
  }