body
{
   font-size:50%;
}

/*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
{
    margin: 105px 0 0;
    position: relative;
    height: 100%;
    width: 15em;
    background: #222;
}

article:not(.helpMenu) .contentPanel 
{
    background:url("sg_logo_20.png") no-repeat #222 30px 110px;
}

.navLinks {
    margin: 6em 0 0;
}

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% 104px 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;
}

.helpContent h1 {
    display: none;
}

.helpContent p {
    margin: 0 1em 1em 0;
}

article .contentPanel .backLink
{
    margin: 0;
    background-position-y:2.25em;
}

/*note you must re-initialize any background properties if you swap images*/
article .contentPanel .backLink:focus 
{
     background-position-y:2.25em;
}

.contentPanel .articleTitle 
{
    position: fixed;
    display: block;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background: transparent url(img/logo-tablet.png) no-repeat left top;
    margin: 0;
}

    #TOC .contentPanel .articleTitle div {
        visibility: hidden;
    }

    .contentPanel .articleTitle div {
        margin: 35px 0 0 600px;
    }

    article .contentPanel .articleTitle .articleTopic {
        display: inline-block;
    }

.helpMenu li a
{
    width: 100%;
    display: block; 
    padding-bottom:.25em;
}

.navLinks a 
{
    
    background: -ms-linear-gradient(left, #68b3da 0px, #68b3da 40px, #444 21px);
    color: #c7c7c7;
    width: 432px;
    height: 108px; /*height 108px is the value that includes the focused border.*/
    line-height: 2.4em;
    padding: 36px 0 0 18px;
    outline: none;
}