div{
  overflow:hidden ;
}
/* 電腦樣式 */
@media (min-width: 768px) {
  #cloudfalre_result {
    width: 100%; /* 設定寬度 */ 
    margin-left: auto;
    margin-right: auto;
    
  }
  
  #cloudfalre_result td {
    white-space: nowrap; /* 不換行 */
  }

}
