﻿.tab-table {
    td {
        line-height: 1.2em;
        display:block;

        &:empty {
            height: 1.3em;
        }
    }

    @media screen{
        @media (min-width:700px){
            td {
                display:table-cell;

                &:not(:last-child) {
                    padding-right: 30px;
                }
            }
        }
    }
}

.bigtab-table {
    width:100%;

    td {
        line-height: 1.3em;
        display:block;

        &:not(:last-child) {
            font-weight:700;
        }
    }

    small {
        font-size: 12px;
        line-height: 1.5em;
        display: block;
        margin-bottom: 3px;
    }

    @media screen{
        @media (min-width:1170px){
            margin: -10px 0;

            td {
                line-height: 2.25em;
                vertical-align: top;
                display:table-cell;

                &:not(:last-child) {
                    padding-right: 60px;
                    min-width: 215px;
                    font-weight:400;
                }
            }
        }
    }
}