body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f7f5f5;
}
.teal_button{
    border: 0px none;
    font-size: 20px;

}
.topnav {
    overflow: hidden;
    background-color: #e9e9e9;
}
h3{
    display: inline-block;
}
.data{
    margin-top: 10px;
    margin-left: 2%;
    padding: 5px;
    width: 97%;
    background: #fff;
}
h4{
    color: red;
    padding-left: 10px;
}
p{
    margin-left: 10px;
    width: 15%;
    height: fit-content;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}
#result{
    background-color: lightblue;
}
#open{
    background-color: orange;
}
#done{
    background-color: green;
}
.data button {
    margin: 0 -5px 10px 10px;
    border: none;
    color: white;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 90px;
}
#submit{
    background-color: #04AA6D; /* Green */
}
#create{
    background-color: #1b80bf; /* Green */
}
#edit{
    background-color: #9ba4a1; /* Green */
}
#delete{
    background-color: #df1d57; /* Green */
}
#cancel{
    background-color: #da561e; /* Green */
}
#amount{
    width: 100px;
}
label{
    margin: 10px;
}
.option{
    width: auto;
    display: inline-block;
}
.search-container{  
    
    width: auto;
    height: auto;
    display: inline-block;
    float: right;
    margin-top: 10px;
    margin-right: 10px;

}
table {
    margin: 10px;
    width: 100%;
    border-collapse: collapse;
    overflow: auto;
  }
table, td,th{
    border: 1px solid black;
    font-size: 15px;
    text-align: left;
    width: max-content;
    height: 40px;
}
th{
    background: sandybrown;
}
td, th{
    padding-left: 2px;
    padding-right: 10px;
}

#infotable{
    overflow: auto;
}
/*#box{
    width: auto;
    display: inline-block;
}*/
.boxpage{
    width: auto;
    height: auto;
    display: inline-block;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    background-color: #f0ebeb;
    border-radius: 10px;
    padding: 8px;
    color: #9ba4a1;
}
.page{
    color: white;
    padding: 10px;
}

a { 
    text-decoration:none;   
} 
