﻿body
{
   font-size:50%;
   /*gradient for smartglass UI*/
   /*background: -webkit-linear-gradient(top, #000000 50%, #000000);*/ /* Safari and Chrome*/
   /*background: -moz-linear-gradient(top, #000000 50%, #000000);*//*Firefox*/
   /*background: -ms-linear-gradient(top, #000000 50%, #000000);*//*IE*/
   /*background-color: #000000;*/
   /*background: #000;*/
}

/*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 .articleTitle{
        left: 3em;
    }
}
.article
{
    /*background:url("fallout4_help_bg-02sm.jpg") no-repeat transparent!important;*/
    background: #000;
    background-position: 400px auto;
}

.articles article{
    background-color: rgba(0,0,0,.5);
}

article .contentPanel
{
    padding: 0 0 0 48px;
    position: relative;
    top: 20%;
    height: 80%;
    width:400px;
    background-color:transparent;
}

article:not(.helpMenu) .contentPanel 
{
    /*background:url("fallout4_help_bg-02sm.jpg") no-repeat transparent;*/
    background: #000;
    width: 0;
}

article .contentPanel .panelButtons
{
   display: none;
}

.pageCounter
{
    display: block;
    position: fixed;
    right: 2em;
    bottom: .5em;
    left: auto;
    width: 100px;
    text-align: right;
}

article .helpContent
{
    position: relative;
    height: 70%;
    top: 20%;
    padding: 1% 0;
    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.5;
}

.helpContent img{
    max-width: 344px;
    max-height: 300px;
}

article .contentPanel .backLink
{
    top: 6.2em;
    left: 4em;
}

/*note you must re-initialize any background properties if you swap images*/
article .contentPanel .backLink:focus 
{
    top: 6.2em;
    left: 4em;
}
.articles article:not(.helpMenu) .articleTitle 
{
    top: 1.1em;
    left: 3.5em;
    height: 4em;
    max-width: 100%;
}
#TOC .articleTitle 
{
    left:3em;
}
article .contentPanel .articleTitle
{
    position: fixed;
    top: .8em;
    /*left: 4em;
    height: 3em;
    display: block;
    width: 70%;*/
    overflow: hidden;
    //left: 3em;
    //width: 480px;
}

.helpMenu li a
{
    width: 100%;
    display: block; 
    padding: 0px;
    height: 2.5em;
    line-height: 2.5em;
    margin: 10px 0 10px -39px;
}

/*remove controller button states*/
.navLinks a, .navLinks a:focus, .navLinks a:hover:not(:focus) 
{
   
    border:none;
    background-color: transparent;
    outline:0;  
    box-shadow:none;
}

