﻿.nvTrCll
{
	vertical-align:top;
}

.cntCll
{
	vertical-align:top;
}

.cntFrm
{
	border: 0; !important
}

/* hide menu for smaller resolutions */
@media only screen and (max-width:1000px) {
  .expTrCll .tv { display: none;}
}
.menutrigger { cursor: pointer;}
@media only screen and (min-width:1001px) {
	.menutrigger { display: none;}
}
.menutrigger .stxt  {
  padding-left: 1.25em;
  position: relative;

}
.menutrigger .stxt:before {
  content: "";
	height:1em;
	position: absolute;
  left: 0;
  top: 0.21em;
  bottom: 0.21em;
  width: 1em;
  background: linear-gradient(
    to bottom, 
    black, black 20%, 
    white 20%, white 40%, 
    black 40%, black 60%, 
    white 60%, white 80%, 
    black 80%, black 100%
  );
} 

@media only screen and (max-width:800px) {
.hdrLgCll img { max-width:100px}
}