﻿body
{
    min-width: 336px;
    max-width: 480px;
    width: 100%;
}

.contentPanel .articleTitle
{ 
    height: 3.75em;
    width: 100%;
    overflow: hidden;
    margin-top:12px;
}

/*if the element is a main menu or a sub menu hide the placeholder element to the right*/
.helpMenu .helpContent
{
    display: none;
}

/*if in snapped we need to modify the positioning scheme to allow us to insert the contents between existing nav elements*/
article .helpContent {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 616px;
    overflow: hidden;
    background-color: transparent;
    padding: 0 10px;
    position: absolute;
    left: 0px;
    top: 10em;
    -moz-column-width: 390px;
    -webkit-column-width: 390px;
    column-width: 390px;
}

article .navLinks {
    margin: 0 50px 0 0;
}

article .contentPanel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

article .contentPanel .panelButtons
{
   left: 28px; /* safe region area on the right side: 480 - 28 - 386 ~ 64px */
}

/*in snapped the safe area is on the right so these need to be different than in main.css*/
.helpMenu li a
{
    margin:16px -22px 0 -22px;
    padding:0 56px 0 22px;
}

td {
  padding: 9px 5px;
}

.infinity_base {
    height: 200px;
    position: relative;
    margin: 0 0 0 -100px;
    left: 50%;
}