﻿.toolHeader {
         max-width: 100%;
     }

    .leftAlignedLabel {
        float: left;
    }

    .valText {
        color: red;
        font-weight: bold;
    }

    .algorithmTable {
        margin-bottom: 10px;
        border-collapse: collapse;
        width: 100%;
    }

    .algorithmHeader {
        font-size: 150%;
        font-weight: bold;
    }

    .generalAlgorithms, .kidneyAlgorithms, .cardiovascularDiseaseAlgorithms {
        width: 33%;
        vertical-align: top;
    }

    .cardioVascularDiseaseAlgorithms {
        border-left: 1px solid grey;
        border-right: 1px solid grey;
    }

    .attributeLabel {
        max-width: 10%;
    }

    td > .dnnLabel {
        width: auto;
        text-align: left;
        right: inherit;
        left: inherit;
        padding-right: 0;
        vertical-align: top;
        font-size: large !important;
        top: 0;
    }

    td > .dnnLabel > .dnnFormHelp {
        position: relative;
    }

    .inputNoMargin input, select {
        margin-bottom: 0;
    }

    .maxCellWidth {
        width: 100%;
    }

    .tableResult {
        border-collapse:collapse;
    }

    .tableCellResult, .tableResult {
        border:1px solid black;
    }

    .formTable {
        margin-left: auto;
        margin-right: auto;
    }

    .horizontalRuleForm {
        height: 50px;
    }

    td > .unitDropDown {
        text-align: left;
    }



    .dnnFormHelpContent span {
        font-size: 10pt !important;
    }