aside .block ul.facets {
  padding-left: 1.25rem;
}
ul.list-style-none {
    padding-left: 0;
    list-style-type: none;
}
ul.list-no-indent {
  padding-left: 15px;
  padding-top: 0;
  margin-top: 0;
}
#page table tr td.nowrap {
  white-space: nowrap;
}
.align-right {
  text-align: right;
}
.dt-container .dt-length,
.dt-container .dt-search {
  white-space: nowrap;
}
.dt-container .dt-length label,
.dt-container .dt-search label {
  display: inline;
  font-weight: normal;
}
.dt-container .dt-paging {
  float: none;
}
.dt-container .dt-paging li.disabled {
  display: none;
}
.dt-container .dt-paging li.pager-ellipsis.disabled {
  display: inline;
}
div.dt-container .dt-paging li.ellipsis {
  padding: 0 0.25em;
}
.dt-container .dt-paging ul.pager {
  margin: .25em 0 0 0;
}
.region-authentication {
  padding-top: 10px;
}
#authentication:after {
  clear: both;
}
#page table thead tr th {
    border-bottom: 0 none;
    border-right: 1px solid #a5acb0;
    color: #ffffff;
    max-width: 200px;
    overflow: hidden;
    padding: 6px 12px;
    text-overflow: ellipsis;
    white-space: normal; /* was nowrap but table headers cut off */
}
#page table tr td {
    white-space: normal;
    text-overflow: inherit;
    overflow: visible;
    max-width: 100%;
}
#page #toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    background-color: #31b0d5;
    padding: 6px 12px;
}
.pull-right {
    float: right !important;
}
#highlighted-minister {
    background: #e6e6e6 URL("../images/curve.png") no-repeat center center;
    margin-top: 5px;
}
#highlighted-minister:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    content: "";
}

@media all and (max-width:979px){
  #highlighted-minister {
      padding: 1px 0 20px;
  }
}

.block-instruction {
    background-color: #e6e6e6;
    border: 1px solid #0D4A8E;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.paragraph-left {
    text-align: left;
}
.paragraph-right {
    text-align: right;
}
.paragraph-center {
    text-align: center;
}
.block .view-minister {
    height: 298px;
}
/* responsive embeds */
.rich-text img {
    max-width: 100%;
    height: auto;
}

.responsive-object {
    position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Fix table borders */
.dataTable td, .dataTable th {
    border-top: 1px solid #bbb !important;
    border-left: 0 !important;
    border-right: 1px solid #bbb !important;
    border-bottom: 0 !important;
}

.dataTable td:first-child, .dataTable th:first-child {
     border-left: 1px solid #bbb !important;
}

/* Spinner for table load */
@keyframes loading-spinner {
  to {transform: rotate(360deg);}
}

.loading-spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: loading-spinner .6s linear infinite;
}

