    .mobileShow { display: none;}    /* Smartphone Portrait and Landscape */    @media only screen    and (min-device-width : 320px)    and (max-device-width : 480px){ .mobileShow { display: inline;}} 
    .mobileHide { display: inline;}    /* Smartphone Portrait and Landscape */    @media only screen    and (min-device-width : 320px)    and (max-device-width : 480px){  .mobileHide { display: none;}} 
 .glue_content {  text-align:center;  } .glue_stop {  color:red;  font-weight:bold;  font-size:30px;  /*margin-bottom:10px;*/ } .glue_header {  font-size:18px;  font-weight:bold;  /*margin-bottom:20px;*/ } .product_table {  margin: 0 auto; } .table_2 {  font-size:100px;  cursor:default; } .table_3 img {  width:250px; } 