
#menu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
#menu li{
padding: 0;
margin: 0;
text-align: center;
}
#menu li a{
display: block;
/* border-left: 8px solid #474655;
border-top: 1px solid #474655;
border-right: 1px solid #474655;
border-bottom: 1px solid #474655; */
background-color: #f5deb3;
padding: 45px;
text-decoration: none;
color: #333;
width: 200px;
/* height: 40px; */
margin: 2px 0px;
/* text-align: left; */
font-size: 20px;
border-radius: 10px;
}
#menu li a:hover{
/* border-left: 8px solid #474655;
border-top: 1px solid #474655;
border-right: 1px solid #474655;
border-bottom: 1px solid #474655; */
background-color: #f5deb3;
}
#menu li a.active {
background-color: #8b4513;
color: #fff;
}

#logout {
  text-align: right;
}

#logoimg{
    max-width: 100%;
}

td {
    white-space: nowrap;
}

textarea{
    width: 300px;
    height: 100px;
}

@media screen AND (max-width: 480px) {
    html{
        font-size: 24px;
    }
    select{
        font-size: 20px;
        border: 1px;
    }
    .button{
        font-size: 20px;
    }
    .textbox{
        font-size: 20px;
    }
    textarea{
        font-size: 20px;
        width: 100%;
        height: 80px;
    }

}
