article#post-1486 h1.entry-title::before,
article#post-1486 h2.entry-title::before
{
	content: url("/wp-content/uploads/2019/11/KM2020.png");
	float: left;
	margin-right: 0.5em;
}

@media screen and ( max-width: 59.6875em ) {
  .site-branding a.custom-logo-link {
    display: none;
  }
}

@media screen and ( min-width: 59.6875em ){
  .site-title, .site-description {
    display: none;
  }
}

@media screen {
  .hentry {
    border-radius: 10px;
  }
  .entry-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

@media screen and ( max-width: 38.75em ) {
  .hentry {
    border-radius: 0px;
  }
  .entry-footer {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.entry-content img.icon {
  box-shadow: none;
  margin: 0px;
}

@media all {
  .entry-footer {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

@media screen and (min-width: 38.75em) {
  .entry-footer {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

@media screen and (min-width: 59.6875em) {
  .entry-footer {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

@media screen {
  a[href$='.pdf']:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: transparent URL('/wp-content/uploads/2016/10/PDF.png') center left no-repeat;
    width: 32px;
    height: 32px;
    margin: 0px 6px 0px 0px;
  }
  
  a[href$='.xls']:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: transparent URL('/wp-content/uploads/2016/11/xls.png') center left no-repeat;
    width: 32px;
    height: 32px;
    margin: 0px 6px 0px 0px;
  }

  a[href$='.xlsx']:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: transparent URL('/wp-content/uploads/2016/10/excel.png') center left no-repeat;
    width: 32px;
    height: 32px;
    margin: 0px 6px 0px 0px;
  }

  a[href$='.doc']:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: transparent URL('/wp-content/uploads/2024/04/docx.png') center left no-repeat;
    width: 32px;
    height: 32px;
    margin: 0px 6px 0px 0px;
  }
  a[href$='.docx']:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: transparent URL('/wp-content/uploads/2024/04/docx.png') center left no-repeat;
    width: 32px;
    height: 32px;
    margin: 0px 6px 0px 0px;
  }
}

.site-info {
  display:none;
}

.entry-content table { border-width: 1px 0 0 0; }
.entry-content table td { border-width: 0 0 1px 0; }
.entry-content thead tr { background-color: #e7e7e7; font-style: italic; }
.entry-content tbody tr:nth-child(2n) { background-color: #f7f7f7; }

.byline {
  display: none;
}

table {
  table-layout: auto;
}

div.su-row.row_no_border {
  margin-bottom: 0px;
}