#navig8ukForm .inputgroup {
    clear: both;
    width: 100%;
}
#navig8ukForm input[type="checkbox"] {
    margin: 0.5em;
}
#navig8ukForm label {
    min-width: 8em;
}
#navig8ukForm table {
    width: 100%;
}
#taxresults {
    display: none;
}
#taxresultsMobile {
    display: block;
}
#selPayPeriod {
    clear: both;
    display: block;
    margin: 5px auto;
    width: 200px;
    height: 30px;
    position: relative;
}
#n8Back, #n8Next {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
}
#n8Back {
    left: 0;
    background: url(back.png);
}
#n8Next {
    right: 0;
    background: url(next.png);
    display: none;
}
#navig8ukForm .inputgroup span {
    margin: 0.7em;
}
#selPayPeriod #ppdiv {
    
    width: 140px;
    margin: 5px auto;
    overflow: hidden;
}
#selPayPeriod ul {
    position: relative;
    display: block;
    float: left;
    width: 1400px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#selPayPeriod ul li {
    font-size: 14pt;
    display: block;
    float: left;
    padding: 0;
    margin: 5px 0;
    width: 140px;
    text-align: center;
    height: 30px;
}
#n8pplist {
    left: -420px;
}
#navig8ukForm {
    font-size: 16px;
}
#navig8ukForm table {
    line-height: 1;
}