﻿.test
{
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    line-height: 21px;
    border-bottom: solid 1px #ddd;
}

    .test.last
    {
        border-bottom: none;
        padding-bottom: 0;
    }

    .test .date
    {
        font-size: 12px;
        color: #999;
        position: absolute;
        right: 0;
        top: 16px;
        line-height: 23px;
        text-align: right;
    }

    .test .result
    {
        font-weight: bold;
        font-size: 17px;
    }

    .test .family-member
    {
        font-size: 15px;
        color: #555;
    }

    .test.positive .result
    {
        color: #c4291c;
    }

    .test.negative .result
    {
        color: #5db37e;
    }

    .test.invalid .result
    {
        color: #EF6C00;
    }

    .test .status
    {
        font-size: 12px;
        color: #555;
        line-height: 17px;
    }

        .test .status .fa-check-circle
        {
            color: #5db37e;
        }

        .test .status .fa-clock-o
        {
            color: #EF6C00;
        }

        .test .status .fa-exclamation-circle
        {
            color: #c4291c;
        }
