﻿.txtEntry {
    padding: 5px;
    background-color: #BCDCF2;
    color: #000000;
    border-style: solid;
    border-width: 1px;
    border-color: #89899F;
    max-width: 100%;

}

    .txtEntry:focus {
        background-color: #ffffff;
    }
