﻿

table {
    /*border-collapse: separate;
    border-spacing: 0;*/
    width: 100%;
    line-height: 1.3;
}



    table p {
        margin: 0px;
        line-height: 1;
    }


    table td {
        align-content: start;
        padding: 0px;
    }

/*tr:first-child td:first-child {
    border-top-left-radius: 10px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
}

tr:first-child td:last-child {
    border-top-right-radius: 10px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
    border-bottom: 2px solid #000000;
}

td:first-child {
}

tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
    border-bottom: 2px solid #000000;
}

td:last-child {
    border-right: 2px solid #000000;
}*/

td:first-child {
    /*width: 20%;*/
    /*border-left: 2px solid #000000;*/
    /*padding: 5px;*/
    /*text-align: left;*/
    /*background-color: #E0E722;*/
}

td {
    /*border: 1px solid #000000;*/
    /*padding: 5px 10px;*/
    /*font-weight: bold;*/
}

.info td {
    /*width: 50%;*/
}

    .info td:first-child {
        /*border-top: 2px solid #000000;
        border-top-left-radius: 10px;*/
    }

    .info td:last-child {
        /*border-top: 2px solid #000000;
        border-top-right-radius: 10px;*/
    }
