@media (max-width: 1000px) {
    #txtContainer {
        margin: 0.5em 0px !important;
    }
    #txtPage {
        width: 100%;
        margin: 0 !important;
        padding: 4px 0px 4px 0px !important;
        float: none;
        text-align: center;
        display: inline-block !important;
    }
    #nav {
        display: block !important;
        clear: both;
        height: unset !important;
        width: unset !important;
        float: none !important;
        text-align: center;
        margin: 1em 0 1em 0 !important;
        padding: 0px 0px 0x 0px !important;
    }
}

#nav {
    display: inline-block;
 /*   background-color: #cacaca; */
    background-color: #000000;
    width: 320px;
    height: 519px;
    margin-top: 8px;
    margin-left: 10px;
    padding: 0 0 0 0;
    overflow: visible;
    font-size: 14px;
    line-height: 17px;
}

#txtNumPadEnv {
    display: none !important;
}

img {
    border: 0;
}

#txtQuickLinks {
    border-top: 1px #FFFFFF solid;
    margin-top: 0.1em;
    padding: 0.8em 0.2em 0.75em 0.8em;
    text-align: center;
    color: #000000;
    font-size: 13px;
    font-family: sans-serif;
}

#txtQuickLinks ul {
    text-align: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#txtQuickLinks ul li {
    padding: 3px 4px 4px 4px;
    margin: 0;
}

#txtQuickLinks ul li a {
    /* color: #000000; */
     color: #ffffff; 
    text-decoration: none;
}

#txtQuickLinks ul li a:hover {
    color: #000000;
    text-decoration: underline;
}

#txtNumPad {
    overflow: visible;
}

#txtNumPadButton H3 {
    display: inline;
    padding-right: 0.3em;
    font-weight: bold;
}

#txtNumPadButton form {
    padding-left: 0;
    width: 14em;
    text-align: left;
    margin: 0.2em auto 0 auto;
}

.inputtext {
    width: 3em;
    margin: 0 0.2em 0 0.4em;
    text-align: center;
    font-family: sans-serif;
}

#txtNumPadEnv {
    display: none !important;
}

#txtNumPadButton input .inputbutton {
    font-size: 0.7em;
    width: 8em;
    margin: 0 0.4em 0 0.2em;
    background-color: #ffffff;
    color: #a00d65;
    font-family: sans-serif;
}

#txtNumPad,
#txtNumPadButton {
    border: 0px;
    padding: 0.2em 0.0em 0.5em 0.2em;
    /* background-color: #cacaca; */
    background-color: #d40202;
}

#txtNumPadButton {
    border-top: 1px solid white;
    width: 54px;
}

.number {
    font-weight: bold;
    /* color: #000000; */
    color: #d40202; 
    background-color: #ffffff;
    float: left;
    height: 23px;
    font-family: sans-serif;
}

#txtNumPad a.number {
    /* color: #000000; */
    color: #d40202; 
    text-decoration: none;
    text-align: center;
    padding: 0.275em 0;
    box-sizing: border-box;
    width: 100%;
}

#txtNumPad a.number:hover, a.number.active {
    color: #ffffff !important;
    background-color: #000000;
}

#txtNumPad a.number > svg {
    width: 1.175em;
}

.numPadRow {
    padding-left: 3px;
    overflow: visible;
    border: 0px;
    margin-top: 0.8em;
    text-align: center;
}

.numPadRow div.left {
    display: inline-block;
    width: 4em;
    margin-right: 1em;
    border: 0px;
}

.numPadRow div.middle {
    display: inline-block;
    width: 4em;
    margin-right: 1em;
    border: 0px;
}

.numPadRow div.right {
    display: inline-block;
    width: 4em;
    border: 0px;
}

.numPadRow div.center {
    display: inline-block;
    margin: 0 auto;
    width: 4em;
}

.noScript {
    display: inline;
}

#txtNavigation {
    text-align: center;
    margin: 0;
    padding: 0 0 0 0;
    width: 100%;
    /* background-color: #cacaca; */
    background-color: #d40202; 
}

.row {
    border-bottom: 1px solid white;
    padding: 0 0 0.45em 0.4em;
    margin: 0;
}

#txtNavigation .buttonarrowleft a.arrowleft,
#txtNavigation .buttonarrowright a.arrowright,
#txtNavigation .buttonarrowleft a.arrowleft:hover,
#txtNavigation .buttonarrowright a.arrowright:hover {
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 0.4em 0em 0em 0em;
    width: 100%;
    box-sizing: border-box;
    height: 23px;
    width: 54px;
}

#txtNavigation .buttonarrowleft a.arrowleft,
#txtNavigation .buttonarrowright a.arrowright {
    /* color: #000000; */
    color: #d40202;
    background-color: #ffffff;
}

#txtNavigation a.arrowleft:hover,
#txtNavigation a.arrowright:hover {
    color: #ffffff;
    background-color: #000000;
}

#txtNavigation .arrowleft,
#txtNavigation .arrowright {
    font-weight: bold;
    font-size: 0.8em;
    color: #a00d65;
    background-color: #ffffff;
}

#txtNavigation .arrowleft {
    text-align: right;
}

#txtNavigation .arrowright {
    text-align: left;
}

.buttonarrowleft,
.currpage,
.buttonarrowright {
    margin: 1.1em 0.0em 0.1em 0.0em;
    border: 0px;
}

.buttonarrowleft,
.currpage {
    display: inline-block;
}

.buttonarrowleft,
.buttonarrowright {
    width: 4em;
    box-sizing: border-box;
}

.buttonarrowright {
    display: inline-block;
}

#txtNavigation .currpage {
    display: inline-block;
    border: 0px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    font-family: sans-serif;
    color: #000000;
    margin: 0;
    padding: 0.3em 0 0 0;
    width: 5.3em;
    box-sizing: border-box;
}

.pagenum {
    font-weight: bold;
    font-size: 1.1em;
    color: #000000;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    border: 0px;
}

#vtxwww-footer {
    font-family: sans-serif;
    font-size: 8px;
    margin-top: 16px;
    display: block;
    clear: both;
}
