﻿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%;
}

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

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

select {
    border: 0px solid yellow;
}

._myBut {
    width: 100px;
    height: 30px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
}

/*
div {
    display: inline;float: left;margin-right: 1px;
}
*/

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

a {
    text-decoration: none;
}
