/*@import url('https://fonts.googleapis.com/css?family=Kanit:400,700,800,900');*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');

*{
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);

    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */

    -webkit-text-size-adjust: 100%;

    -webkit-user-select: none;
    -moz-user-select: none;
    -user-select: none;
    margin: 0;
    padding: 0;
}

span {
  margin: 0;
  padding: 0;
  font-size: auto;
}

img {
  vertical-align: middle;
}

html,body{
  -webkit-overflow-scrolling: touch;  
  margin:0;
  padding:0;
  background: #FFF;
  font-family: 'Arial', sans-serif;
  font-weight: 900;
  letter-spacing: 0px;
  color: #FFF;
  width: 100%; height: 100%;
  overflow: hidden;
}

select {
  position: relative;
  opacity: 0;
}

body {
  width: 100%; height: 100%;
  overflow: hidden;
}

#ieWrapper {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #37a8e8;
  z-index: 9999999999;
}

#ieMessage {
  position: absolute;
  width: 550px; height: 100px;
  top: 50%; left: 50%;
  margin-left: -275px; margin-top: 0px;
}

#ieMessage img {
  position: absolute;
  top: -150px; 
  left: 0;
}
