﻿body
{
   font-size:50%;
   /*gradient for smartglass UI*/
   background: -webkit-linear-gradient(top, #000000 50%, #323232); /* Safari and Chrome*/
   background: -moz-linear-gradient(top, #000000 50%, #323232);/*Firefox*/
   background: -ms-linear-gradient(top, #000000 50%, #323232);/*IE*/
}

/*for smaller android tablets the line height prevents showing all 6 items*/
@media (max-height:595px) 
{
  body
    {
        font-size:44%;
    }

  .helpMenu li a
    {
        height:2.5em;
        line-height: 2.5em;
    }
}

article .contentPanel
{
    padding: 2em 0 0 48px;
    position: relative;
    top: 20%;
    width:300px;
}

article .helpContent
{
    position: relative;
    height: 75%;
    top: 16%;
    padding: 2% 144px 2% 64px; 
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    line-height:1;
}
article .contentPanel .backLink
{
    position: fixed;
    top: 25%;
    left: 1em;
    margin: 0;
    background-position-y:2.25em;
}

article .contentPanel .panelButtons
{
   display: none;
}


.navLinks a, .navLinks a:focus, .navLinks a:hover:not(:focus) 
{
   font-weight: 0;
    border:none;
    background-color: transparent;
    outline:0;  
    box-shadow:none;
}

article .contentPanel .articleTitle
{
    position: fixed;
    top: 0;
    left: 0;
    height: 10%;
	padding: 0.55em;
    display: block;
    width: 70%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.25); 
	font-weight: 800;
}

.helpMenu li a
{
    height: 2.25em;
    line-height: 2.25em;
}

/*

.pageCounter
{
    display: block;
    position: fixed;
    right: 2em;
    bottom: .5em;
    left: auto;
}



article .contentPanel .backLink:focus 
{
     background-position-y:2.25em;
}

#TOC .articleTitle 
{
    left:1.75em;
}


*/
