@media screen {
    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        color: #a0a0a0;
    }

    .wrapper {
        width: 100%;
        max-width: 1140px;
        overflow: hidden;
    }

    .calcupart_head {
        background-color: none;
        font-weight: bold;
        text-align: center;
    }

    .calcupart_div {

    }

    .calcupart_div input[type="checkbox"] {
        width: 29px;
    }

    .calcupart_div select {
        height: 24px;
    }

    td {
        vertical-align: text-bottom;
        text-align: center;
        alignment-baseline: middle;
    }

    .calcupart_div input[type="text"] {
        height: 19px;
    }

    .justprint {
        display: none;
    }

    .noprint {
        display: block;
    }

    .clear {
        clear: both;
        font-size: 0%;
        line-height: 0%;
        height: 0;
    }

    .nodisp {
        /* visibility: hidden !important; */
        /* display: none !important; */
        color: white;
    }
    input[type="button"] {
        padding: 10px 30px;
        background-color: #0c6606;
        color: white;
        font-weight: bold;
        font-size: 16px;
        border: 0;
        cursor: pointer;
        width: 300px;
    }
    .noprint {
        width: 100%;
        font-size: 30px;
        font-weight: bold;
        margin-top: 10px;
    }
}


