table thead .externalannotation > th,
table .externalannotation tr th {
  background-color: #f0ad4e;
  color: #fff;
  border-bottom-width: 1px;
  font-weight: normal;
}

.break {
  word-wrap: break-word;
  word-break: break-all;
}
.actionButtons {
  display: flex; 
  justify-content: start;


} 
#panel {
  border: 1px solid #666666;
  position: static;

}
/* Mobile */
/* --------- Breakpoint added for the awkward transition point where  the action buttons don't fit on one line--------- */
@media print, screen and (min-width: 992px) and (max-width: 1199px) {
  .actionButtons {
    display: block;

  
  
  } 
}
/* --------- TABLET FORM FACTOR --------- */
@media screen and (min-width: 768px) and (max-width: 991px) {


  .actionButtons {
      margin-top: 20px;
      margin-bottom: 0px;
      justify-content: center;
  } 
  .panel {

    background-color: none;
  
  }

}


/* --------- MOBILE PHONE FORM FACTOR --------- */
@media screen and (max-width: 767px) {

  .actionButtons {
      margin-top: 20px;
      margin-bottom: 0px;
      justify-content: center;
  } 



}