﻿body
{
   font-size:50%;
   /*gradient for smartglass UI*/
   /*background: -webkit-linear-gradient(top, #000000 50%, #323232);
   background: -moz-linear-gradient(top, #000000 50%, #323232);
   background: -ms-linear-gradient(top, #000000 50%, #323232);*/
}

/*for smaller android tablets the line height prevents showing all 6 items*/
@media (max-height:595px) 
{
  body
    {
        font-size:44%;
    }

  .helpMenu li a
    {
        height:inherit;
        margin: 0;
        padding: 1.5em 0;
    }
}

article .contentPanel {
    width: 0px;
}
article .contentPanel.toc
{
    padding: 0;
    position: relative;
    top: 10%;
    height: 80%;
    width:100%;
    background-color:transparent;
}

article .contentPanel .panelButtons
{
   display: none;
}

.pageCounter
{
    display: block;
    position: fixed;
    right: 2em;
    bottom: .5em;
    left: auto;
}

article .helpContent
{
    position: relative;
    height: 70%;
    top: 20%;
    padding: 2% 144px 2% 64px; /* right padding set to be higher than column-gap to allow "peek" (part of next column showing up next to full column). */
    background-color: transparent;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    line-height:1;
}

article .helpContent p {
    break-inside: avoid-column;
}

article .contentPanel .backLink
{
    position: fixed;
    top: 1.5em;
    left: 1.5em;
    margin: 0;
}

/*note you must re-initialize any background properties if you swap images*/
.contentPanel .backLink {
    background: transparent url(left_arrow.png) no-repeat; 
    width: 49px;
    height: 49px;
    background-size: 100%;
}
.contentPanel .backLink:focus
 {
    background: transparent url(left_arrow_hoverFocus.png) no-repeat;
    background-size: 100%;
    outline:0;
 }
.articles article:not(.helpMenu) .articleTitle 
{
    top: 3em;
    left: 1em;
    height: 2em;
}
#TOC .articleTitle 
{
    left:0px;
}
article .contentPanel .articleTitle
{
    position: fixed;
    top: 0em;
    left: 4em;
    height: 3em;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
}

.helpMenu li a
{
    width: 100%;
    display: block; 
    margin: 0;
}

/*remove controller button states*/
ul.navLinks {
    position: relative;
    top: 1em;
}
.navLinks a, .navLinks a:focus, .navLinks a:hover:not(:focus) 
{
   
    border:none;
    background-color: transparent;
    outline:0;  
    box-shadow:none;
}

.infinity_base {
    height: 190px;
    margin: 0 0 0 -80px;
    position: relative;
    left: 50%;
}
