@media screen {
    body, table, td {
        font-size: 11px;
        font-family: Verdana;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        margin: 0px;
    }

    body {
        color: #303030;
        background-color: #ffffff;
        text-align: left;
        margin: 5px 5px 5px 5px;
    }

    table {
        vertical-align: top;
    }

    .LoginCell {
        text-align: left;
        font-size: 10px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .LoginCellTop {
        text-align: left;
        font-size: 10px;
        padding: 3px;
    }

    .LoginTable {
        text-align: left;
        border-bottom: black thin solid;
        border-left: black thin solid;
        background-color: gainsboro;
        border-top: black thin solid;
        border-right: black thin solid;
    }

    .LoginLogoCell {
        background-image: url(../../Images/NordicForum/NF-Data_logo_Main_FullText.png);
        background-repeat: no-repeat;
        background-position: center center;
        height: 450px;
    }

    .LoginRightCell {
        padding: 5px;
    }

    .LoginRightCellTop {
        padding: 5px;
        padding-top: 80px;
    }

    .PopUpBottomText {
        color: Gray;
        font-size: 11px;
    }

    *:focus {
        outline: 0;
    }

    /* Style for WucCompute start*/
    .ComputeHead {
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
        height: 30px;
    }
    /* ------------------------------------------------------------------------------------ */

    /* Style for WucCompute end*/

    /* Style for TechData Line Popup Start*/
    .PopUpGuideIcon {
        margin: 2px;
    }

    /* Style for TechData Line Popup End*/

    /* Popup Print button */
    .default-print-btn {
        position: fixed;
        top: 38px;
        right: 12px;
        cursor: pointer;
    }
}

@media print {
    .PrintHide {
        display: none;
    }
}

.dxpcControl td {
    text-align: left;
}