table{
    padding:0;
    margin:0;
    border-collapse: collapse;
    width:100%;
    font-size: 8pt; line-height: 100%; 
  }
  
  td,th{
    border:solid #000 2px;
    padding:10px;
    text-align:center;
    vertical-align:middle;
  }
  td.list2{
    font-weight:bold;
    text-align:right;
    font-size: 9pt; line-height: 100%; 
  }
  td.list3{
    text-align:left;
    font-size: 9pt; line-height: 120%; 
  }
  td.ph_name2{
    text-align: left;
    font-weight:bold; line-height: 130%;
  }
  p{
    line-height:150%;
  }
  p.head{
    font-size: 9pt; line-height: 100%; 
    font-weight: bold;
    text-align:left;
  }
  p.date{
    font-size: 8pt; line-height: 100%; 
    font-weight: bold;
    text-align:right;
  }
  
  .container {
    display: flex;
    justify-content: space-between;
  }
  .item1 {
       flex-grow: 1;
  }
  .item2 {
       flex-shrink: 2;
       font-size: 9pt; line-height: 150%; 
    font-weight: bold;
    text-align:right;
  }
  input, textarea,button {
    background-color: #f99ddb;
    border: none;
    border-radius: 3px;
    padding: 5px;
    margin: 2px;
    font-size: 12px;
    color: #333;
  }
  .hover:hover {
    background-color: rgb(186, 177, 238);
    border: none;
    color: #333;
    font-weight: bold;
  }
