

<style.>




.dropdownBoxList {
  float: right;
  background-color: #812595;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}

.button {
  float: right;
  background-color: #812595;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}

.redbutton {
 float: left;
  background-color: red;
  border: 1;
  color: white;
  padding: 15px 500px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.bluebutton {
  float: left;
  background-color: #067c7c;
  border: 1;
  color: white;
/*  padding: 15px 32px; */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}



.greenbutton {
  float: right;
  background-color: green;
  border: 1;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}


h1 {
 text-align: left;
  font-size: 20px;
  color: Maroon;
  margin-left: 10px;
}


.item1X { grid-area: header; }
.item2X { grid-area: side; }
.item3X { grid-area: main; }
.item4X { grid-area: right; }
.item5X { grid-area: footer; }
.itemExit{ grid-area: menu; }

.itemExit {
  right: 30px;
  width:100%;
 /* border: 3px solid #bdbdbd; */
}

.grid-containerX {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-areas:
    'menu menu'
    'header side'
    'main right';
   
  grid-gap: 10px;
  padding: 10px;
}

.grid-containerX > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 10px 0;
  font-size: 10px;
}

.item2X {
  align-text: center;
  max-width: 50px;
  padding-top: 32px;
  background-color: aqua;
}


.tbl{
  table-layout: auto;
  width: 100%;
  height:100%;
}


.Details {
  height: 40px;
  vertical-align: bottom;
  background-color:#dfe3eb; 
  font-size: 12px;

}

.headerReport{
  height: 40px;
  vertical-align: bottom;
  background-color:#33CCCC!important; 
  font-size: 12px;
}

.booksy
{
 align-text: right;
}
.account_comments{
  width: 350px;
  height: 150px;
}
</style>