@media (device-width: 800px)
  and (min-device-height: 1333px)
  and (max-device-height: 1334px)
  /*and (device-height: 1333px)*/
  and (orientation: portrait) /*
  and (-webkit-device-pixel-ratio: 1.5)
  and (-webkit-device-pixel-ratio : 1.5) */
{


.browser-tag:before {
  content:'Samsung TAB/S6-lite';
  font-weight:bold;
  color: rgb(100,150,100)
}


/* CSS GO HERE 2000x1200*/
.TAB6-lite {
    display:inline-block;
  }

body {
    margin:0; padding:0;
    font-size:14pt; /* default */
    line-height: 1.5em;
    background-color: rgb(240,240,240);

  }

vbox#abox {
  padding: 0 1em 0 0.5em;
}


nav a {
    font-size: 1.2em;
  }

nav hbox {
    margin-top: 2.5em;
  }





} /* end of media  TAB-S6-lite */
