@charset "UTF-8";

.content-section {
  position: relative;
  border-top: 1px solid #b7b7b7;
  padding: 20px 0;
  margin-bottom: 20px; }
  .content-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 5px;
    background-color: #2a9cd2; }
  .content-section h1 {
    font-size: 16px;
    margin: 0 0 20px 20px;
    font-weight: bolder;
    }
  .content-section p {
    margin-top: 1.5em; }
	.content-section p:first-child {
	margin-top: 0;
	}
  .content-section figure {
    text-align: center; }
    .content-section figure img {
      max-width: 80%; }
    .content-section figure figcaption {
      font-size: 12px;
      color: #777; }
  .content-section .content-header {
    padding: 15px 20px;
    margin-bottom: 10px;
    background-color: #bed9ee; }
  .content-section .content {
    padding: 20px;
    background-color: #f7f7f7;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    text-justify:inter-ideograph;
}

.content-section .content li {
    list-style: disc;
}
.table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
    line-height: 1.4;
}


.table thead tr {
  background-color: #53b1dc!important;
  color: #fff;
  text-shadow: 0 1px #227da7;
}

.table thead .table-heading {
	background-color: #2b9dd1;
}

.table tr.even { background-color: #efefef; }
.table tr:nth-child(even) { background-color: #efefef; }

.table th {
	text-align: center;
}

.table th,
.table td {
  padding: 8px 6px;
}

.about-website .icon {
  background-image: url(../img/link-icon.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}


.icon-link { background-position: 0 0; }
.icon-pdf { background-position: 0 -25px; }
.icon-doc { background-position: 0 -50px; }
.icon-xls { background-position: 0 -75px; }
.icon-zip { background-position: 0 -100px; }

.published {
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 12px;
}

.content ol.list {
  margin-left: 2em;
  margin-bottom: 1em;
}
.content ol.list li {
  list-style: initial;
}


.content ul {
  margin-left: 2em;
  margin-bottom: 1em;
}
.content ul li {
  list-style: initial;
}