<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* JQuery UI Dialog
* for tittle, so it's not truncated
*/

.ui-dialog span.ui-dialog-title { white-space: normal; }

div#calculator-code #AME div:nth-child(3) table div input { border: 1px solid #bbbbbb; }

@media only screen and (max-width: 991px) {
    div#calculator-code #AME div:nth-child(3) table th div:nth-child(3),
    div#calculator-code #AME div:nth-child(3) table th div:nth-child(4),
    div#calculator-code #AME div:nth-child(3) table tr div:nth-child(3),
    div#calculator-code #AME div:nth-child(3) table tr div:nth-child(4) { width: 150px !important; }

    div#calculator-code #AME div:nth-child(3) table th div:nth-child(5),
    div#calculator-code #AME div:nth-child(3) table th div:nth-child(6),
    div#calculator-code #AME div:nth-child(3) table tr div:nth-child(5),
    div#calculator-code #AME div:nth-child(3) table tr div:nth-child(6) { width: 110px !important; }

    div#calculator-code #AME div:nth-child(3) table {
        display: block;
        max-width: 100%;
        overflow-x: scroll;
    }

    /*div#calculator-code #AME div:nth-child(3) table::before {
	    content: "Scroll right for more information";
	    display: block;
	    padding-bottom: 10px;
	}*/
    div#calculator-code #AME div:nth-child(3) table div {
        display: inline-block;
        float: none !important;
        white-space: normal;
    }

    div#calculator-code #AME div:nth-child(3) table th,
    div#calculator-code #AME div:nth-child(3) table td { white-space: nowrap; }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 10px;
        width: 5px;
    }

    ::-webkit-scrollbar-thumb {
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
        background-color: rgba(0, 0, 0, .3);
    }
}</pre></body></html>