.button_download {
    padding: 7px 12px !important;
    font-size: 18px;
    background: #6e1800;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: hover .8s;
    border: 2px solid rgb(255, 255, 255);
  }
  .install-button {
    margin-left: 15px;
  }
  .install-button2 {
    margin-left: 15px;
  }
  .button_download:hover {
    background: #ffffff;
    color: #6e1800 !important;
    border: 2px solid #6e1800;
    cursor: pointer;
  }
  .tooltip-inner {
    background-color: #ffffff !important;
    color: #6e1800 !important;
    border: 1px solid #6e1800;
    padding: 6px;
  }