.answer:hover {
    border: 1px solid black;
    cursor: pointer;
}

body.modal-open {
    width: 100%;
}

body {
    font-size: 100%;
  }
  .size {
    background: #fff;
  }

  .text-size1 li,
  .text-size1 p {
    font-size: 100% !important;
  }
  .text-size2 li,
  .text-size2 p{
    font-size: 110% !important;
  }
  .text-size3 li,
  .text-size3 p{
    font-size: 130% !important;
  }

  a.size {
      color: black;
  }

  a.size:hover {
    text-decoration: none;
  }