#mobileTitle {
    display: block;
    width:100%;
    padding-bottom:10px;
    padding-top: 10px;
    margin-bottom: 30px;
    background-color:rgba(192,192,192,0.3);
}
h4 {
    display: inline;
}
h5 {
    float:left;
    margin-left:10px;
}
#Logo {
    float:left; 
    width:25px; 
    height:28px;
    margin-left: 10px;
}

.assumpContent {
    margin-left:20px;
}

.assumpContent2 {
    margin-left:35px;
    font-size:10pt;
}

.assumpContent3 {
    margin-left:20px;
    font-size:10pt;
}

.formula {
    margin: auto;
    padding: 20px;
    width: 75%;
}

  .feedback-content2 {
    background-color: #fefefe;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
    width: 80%;
    box-shadow:1px 1px 7px grey;
  }

  span {
      color: #037AFB;
      margin-left:2px;
      cursor: pointer;
  }
li {
    list-style: none;
}

  .widget_nav_menu .menu-item-has-children {
    cursor: pointer;
}
span.Expander {
    cursor: pointer;
    width: 13px;
    display: inline-block;
}

.popuptext {
    display: none;
}

  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }