.actuals-row {
    color: #428de0;
}

.projected-row {
    color: #6f9927;
}

.breakdown-table-tooltip {
    @include pr-text;
    font-weight: $pr-weight-medium;
    color: $pr-color-medium-grey;
}

.ft-table {
    @include pr-text;
    font-weight: $pr-weight-medium;
    color: $pr-color-medium-grey;

    table {
        border: 1px solid rgba(64,64,64,0.25);
    }

    thead > tr > th {
        @include pr-label;
        font-size: $pr-size-small;
        font-weight: $pr-weight-medium;
        color: $pr-color-medium-grey;
        cursor: text;
    }

    tbody > tr > td, thead > tr > th {
        vertical-align: middle;
        padding: 8px;
        text-align: left;
        word-wrap: break-word;
    }

    .info {
        border: 2px solid #404040;
        font-size: 1.4rem;
        font-weight: 400;
        font-style: italic;
        font-family: serif;
        text-transform: lowercase;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        text-align: center;
        line-height: 15px;
        background-color: transparent;
        cursor: pointer;
    }

    h2 {
        font-size: 2rem;
        font-weight: 400;
    }

    .pu-heading {
        border-right: 0;
    }

    .last-updated {
        color: $pr-color-medium-grey;
        font-weight: $pr-weight-light;
    }

    .disclaimer {
        padding-bottom: 78px;
        padding-left: 5px;
        padding-right: 5px;
    }
}


@media (min-width: 768px) {
    .ft-table {
        padding: 30px;
        padding-bottom: 90px;

        h2 {
            margin-bottom: 30px;
        }

        .disclaimer {
            display: none;
        }

        .ch-heading {
            width: 50%;
        }

        .ac-heading {
            width: 25%;
        }

        .pu-heading {
            width: 22%;
        }

        .in-heading {
            width: 3%;
        }
    }
}

@media (min-width: 385px) and (max-width: 426px) {
    .ft-table {
        .ch-heading {
            width: 45%;
        }

        .ac-heading {
            width: 30%;
        }

        .pu-heading {
            width: 25%;
            border-right: 1px solid rgba(64, 64, 64, 0.25);
        }

        .in-heading {
            display: none;
        }

        .disclaimer {
            display: block;
        }
    }
}

@media (max-width: 384px) {
    .ft-table {
        .ch-heading {
            width: 50%;
        }

        .ac-heading {
            width: 25%;
        }

        .pu-heading {
            width: 25%;
        }

        .in-heading {
            display: none;
        }

        .disclaimer {
            display: block;
        }
    }
}
