html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    position: relative;
    color: #1d1d1d;
}

body {
    display: none;
}

body.unlocked {
    display: block;
}

div {
    margin: 0;
}

/*p, span{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

p, h1, h2, h3, h4, h5, h6 {
    font-family: "Gill Sans", "Open Sans", sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    color: #95a5a6;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

h1.marginBottom, h2.marginBottom, h3.marginBottom, h4.marginBottom, h5.marginBottom, h6.marginBottom, .marginBottom {
    margin-bottom: 10px;
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

#navWrap {
    position: relative;
    padding: 0;
    height: 45px;
    z-index: 2;
}

#navWrap::after {
    content: "";
    display: block;
    width: 100vw;
    max-width: 100%;
    height: 45px;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
}

#navWrap:hover {
    cursor: pointer;
}

#navWrap:hover > #nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19), visibility 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19), visibility 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    /*ANIMATION IN easeOutCirc , easeInCubic, easeInCubic*/
}

#navWrap:hover > div.navButton > a {
    color: #ff9900;
}

#navWrap:hover > div.navButton > a > i {
    width: 91px; /*Aligns with menu items below*/
    background-color: #ff9900;
}

#navWrap > img.navLogo {
    height: 25px;
    width: auto;
    display: none;
}

#navWrap > * {
    vertical-align: baseline;
}

#nav {
    position: absolute;
    z-index: 1;
    top: 45px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    list-style: none;
    padding-left: calc(((100% - 960px) / 2) + 285px);
    margin: 0;
    font-size: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    background: linear-gradient(to right, #f1c40f 0%, #ff9900 50%, #e87e04 100%) left bottom #ffffff no-repeat;
    overflow-x: hidden;
    /*fixes overflow glitch*/
    padding-bottom: 10px;
    background-size: 100% 2px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: transform 0.5s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 0.5s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    /*ANIMATION OUT easeInSine, easeInQuad, easeInQuad*/
    /*transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);*/
    /*ANIMATION OUT easeOutExpo, easeOutQuad, easeOutQuad*/
}

#navWrap > div.navButton {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 290px;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    height: 100%;
    /*color: #95a5a6;*/
    color: #7f8c8d;
    background-color: #ffffff;
    z-index: 2;
    max-width: 960px;
    right: 0;
    box-sizing: border-box;
}

#navWrap > div.navButton::before {
    content: "";
    position: relative;
    left: -290px;
    bottom: -11px;
    width: 280px;
    height: 25px;
    display: block;
    background-image: url("/logos/navLogo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#nav > li:hover, #navWrap > div.navButton:hover {
    border-color: #ff9900;
}

#nav > * {
    vertical-align: top;
}

#nav > li {
    position: relative;
    left: 0;
    margin: 10px 5px;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 30px;
    line-height: 30px;
    /*color: #95a5a6;*/
    color: #7f8c8d;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav > li::after {
    /*background solid colour - remove if wanting see through*/
    background-color: #ecf0f1;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
}

#nav > li > a > i {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    position: absolute;
    left: 0;
    /*background-color: #95a5a6;*/
    background-color: #7f8c8d;
    color: #ffffff;
    z-index: -1;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1)
}

#navWrap > div.navButton > a > i {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    letter-spacing: 0;
    /*background-color: #95a5a6;*/
    background-color: #7f8c8d;
    color: #ffffff;
    transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav > li:hover > a > i, #navWrap > div.navButton:hover > a > i {
    background-color: #ff9900;
}

#nav > li:hover > a > i {
    width: 100%;
    padding-left: calc(100% - 30px);
    box-sizing: border-box;
}

#nav > li > a, #liSignOut {
    margin: 0;
    display: inline-block;
    width: calc(100% - 50px);
    height: 30px;
    line-height: 30px;
    font-family: "Gill Sans", "Open Sans", sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    padding: 0 10px 0 40px;
    /*color: #95a5a6;*/
    color: #7f8c8d;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    word-break: break-all;
}

#navWrap > div.navButton > a {
    position: absolute;
    top: 10.5px;
    font-size: 0;
    letter-spacing: 2px;
    vertical-align: bottom;
    margin: 0;
    font-family: "Gill Sans", "Open Sans", sans-serif;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    /*color: #95a5a6;*/
    color: #7f8c8d;
    transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#navWrap > div.navButton > a > span {
    display: inline-block;
    font-size: 22px;
    line-height: 25px;
    vertical-align: top;
}

#nav > li:hover > a, #navWrap > div.navButton:hover > a {
    color: #ffffff;
    cursor: pointer;
    padding: 0 10px;
}

#navWrap > div.navButton:hover > a {
    color: #ff9900;
    padding: 0;
}

#nav > li#liSignOut::after {
    content: none;
}

#nav > li#liSignOut, #nav > li#liSignOut:hover {
    border: none;
    width: calc(100% - 20px);
    max-width: 621px;
    color: #ff9900;
}

#nav > li#liSignOut > * {
    display: inline-block;
    vertical-align: top;
    min-height: 30px;
    line-height: 30px;
}

#nav > li#liSignOut > span.userSpan {
    width: auto;
    max-width: calc(100% - 150px);
}

#nav > li#liSignOut > a {
    width: auto;
    margin-left: 10px;
    /*color: #95a5a6;*/
    color: #7f8c8d;
    position: relative;
    left: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav > li#liSignOut:hover > a {
    color: #ff9900;
    left: 50px;
}

#nav > li#liSignOut > a > i {
    margin-right: 0;
    background: none;
    /*color: #95a5a6;*/
    color: #7f8c8d;
}

#nav > li#liSignOut:hover > a > i {
    width: 30px;
    color: #ff9900;
    padding-left: 100%;
}

#pageWrap, .pageWrap, .widePageWrap {
    margin: 0 auto;
    max-width: 960px;
    font-family: "Gill Sans", "Open Sans", sans-serif;
    font-size: 0;
    padding-bottom: 20px;
}

#pageWrap, .pageWrap {
    padding: 0 10px 20px 10px;
}

.widePageWrap {
    max-width: none;
    box-sizing: border-box;
    padding: 0 10px;
}

.overflowX {
    overflow-x: scroll;
}

p.bodyText, p.adviceText, p.infoText, table.updateTable, table.updateTable tr th, ul.bodyList {
    font-family: "Gill Sans", "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4em;
    text-align: justify;
    margin: 10px 0 10px;
}

ul.bodyList > li {
    font-size: 18px;
}

p.bodyText.mediumBody {
    font-size: 18px;
}

p.adviceText {
    display: inline-block;
    height: 25px;
    width: auto;
    padding: 1px 10px;
    font-size: 18px;
    text-align: right;
    line-height: 25px;
    color: #95a5a6;
    margin-top: 0;
}

p.adviceText.r1 {
    color: #ff0000;
}

span.adviceText {
    color: #95a5a6;
}

p.infoText {
    color: #95a5a6;
    font-size: 18px;
}

.greyText {
    color: #95a5a6;
}

.headline, .subHeadline {
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.subHeadline {
    font-size: 20px;
    color: #95a5a6;
}

.pageButton, button.pageButton, .J-paginationjs-go-button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    display: inline-block;
    cursor: pointer;
    min-width: 50px;
    min-height: 25px;
    padding: 0 10px;
    margin: 0 5px 10px 0;
    color: #95a5a6;
    font-weight: 300;
    font-family: "Gill Sans", "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    border: 1px solid #95a5a6;
    box-sizing: border-box;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out, width 0.25s ease-in-out;
}


.pageButton:focus, button.pageButton:focus, .J-paginationjs-go-button:focus {
    outline: none;
}

.pageButton:hover, .pageButton:focus,button.pageButton:hover, button.pageButton:focus, .J-paginationjs-go-button:hover, .J-paginationjs-go-button:focus {
    background-color: #ff9900;
    border-color: #ff9900;
    color: #ffffff;
}

.pageButton a {
    transition: initial;
}

.pageButton.marginLeft, .J-paginationjs-go-button {
    margin-left: 10px;
}

.hidden {
    visibility: hidden;
    opacity: 0;
}

.title {
    margin: 0;
    padding: 25px 0 50px 0;
    font-family: "Gill Sans", "Open Sans", sans-serif;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    color: #333333;
}

a {
    color: #95a5a6;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.25s ease-in-out;
}

a.noUnderline {
    text-decoration: none;
}

#oldNav li a, button.pageButton a {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
    color: #ff9900;
}

div.topAlignChildren > * {
    vertical-align: top;
}

div.middleAlignChildren > * {
    vertical-align: middle;
}

div.bottomAlignChildren > * {
    vertical-align: bottom;
}

div.baselineAlignChildren > * {
    vertical-align: baseline;
}

h2.wrapButton, div.wrapButton {
    cursor: pointer;
    margin-bottom: 20px;
}

h2.wrapButton.noMargin, div.wrapButton.noMargin {
    margin-bottom: 0;
}

div.wrapButton > span {
    display: inline-block;
    width: 20px;
    text-align: center;
}

div.wrapButton > span > i {
    transition: transform 0.25s ease-in-out;
}

div.graphContainer {
    display: inline-block;
    position: relative;
}

div.graphContainer > * {
    vertical-align: middle;
}

div.graphContainer.largeGraph {
    height: 500px;
    display: block;
}

div.halfDiv, div.autoDiv {
    display: inline-block;
    vertical-align: top;
}

div.halfDiv {
    width: 50%;
}

div.autoDiv {
    width: auto;
}

div.bannerWrap, div.bannerWrap > p.smallBannerTitle, div.bannerWrap > p.smallBanner {
    display: inline-block;
}

div.bannerWrap {
    font-size: 0;
    margin-right: 20px;
    min-height: 105px;
}

div.bannerWrap > p.smallBannerTitle {
    font-size: 18px;
}

div.bannerWrap > p.smallBanner {
    font-size: 75px;
    margin: 0;
}

img.errorLogo {
    width: 400px;
    max-width: 100%;
    height: auto
}

/*
div.passWordWrap{
    width: 100%;
    max-width: 600px;
    height: 250px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;

    padding: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #95a5a6;
}*/

div.passWordWrap, div.dialogue, div.toastWrap {
    width: 100%;
    max-width: 600px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #95a5a6;
    font-size: 0;
    z-index: 10;
    backface-visibility: hidden;
}

div.passWordWrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div.toastWrap {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: auto;
    padding: 10px;
    max-width: min(350px, calc(100% - 20px));
    visibility: visible;
    will-change: opacity, bottom, visibility;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1), visibility 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
div.toastWrap p.bodyText {
    font-size: 16px;
}

div.toastWrap.hidden{
    transform: translateY(calc(100% + 10px));
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

div.passWordWrap * {
    backface-visibility: hidden;
}

div.dialogueWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(223, 230, 233, .8);
    z-index: 2;
}

div.dialogue > p.bodyText.mediumBody {
    text-align: left;
    width: auto;
}

div.dialogue > h2.subHeadline {
    margin-bottom: 20px;
}

div.dialogue > button.pageButton {
    margin-top: 20px;
}

/*OLD COLOURS

r1 ff0000
r2 c30017
a ff9900
g 33b54a
wildcard ff9900
light grey 999999
sec 1462ae
rid ff6600
med 33b54a
title 333333
table grey fill e6e6e6
table grey text 666666
title 333333
body 000000

NEW COLOURS from 1 - http://www.flatuicolorpicker.com/ or 2 - https://flatuicolors.com/ or 3 - https://colorlib.com/etc/metro-colors/
r1 ff0000
r2 cf000f 1 MONZA
a f1c40f 2 SUNFLOWER
g 27ae60 2 NEPHRITIS
wildcard ff9900
light grey 95a5a6 2 CONCRETE
sec 2980b9 2 BELIEZE HOLE
rid e87e04 1 TAHITI GOLD
med 27ae60 2 NEPHRITIS
title 333333
table grey fill ecf0f1 2 CLOUDS
table grey text 7f8c8d 2 ASBESTOS
title 333333
body 1d1d1d 3 DARKEN
nav bg fafafa
*/

.r1 {
    color: #ff0000;
}

.r2 {
    color: #cf000f;
}

.a {
    color: #f1c40f;
}

.g {
    color: #27ae60;
}

.mi {
    color: #95a5a6;
}

.sec, .incidentMinorTag.security {
    color: #2980b9;
}

.rid, .incidentMinorTag.ride {
    color: #e87e04;
}

.med, .incidentMinorTag.medical {
    color: #27ae60;
}

p.incidentMinorTag.activeIncident {
    color: #ff0000;
}

p.incidentMinorTag.clearIncident {
    color: #27ae60;
}

p.incidentMajorTag.headline.stopStopStop, p.incidentMajorTag.headline.severe {
    color: #ff0000;
}

p.incidentMajorTag.headline.shutdown, p.incidentMajorTag.headline.high {
    color: #cf000f;
}

p.incidentMajorTag.headline.runningClosedown, p.incidentMajorTag.headline.moderate {
    color: #f1c40f;
}

.fade {
    -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

.longFade {
    -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

.shortColourFade {
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

.colourFade {
    -webkit-transition: color 1s ease-in-out;
    -moz-transition: color 1s ease-in-out;
    -ms-transition: color 1s ease-in-out;
    -o-transition: color 1s ease-in-out;
    transition: color 1s ease-in-out;
}

.borderFade {
    -webkit-transition: border-color 0.25s ease-in-out;
    -moz-transition: border-color 0.25s ease-in-out;
    -ms-transition: border-color 0.25s ease-in-out;
    -o-transition: border-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out;
}

.shortColourFade, .fade.shortColourFade, .shortColourFade.fade {
    -webkit-transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

.colourFade, .fade.colourFade, .colourFade.fade {
    -webkit-transition: color 1s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -moz-transition: color 1s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -ms-transition: color 1s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -o-transition: color 1s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: color 1s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

.borderNormalFade, .borderFade.fade, .fade.borderFade {
    -webkit-transition: border-color 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -moz-transition: border-color 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -ms-transition: border-color 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -o-transition: border-color 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

.noSelect, .pageButton, .slideButton, .markerWrap, .J-paginationjs-go-button {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* non-prefixed version, currently
                             not supported by any browser */
}

/*ABOVE 960px - 3x3 nav li*/

@media all and (min-width: 960px) {
    #nav > li:nth-child(1) {
        margin-right: calc(100vw - (((100vw - 960px) / 2) + 285px) - 212px);
    }

    #nav > li:nth-child(3n+4) {
        margin-right: calc(100vw - (((100vw - 960px) / 2) + 285px) - 640px);
    }
}

/*BETWEEN 931 and 980*/

@media all and (min-width: 931px) and (max-width: 980px) {
    #nav > li:nth-child(1) {
        margin-right: 550px;
    }

    #nav > li:nth-child(3n+4) {
        margin-right: 0;
    }
}

/*BELOW 980px - nav position to left edge*/

@media all and (max-width: 980px) {
    /*
        If putting logo to right - also need ::after for navWrap to block out menu
        */
    #navWrap > div.navButton {
        /*
            may not bee needed
            */
        left: 0;
        right: auto;
        padding-left: 300px;
    }

    /* Keeps menu list aligned with menu button */
    #nav {
        padding-left: 295px;
    }
}

/* MOBILE */

@media only screen and (max-device-width: 480px) {
    #navWrap > div.navButton {
        top: 0;
        left: 0;
        padding-top: 25px;
        padding-left: 10px;
        width: calc(100% - 10px);
        box-sizing: content-box;
    }

    #navWrap > div.navButton::before {
        left: 0;
        bottom: 0;
        top: -20px;
    }

    #navWrap > div.navButton > a {
        top: 40px;
    }

    #nav {
        padding: 0;
        padding-bottom: 10px;
        top: 70px;
        width: 100%;
        box-sizing: border-box;
    }

    #nav > li, #nav > li#liSignOut {
        box-sizing: border-box;
        width: calc(100% - 20px);
        margin: 5px 10px;
    }

    #nav > li#liSignOut {
        padding: 0 10px;
    }

    #pageWrap, div.pageWrap {
        padding-top: 25px;
    }

    .title {
        font-size: 50px;
        padding: 0 0 10px 0;
        word-break: break-all;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    div.graphContainer.largeGraph {
        height: 200px;
    }
}

/*IPAD*/

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* For portrait layouts only */
    #nav {
        /*top: -483px;*/
    }
}
