#datatip{
    padding: 10px 20px;
    font-family: Verdana, arial;
    width: 400px;
    height: auto;
    position: absolute;
    border: 1px solid black;
    background-color: white;
    border-radius: 5px;
    opacity: 0.0;
    left: 0;
    top: 0;
    background-position: 10px 7px, 330px 7px;
    background-size: 50px auto, 50px auto;
    background-repeat: no-repeat , no-repeat;
  }
  
  #datatip h2 {
    font-size: 18px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-left: 50px;
  }
  
  #datatip p {
    font-size: 14px;
  }
  
  #sidebar {
    width: 250px;
    float: left;
  }
  
  #side_setting{
    padding: 5px 10px;
    font-family: Verdana, arial;
    width: auto;
    border: 1px solid black;
    background-color: white;
    border-radius: 5px;
    left: 0;
    top: 0;
  }
  
  #side_setting h2{
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 2px solid gray
  }
  
  #side_search{
    padding: 5px 10px;
    font-family: Verdana, arial;
    width: auto;
    border: 1px solid black;
    background-color: white;
    border-radius: 5px;
    left: 0;
    top: 0;
  }
  
  #side_search h2{
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 2px solid gray
  }
  
  #side_data{
    padding: 5px 10px;
    font-family: Verdana, arial;
    width: auto;
    border: 1px solid black;
    background-color: white;
    border-radius: 5px;
    background-position: 160px 7px;
    background-size: 70px auto;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    opacity: 0.0;
  }
  
  #side_data h2{
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 2px solid gray;
    margin-right: 100px;
  }
  
  #side_data h3 {
    font-size: 14px;
  }
  