body {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.navbar-inverse .navbar-nav > li > a {
color: #ffffff;
}

.navbar-inverse .navbar-brand {
color: #ffffff;
}

.navbar-inverse .navbar-toggle {
border-color: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}

.list-group-item-heading {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin-top: 5px;
}

.list-group-item-text {
    font-size: 12px;
}

.acenter {
    text-align:center;
}

article {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 5px #999;
}
article-title {
    display: flex;
    flex-wrap: wrap;
}
article figure {
    margin-right: 20px;
    width: 50px;
    height: 50px;
}
article figure img {
    min-width: 50px;
    max-width: 50%;
    vertical-align: top;
}
.stickyads{
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}
.navbar-header a.navbar-brand { 
    font-size: 15px; 
}

.xframe {
    overflow:hidden;
    overflow-x:hidden;
    overflow-y:hidden;
    height:100%;
    width:100%;
    position:relative;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    display: block;
    margin: auto;
  }

.overlay{
  position: fixed;
  bottom: 0px;
  left: 50%;
  margin-left:-160px;
  margin-top:-50px;
}

.modal-dialog{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  margin: auto;
  pointer-events: none;
}
  .modal-content{
    pointer-events: all;
}