body {
  padding-bottom: 20px; /* fix overlapping of footer */
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.panel-heading h4 {
    text-decoration: none;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
}

.site-details,
.site-tags {
    margin-top: 10px;
    padding-top: 10px;
}

.info-column {
    margin-top: 10px;
    margin-bottom: 15px;
}

/* for progress bar on trends */
.ajax-loader {
  visibility: hidden; 
  background-color: #eee;
  position: absolute;
  z-index: +100 !important;
  width: 100%;
  height:100%;
}

.ajax-loader img {
  position: relative;
  top: 50%;
  left: 50%;
}

footer {
    height: 40px;
}

footer li {
    margin: 5px 0;
}

footer li a {
  color: #282D46;
}

footer li a:hover {
  color: #282D46;
}