.ecl-banner {
  width:1000px !important;
}

.notbold { 
  font-weight:lighter;
}

.priorities-table tbody tr td {
   vertical-align:top;
}

.priorities-table tbody tr td:first-child {
   font-weight:600;
}

.ecl-table:not(.ecl-table--simple) .ecl-table__cell:before {
  display: none !important;
border-top: none !important; }

.ecl-table:not(.ecl-table--simple) .ecl-table__cell {
   
border-top: none !important; }

@media (max-width: 600px) {
.ecl-table__row {
  border-bottom: none !important;
}}

.tableyellow {
  background-color:#FFD617 !important; 
}

.tablewhite  {
  background-color:white !important;
  
}

.byes {
      background-color: #FFD617 !important;
    border-radius:50px !important;
    border:none !important;
    width:80px;
    height:30px; 
    color: black !important;
}

.bno {
    background-color: #7FA1C9 !important;
    border-radius:50px !important;
    border:none !important;
    width:80px;
    height:30px; 
    color: #003776 !important;
}

.bpartner { 
    background-color: white !important;
    border-radius:50px !important; 
    width:100px;
    height:30px; 
    color: #707070 !important;
    border-color: #707070 !important; 
    border-width: 1px;
    margin-right:2em;
    
}

.binfo { 

  background-color: #004494 !important;
    border-radius:50px !important; 
    width:150px;
    height:30px; 
    color: white!important;
    text-align:center;
    border: 0px !important;
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  grid-auto-rows: minmax(100px, auto);
}

 
  .three { 
    grid-column: 1 / 3;
    grid-row: 1 / 5;
    padding: 0em 1.5em 0em 0em;
  }
  .four { 
    grid-column: 3 / 5;
    grid-row: 1 / 5;
    padding: 0em 0em 0em 1.5em;
  }

  @media   (max-width: 600px) {
  .ecl-banner {
      width: 100vw !important;
  } }
 
  .grid {
    display: grid;
    gap: 2.5em;
    grid-template-columns: 1fr 1fr;
    box-sizing: border-box;

    
  }
  .one {
    background-color: #EBEBEB !important;
  }
  .two {
    background-color: #004494 !important;
  }
  .one,
  .two {
    padding: 4%; 
    width:100%;
  }
  
  @media(max-width: 600px){
    .grid {
      grid-template-columns: 1fr;
    }
  }
