@tailwind base;
@tailwind components;
@tailwind utilities;

*{font-size:10px;
}
body{
 background-color:white !important;
}
.mytable td, .mytable th {
 border: 1px solid #ddd;
 padding: 5px;
}
.jestify-flex{
 margin: 10px 0;
 display: flex;
}
.set-flex-2{
flex: 2;
  }
.set-flex-1{
flex: 1;
}
.printLogo{
     width: 60px !important;
     padding-left: 15px;
 }
.verAllign{
    text-align: center;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: bold;
}
.verAllign p{
    display: inline;
    font-size: 15px;
}
.mytable tr:nth-child(even){background-color: #f2f2f2;}

.mytable tr:hover {background-color: #ddd;}

.mytable th {
 padding-top: 5px;
 padding-bottom: 5px;
 text-align: left;
 background-color: #04AA6D;
 color: white;
}
.item-border{
 border: 2px black solid;
 margin-bottom: 10px;
 background-color: white;
}
.lineCAP div{
 padding: 7px;
 border-right: white 2px solid;
 color: white;
 background-color: #006bd6;
 font-weight: bold;
}
.lineCAP div:first-child{
 background-color: darkcyan;
 font-size: larger;
}
.lineCAP div:nth-child(3){
 background-color:#a82f2f;
}
.menu
{
    border:3px solid #04AA6D;
    background-color: azure;
}
.menu tr td{
    font-size: larger;
    color: #04AA6D;
    font-weight: bold;
    padding: 3px;
}
#summery{
    margin-bottom: 7px;
    display: block;}
