﻿.table-full {
    width: 100%;
    padding: 0px;
}

.table-full td {
    padding: 4px;
    border-width: 1px;
    border-style: solid none none none;
    border-color: #cccccc;
}

    .table-full thead tr {
        background-color: none;
        padding: 4px;
        text-decoration: none;
        font-weight: bold;
    }

    .table-full thead th {
        padding: 4px;
    }

    .table-full tr:nth-child(even) td {
/*        background-color: #eeeeee;*/
    }

    .table-full tr:nth-child(odd) td {

    }

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}