@media screen and (max-width: 650px) {
  #prodname img {
    padding: 10px !important;
    width: 90%
  }
  #prodname {
    background: none !important;
  }
  #heros, #kaleftnav {
    display: none;
    visibility: hidden;
  }
  #kaleftnav+#tab-content {
    float: none !important;
    width: inherit !important;
  }
  #download_desc {
    margin: 0 !important;
    clear: both;
  }
  .order .item {
    width: 80% !important;
  }
  .other td {
    display: inline;
  }
  .mylogosWrapper {
    display: none;
    visibility: hidden;
  }
  li.last-menu {
    float: none !important;
  }
  #company_info {
    width: auto !important;
  }
  #company_info p {
    height: auto !important;
  }
  #contact_us td {
    display: inline;
    padding: 0 !important;
  }
  #purchase_title {
    width: auto !important;
  }
  div.us_info {
    display: block;
    width: auto;
    margin-left: 0 !important;
  }
}


