

td {
    border-top: none !important;
}
.textboxblue {
    border-style:solid;
    border-color:gray;
    border-width:1.5px;
    font-family:sans-serif;
    font-size: 12px;
    width:100px;
    background-color:#ABBACF;}
.textboxwhite {
    border-style:solid;
    border-color:gray;
    border-width:1.5px;
    width:100px;
    font-family:sans-serif;
    font-size: 12px;
    background-color:white;}
ul
{
    padding-left: 1px;
}

li {
    padding-left: 1px;
    display: inline;
    text-align: left;
    list-style-type: none;
}
