body {
    background-color: rgb(5,100,160);
    overflow: hidden;
}

#container{
    width: 240px;
    margin: 0px auto;
    text-align: right;
    -moz-user-select: none;
    user-select: none;
    float: right;
}  

li {
    display: inline-block;
}

#previous {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
    background: url('../image/back-button.png') no-repeat;
    margin-top: 6px;
    margin-left: 50px;
    display: none;
}

#previous:hover {
    background: url('../image/back-button-rollover.png') no-repeat;
}

#previous[disabled] {
    background: url('../image/back-button-disabled.png') no-repeat;
}

#next {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
    background: url('../image/next-button.png') no-repeat;
    margin-top: 6px;
    margin-left: 5px;
}

#next:hover {
    background: url('../image/next-button-rollover.png') no-repeat;
}

#next[disabled] {
    background: url('../image/next-button-disabled.png') no-repeat;
}

#next.confirming {
    background: url('../image/next-button-confirming.png') no-repeat;
    background-size: cover;
}

#help {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
    background: url('../image/help-button.png') no-repeat;
    margin-top: 6px;
    margin-left: 8px;
}

#help:hover {
    background: url('../image/help-button-rollover.png') no-repeat;
}

#help[disabled] {
    background: url('../image/help-button-disabled.png') no-repeat;
}

#calculator {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
    background: url('../image/calculator.png') no-repeat;
    margin-top: 6px;
    display: none;
}

#calculator:hover {
    background: url('../image/calculator-rollover.png') no-repeat;
}

#calculator[disabled] {
    background: url('../image/calculator-disabled.png') no-repeat;
}

.tippy-tooltip.light-theme{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-tooltip.light-theme[x-placement^=top] .tippy-arrow{border-top:8px solid #fff;border-right:8px solid transparent;border-left:8px solid transparent}.tippy-tooltip.light-theme[x-placement^=bottom] .tippy-arrow{border-bottom:8px solid #fff;border-right:8px solid transparent;border-left:8px solid transparent}.tippy-tooltip.light-theme[x-placement^=left] .tippy-arrow{border-left:8px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent}.tippy-tooltip.light-theme[x-placement^=right] .tippy-arrow{border-right:8px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent}.tippy-tooltip.light-theme .tippy-backdrop{background-color:#fff}.tippy-tooltip.light-theme .tippy-roundarrow{fill:#fff}.tippy-tooltip.light-theme[data-animatefill]{background-color:transparent}
