/* calculatorsoup.com CSS style sheet last updated 2023-09-10 */
/*
Desktop greater than 1024
Tablet 768 to 1024
Mobile less than 768px
Ads Breakpoints
768 and above
    LeftSidebar
    RightSidebar
    Bottom
Less than 768
    Top
    Middle
    Bottom
 */
html {
    font-family: Arial, sans-serif;
    font-size: 100%;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

body {
    color: #000000;
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    margin: 0 0 60px 0;
}

@media print {
    body {
        margin: 0;
    }
}


body {
    overscroll-behavior-y: contain;
}

div#wrapper {
    box-sizing: border-box;
    margin: 2px auto 2px auto;
    padding: 0;
    border: 1px solid #b3b3b3;
    background-color: #FFFFFF;
    max-width: 1100px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    div#wrapper {
        margin: 0 auto 2px auto;
        border: 0;
    }

    div.sharelabel {
        margin-bottom: 10px;
    }

    p.cite {
        word-break: break-all;
    }
}

aside,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

.skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip a:focus {
    position: static;
    width: auto;
    height: auto;
}

/* overwritten 20220425 https://www.w3.org/WAI/tutorials/forms/labels/ */
.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

td {
    padding: 0;
}

table {
    margin: 0;
}

a {
    background-color: transparent;
}

a:link {
    color: #0000FF;
}

a:visited {
    color: #800080;
}

a:active {
    color: #990000;
    outline: 0;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearBoth {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}

.note {
    font-weight: normal;
    font-style: italic;
    color: #666;
}

.large {
    font-size: 1.15em;
}

.larger {
    font-size: 1.25em;
}

.small {
    font-size: 0.85em;
}

.smaller {
    font-size: 0.75em;
}

.underscore {
    text-decoration: underline;
}

.update {
    color: #B64B39;
    font-size: 0.8em;
    font-style: italic;
}

img {
    border: none;
}

.overline {
    text-decoration: overline;
}

abbr {
    text-decoration: none;
    font-variant: normal;
}

b,
strong {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

@media screen and (max-width: 767px) {

    h1 {
        font-size: 1.3em;
    }
}

h1, h2, h3, h4 {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

h2.firstH2 {
    margin-top: 0;
}

p {
    margin-left: 2em;
    margin-right: 1em;
    line-height: 1.6; /* unitless */
}

ul, ol, menu {
    margin-left: 2em;
    margin-right: 1em;
    display: table;
}
p, ul li, ol li, dt, dd, #answer {
    line-height: 1.6; /* unitless */
}

@media screen and (max-width: 767px) {
    p, ol, ul, menu {
        margin-left: 1.5em;
    }
}

dl {
    padding: 6px;
    background-color: #f0f0f0;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 1em;
    margin-right: 1em;
}

dt {
    font-style: italic;
}

dd {
    color: #333;
    background-color: inherit;
}

div#cite p {
    /* keep font size at body 100% */
    font-size: unset;
}
/* mathjax */
#calculatorWrap mjx-math.MJX-TEX {
}
/* for equation numbering */
div.eqtag {
    color: #000000;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    text-align: right;
    margin-right: 2em;
}

div.mathjaxDisplayBlock {
    text-align: center;
    margin: 1.25em auto 1.25em auto;
}

figure {
    margin: 1em 40px;
}

fieldset {
    border: 1px solid #999999;
    margin: 0;
    padding: 0.25em;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

#basicCalculatorPop {
    margin-right: 8px;
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    #basicCalculatorPop {
        display: none;
    }
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
select,
input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
}

div.padTB {
    padding-top: 4px;
    padding-bottom: 4px;
}


/*
2023-06-17 change select boxes, for the issue on mobile, with white background from default grey
keep input text similiar to select
*/
select {
    padding: 4px 0px 4px 2px;
}
input {
    padding: 4px 0px 4px 5px;
}
select, input[type="text"] {
    color:#000000;
    border: 1px solid #666666;
    border-radius: 2px;
    background-color: #ffffff;
}
@media screen and (min-width: 768px) {
    select, input[type="text"] {
        margin-bottom: 2px;
    }
}

legend {
    border: 0;
    padding: 0;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

header {
    padding: 6px 6px 2px 6px;
    margin: 0;
    border-bottom: 2px solid #b3b3b3;
}

#headerLeft {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
}

#headerCenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px 1px 6px 1px;
}

#headerRight {
    display: table-cell;
    text-align: right;
    vertical-align: top;
    width: 200px;
}

/*
Search Box Swiftype

 */
/* copied from swiftype so css is present immediately and no flicker of search box occurs */
/* could not get magnifying glass to work so just let swiftype put it in when js loads */
.st-default-search-input, .st-ui-search-input {
    display: inline-block;
    width: 190px;
    height: 16px;
    padding: 7px 11px 7px 28px;
    border: 1px solid #bbb;
    font-weight: 400;
    color: #3B454F;
    font-size: 14px;
    line-height: 16px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* background: #fff 8px 8px no-repeat url("https://www.calculatorsoup.com/images/search/magnify.png"); */
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande", sans-serif;
}

#search {
    max-width: 350px;
    text-align: center;
    margin: auto;
}

#calculatorlogo {
    float: left;
}

p#title {
    margin: 0 2px 0 2px;
    line-height: normal;
    font-size: unset;
}

p#title a {
    text-decoration: none;
    line-height: normal;
}

p#title span.topCalculator {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.45em;
    color: #333333;
    background-color: #ffffff;
    font-weight: bold;
    text-shadow: 2px 2px #cccccc;
    line-height: normal;
}

p#title span.topSoup {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.3em;
    color: #B64B39;
    background-color: #ffffff;
    font-weight: bold;
    margin-left: -4px;
    text-shadow: 2px 2px #cccccc;
    line-height: normal;
}

div#titleSmall {
    margin: 12px 4px 0 4px;
    font-size: 80%;
}

div#titleSmall a {
    text-decoration: none;
}

div#titleSmall span.calculator {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.2em;
    color: #333333;
    background-color: inherit;
    font-weight: bold;
}

div#titleSmall span.soup {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
    color: #B64B39;
    background-color: inherit;
    font-weight: bold;
    margin-left: -3px;
}

p.tag {
    color: #666666;
    background-color: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 2px 2px 2px;
}

p.tag a {
    color: #666666;
    background-color: #ffffff;
    text-decoration: none;
}

#topNavRight {
    font-size: 0.85em;
    vertical-align: top;
}

#topFollow {
    font-size: 0.80em;
    color: #666;
    font-style: italic;
    margin-top: 8px;
}

.socialButton {
    display: inline-block;
    margin: 0;
    margin-top: 4px;
}

.shareContainerLarge {
    display: block;
    width: 320px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 925px) {
    img.followButton, img.shareButton {
        height: 25px;
        width: 25px;
        margin: 4px 4px 0 4px;
    }
}

@media (max-width: 924px) {
    img.followButton, img.shareButton {
        height: 40px;
        width: 40px;
        margin: 4px 4px 0 4px;
    }
}

#bottomFollow {
    display: none;
}

@media screen and (max-width: 525px) {
    #bottomFollow {
        display: block;
        text-align: center;
    }
}

div#breadcrumbs {
    margin: 10px 0 10px 7px;
    font-weight: normal;
    background-color: #FFF;
    color: #666;
    font-size: 0.9em;
}

div#breadcrumbs div {
    display: inline-block;
    margin: 0 3px 0 3px;
}

div#breadcrumbs div#lastBreadcrumb a {
    text-decoration: none;
    color: #666;
}

@media (max-width: 767px) {
    div#breadcrumbs {
        font-size: 1em;
    }

}

#calculatorBlock {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
    z-index: 100;
}

div#contentBlock p:first-of-type {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    #calculatorBlock {
        display: block;
        margin: auto;
        float: none;
        box-sizing: border-box;
    }

    div#contentBlock {
        display: block;
        margin: 10px auto;
        float: none;
    }
}

/********************
CSS for ads begin
*********************/

/* desktop 1040 to 1100 (1100 is max width of website) */
/* do 768 and greater for LeftSidebar, RightSidebar and Big Bottom */
#Top {
    display: none;
}

#LeftSidebar {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 160px;
    height: 600px;
    margin: 0 20px 20px 20px;
}

#RightSidebar {
    /* positioned to the right of the calculator */
    /* video size 400x300 */
    width: 400px;
    height: 300px;
    margin: 0 auto 20px auto;
    text-align: center;
    overflow: hidden;
}
#Middle {
    display: none;
}
#Bottom {
    clear: both;
    text-align: center;
    margin: 40px auto 20px auto;
    display: block;
    vertical-align: middle;
    max-height: 250px;
    max-width: 90%;
    overflow: hidden;
}

#Video {
    display: block;
}

/* toblet to small width desktop 768 to 1039 */
@media screen and (min-width: 768px) and (max-width: 1039px) {
    #RightSidebar {
        /* positioned to the right of the calculator */
        /* no video, display ad size 300x250 */
        width: 300px;
        height: 250px;
        margin: 20px auto 20px auto;
        overflow: hidden;
    }
}

/* most mobile and screens less than 768px wide tablets */
@media screen and (max-width: 767px) {
    #Top {
        display: block;
        margin: 20px auto 20px auto;
        text-align: center;
        float: none;
        width: 300px;
        height: 250px;
        overflow: hidden;
    }

    #LeftSidebar {
        display: none;
    }

    #RightSidebar {
        display: none;
    }

    #Middle {
        /* positioned below the calculator after calculate*/
        display: block;
        clear: both;
        width: 300px;
        height: 250px;
        margin: 20px auto 20px auto;
        overflow: hidden;
    }

    #Bottom {
        width: 300px;
        height: 250px;
        overflow: hidden;
    }
}

/* tablet and screens less than 768px wide */
@media screen and (max-width: 768px) {
    #Video {
        display: none;
    }
}

@media print {
    #Top, #LeftSidebar, #RightSidebar, #Middle, #Bottom, #Video, #Sticky {
        display: none;
    }
}

/*
CSS class for all in-page ads for the header ADVERTISEMENT
 */
.pages {
    display: table;
    margin: 0 auto;
    padding: 25px 0 0 0;
    text-align: center;
    position: relative;
    z-index: 105;
}

.pages:before {
    display: block;
    position: absolute;
    top: 5px;
    content: "Advertisement";
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    color: #666666;
    text-transform: uppercase;
    left: 50%;
    margin-left: -52px;
}

/* Use style for sticky ad */
/* These IDs and Classes are set on divs by asc_prebid.js */
/* Sticky CSS Code - Start -*/
#asc-ad-wrapper.sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 110;
    background-color: #fff;
    border-top: 2px solid #e5e5e5;
    height: 52px;
}

#asc-ad-wrapper.sticky.show-adtext {
    padding-top: 25px;
}

#asc-ad-wrapper.sticky.show-adtext::before {
    display: block;
    content: "advertisement";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
}

.asc-ad {
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: inline-block;
    width: auto;
}

.asc-ad > div {
    display: inline-block;
}

#btn-ad-close {
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    margin-right: 2px;
    border-radius: 25%;
    background: #666;
    border: 2px solid #e5e5e5;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 26px;
    cursor: pointer;
    text-align: center;
    outline: none;
}

@media only screen and (max-width: 767px) {
    #btn-ad-close {
        top: auto;
        position: fixed;
        right: 0;
        bottom: 75px;
        margin: 0;
        background-color: #fff;
        border-radius: 0;
        border-bottom: 2px solid #fff;
        border-right: 0;
        border-top-left-radius: 10px;
        color: #747474;
    }
}

@media only screen and (min-width: 768px) {
    #asc-ad-wrapper.sticky, #asc-ad-wrapper.sticky.show-adtext, .asc-ad, #btn-ad-close {
        display: none;
    }
}
/* Sticky Code - End */


/********************
CSS for ads end
*********************/


div#calculatorWrap {
    background: #f0f0f0;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border: 1px solid #aaa;
    border-radius: 4px;
}
div.widgetText {
    font-size: 90%;
}

div#calculatorWrap {
    box-shadow: 0 0 3px 3px #e9e9e9;
}

@media only screen and (max-width: 767px) {
    div#calculatorWrap {
        box-shadow: none;
    }
}

div#calculatorAnswer {
    color: #333333;
    background-color: #FFFFFF;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin: 0 -0.3em -0.3em -0.3em;
    padding: 0.3em;
}

form.calculatorForm {
}

div.calculatorTitle {
    color: #fff;
    background-color: #B64B39;
    font-weight: bold;
    margin: -0.3em -0.3em 1em -0.3em;
    border-bottom: 1px solid #aaa;
    padding: 0.3em;
    text-align: center;
    border-radius: 4px;
}

div.calculatorInputs {
    margin: 0.5em 0 0.5em 0;
}

div.calculatorInputGroup {
    text-align: center;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}

div.calculatorInputGroupAligned {
    text-align: left;
    margin: auto;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}

div.calculatorInputGroupAligned label, div.calculatorInputGroupAligned select, div.calculatorInputGroupAligned input {
    display: inline-block;
}

div.calculatorInputGroupAligned label {
    text-align: left;
    margin-right: 2px;
}

div.calculatorInputGroupInline {
    display: inline-block;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}

div.calculatorInputGroupInline label.aligned {
    width: 16em;
}

div.calculatorInputGroupPadding {
    padding: 6px 0 6px 0;
}

div.calculatorButton {
    margin: 0.5em 0 0.5em 0;
}

div.table {
    display: table;
    border-collapse: collapse;
}

div.caption {
    display: table-caption;
}

div.row {
    display: table-row;
}

div.cell {
    display: table-cell;
}
div.commonTableStacker {
    margin: 0 auto 0 auto;
}
div.commonTable {
    margin: 1em auto 1em auto;
}

div.commonTable div.cell, div.commonTableStacker div.cell {
    padding: 4px;
}

div.commonTable div.headerCell {
    text-align: center;
    font-weight: bold;
}

fieldset div.commonTable, fieldset div.commonTableStacker {
    margin: 0 auto 0 auto;
}

div.commonTableStacker div.cell {
    display: block;
    margin: 0;
    padding: 4px;
}
div.calculatorInputs div.commonTableStacker .row .cell:first-child {
    text-align: left;
}

div.calculatorInputs div.commonTable .row .cell:first-child {
    text-align: right;
}
@media screen and (max-width: 767px) {
    div.commonTable div.cell {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/* to separate rows of inputs with a horizontal line */
div.rowSeparators {
}
div.rowSeparators div.row div.cell {
    padding-top: 10px;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}

div.defaultTable {
    margin: 1em auto 1em auto;
}

div.defaultTable div.cell {
    padding: 4px 4px 10px 4px;
}

div.defaultTable div.headerCell {
    background: #d9d9d9;
    font-weight: bold;
}

.borderRight_1 {
    border-right: 1px solid #666;
}

.borderLeft_1 {
    border-left: 1px solid #666;
}

.borderBottom_1 {
    border-bottom: 1px solid #666;
}
.borderTop_1 {
    border-top: 1px solid #666;
}
.borderTop_1_light {
    border-top: 1px solid #999;
}

.border2top {
    border-top: 2px solid #333;
}
.border2bot {
    border-bottom: 2px solid #333;
}
.border3bot {
    border-bottom: 3px solid #333;
}

div.simpleTable {
    width: 99%;
}

div.simpleTable div.cell {
    padding: 4px;
}

div.prettytable {
    margin-bottom: 1em;
    margin-top: 1em;
    background: #fcfcfc;
    border: 1px #aaaaaa solid;
}

div.prettytable div.caption {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}

div.prettytable div.headerCell {
    background: #eeeeee;
    font-weight: bold;
}

div.prettytable div.cell {
    border: 1px #aaaaaa solid;
    padding: 0.4em;
}

div.prettytable div.row:hover {
    background-color: #FFFFBB;
    cursor: pointer;
}
div.prettytable_100 {
    margin-bottom: 1em;
    margin-top: 1em;
    background: #f9f9f9;
    border: 1px #aaaaaa solid;
}

div.prettytable_100 div.caption {
    font-size: 110%;
    font-weight: bold;
    text-align: center;
}

div.prettytable_100 div.headerCell {
    background: #d9d9d9;
    font-weight: bold;
}

div.prettytable_100 div.cell {
    border: 1px #aaaaaa solid;
    padding: 5px;
}

div.prettytable_100 div.row:hover {
    background-color: #FFFFBB;
    cursor: pointer;
}

div.centered {
    margin-left: auto;
    margin-right: auto;
}
/* wrapper div to allow scroll for tables and content too wide for screen */
div.Xscroll {
    padding: 0.25em;
    padding-bottom: 1em;
    overflow-x:auto;
}

div.indexPage {
    display: block;
    margin-right: 1em;
    margin-left: 2em;
}

p.tightindentDescription {
    margin: -0.5em 0 1.25em 2.5em;
    padding: 0;
    font-style: italic;
    color: #333;
}

@media only screen and (max-width: 726px) {
    div.indexPage, div.indexPage p {
        margin-right: 0.75em;
        margin-left: 0.75em;
    }

    div.indexPage p.tightindentDescription {
        margin-left: 1.25em;
    }
}

div.TextTextFit {
    overflow: hidden;
    border: 0 solid #999;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0 auto 0 auto;
}

div.TextTextWrap {
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #999;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 98%;
    margin: auto;
}

div.Text2Column {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    padding: 6px;
}

@media only screen and (max-width: 726px) {
    div.Text2Column {
        display: block;
        width: 100%;
    }
}

div.ImageTextWrap {
    clear: both;
    overflow: hidden;
    border: 1px solid #999;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 98%;
    margin: auto;
}

div.ImageLeft {
    float: left;
    vertical-align: top;
    padding: 6px;
}

div.TextRight {
    overflow: hidden;
    vertical-align: top;
    padding: 6px;
}

@media only screen and (max-width: 726px) {
    div.ImageTextWrap, div.TextRight {
        overflow: auto;
    }

    div.ImageLeft {
        float: none;
        text-align: center;
        padding: 0;
    }

    figure {
        margin: auto;
    }
}

.btn {
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em 1em;
    color: #000000;
    border: 1px solid #999999;
    background-color: #f5f5f5;
    text-decoration: none;
    border-radius: 4px;
}

.btn:hover,
.btn:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.10));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.10));
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.10));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.10));
}

.btn:active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.20) inset;
    border-color: #000 \9;
}

input.btn[disabled] {
    color: #999;
}
.btn {
    touch-action: manipulation;
}
/*  button.negateButton can be removed */
button.negateButton, button.negate_Button {
    display: none;
}
@media screen and (max-width: 1023px) {
    button.negateButton, button.negate_Button {
        display: inline-block;
        font-size: 1.1em;
        font-weight: normal;
        vertical-align: center;
        /* force to 44x44 button size */
        padding: 9px 6px 9px 6px;
    }
}
.negate-button-target-amount, .negate_Input, .negate_Div {
}


textarea.get_link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 0.9em;
    width: 100%;
}

.calc_error {
    color: #cc3333;
    max-width: 300px;
    margin: 8px 5px;
}

footer {
    text-align: center;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    footer a {
        display: block;
    }
}

#copyright {
    color: #333333;
    text-align: center;
    padding-top: 4px;
}

#copyright a {
    color: #333333;
}

#copyright a:hover {
    color: #993333;
}

.MathJax_XX {
    font-size: 2em;
}

div.ScreenWidthLessThan801 {
    display: none;
    text-align: center;
}

@media only screen and (max-width: 851px) {
    div.ScreenWidthLessThan801 {
        display: block;
        margin-top: 2px;
        margin-bottom: 8px;
        text-align: center;
    }
}

@media screen and (max-width: 425px) {
    div#breadcrumbs div#lastBreadcrumb {
        display: none;
    }
}

@media screen and (max-width: 525px) {
    #headerRight {
        display: none;
    }

    #headerLeft, #headerCenter {
        display: block;
        width: 100%;
        max-width: 400px;
    }
}

@media screen and (min-width: 525px) and (max-width: 760px) {
    #headerRight {
        display: table-cell;
    }

    #headerLeft, #headerCenter {
        display: block;
        width: 100%;
        max-width: 400px;
    }
}

@media screen and (min-width: 725px) and (max-width: 924px) {
    #topNavRight {
        _display: none;
    }
}
@media screen and (min-width: 768px) {
    .doShowMobileOnly {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .doNotShowMobileOnly {
        display: none;
    }
}

@media print {
    #headerCenter, #headerRight {
        display: none;
    }
}
.changed {
    color: darkred;
}

/* Def Box Styles */
dl.inputs {
    padding: 6px;
    background-color: #F8F8F8;
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    overflow: hidden;
    margin-left: 1em;
    margin-right: 1em;
}

dl.inputs dt {
    font-style: normal;
    font-weight: bold;
}

dl.inputs dd {
    color: #333;
    background-color: inherit;
    padding-top: 2px;
    padding-bottom: 6px;
}

dl.inputs {
    padding-top: 40px;
    position: relative;
}
dl.inputs:before {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 5px;
    content: "Calculator Inputs";
    font-weight: bold;
    text-decoration: underline;
    color: #333;
    font-size: 1.1em;
    text-align: center;
}
