<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@media print, screen and (min-width: 768px) {
  .icon-eg {
    line-height: 1.5;
    position: absolute;
    top: 2px;
    left: 0;
    margin-right: 20px;
    padding: 0 20px;
    border-radius: 14px;
    background-color: #ff9900;
    color: #fff;
  }
  .eg-text {
    position: relative;
    margin-top: 1em;
    padding-left: 108px;
  }
  .table-layout.col3-table tbody tr:first-child td{
    padding-top: 20px;
  }
  .table-layout.col3-table tr td:first-child{
    padding: 3px 10px 3px 18px;
    border-bottom: none;
  }
  .table-layout.col3-table tr td:last-child{
    padding: 3px 20px;
    border-bottom: none;
    border-left: none;
  }
  .table-layout.col3-table tr:last-child td {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width: 767px) {
  .icon-eg {
    line-height: 1.5;
    position: absolute;
    top: -2px;
    left: 0;
    padding: 0 20px;
    border-radius: 14px;
    background-color: #ff9900;
    color: #fff;
  }
  .eg-text {
    position: relative;
    margin-top: 1em;
  }
  .table-layout.col3-table tbody tr:first-child td{
    padding-top: 20px;
  }
  .table-layout.col3-table tr td:first-child{
    padding: 3px 10px 3px 20%;
    border-bottom: none;
  }
  .table-layout.col3-table tr td:last-child{
    padding: 3px 20% 3px 5px;
    border-bottom: none;
    border-left: none;
  }
  .table-layout.col3-table tr:last-child td {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
}</pre></body></html>