.waiting {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 60%;
  display: none; }

.waiting img,
.waiting p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.waiting-show {
  display: block; }

.waiting-hide {
  display: none; }

#main-content div.mb-lg-0 div.mb-lg-0 {
  overflow: visible !important; }

.yui3-aclist {
  overflow-x: scroll;
  max-height: 250px; }