﻿body {
}

table {
    border: 0px solid red;
}

td {
    border: 0px solid green;
}

.myTdTop {
    padding: 0px;
    margin: 0px;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 85%;
    color: rgb(128 128 128/var(--tw-text-opacity,1));
}

.myTdTextLeft {
    text-align: left;
    width: 20%;
}

.myTdTextRight {
    text-align: right;
    width: 10%;
}

select {
    border: 0px solid yellow;
}

._myBut {
    width: 180px;
    height: 40px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
    border:0px solid white;
}

.myDiv {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

a {
    text-decoration: none;
}
