  #toggle {
    width: 450px;
    height: 75px;
    position: fixed;
    z-index: 9000;
    bottom: 20px;
    left: 8px;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: #fbfbfb;
    padding-bottom: 2px;
    display: none;
    border: 3px solid #0078ff;
  }
  .leftad{
    display: inline-block;
    /*width: 60px !important;*/
    background-color: red; 
    color: white;
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    padding: 18px 9px;
    margin: 0px 10px 6px 4px;
    cursor: pointer;
  }
  .middlead{
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 12px;
    font-family: verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 65px;
  }
.redbold{ color: red; font-weight: bold; }
.bottomright{
  position: relative;
  z-index: 9100;
  bottom: 30px;
  left: 235px;
  color: black;
}
