﻿body
{
    width: 480px;
}

article:not(.helpMenu) .contentPanel .articleTitle
{ 
    height: 4em;
    width: 100%;
    overflow: hidden;
    background-size: contain;
    margin: 20px 0 0;
}

.contentPanel .articleTopic {
    padding: 1.75em 0 0;
}

/*if the element is a main menu or a sub menu hide the placeholder element to the right*/
.helpMenu .helpContent
{
    display: none;
}

nav.contentPanel
{
    padding: 64px 64px 64px 28px;
}

/*if in snapped we need to modify the positioning scheme to allow us to insert the contents between existing nav elements*/
article .helpContent
{
    height: 800px;
    overflow: hidden;
    background-color: transparent;
    padding: 0 0 0 28px;
    position: absolute;
    left: 0px;
    top: 6em;
    column-width: 388px;
}

article .contentPanel
{
    height: 100%;
}


article .contentPanel .panelButtons
{
   left: 28px; /* safe region area on the right side: 480 - 28 - 386 ~ 64px */
}

.helpMenu li a
{
    margin:16px -16px 0 -16px;
    padding:0 0px 0 16px;
}
