body {
	background: url(../images/bg-disco.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.windowbg4 {
	background: #fffffff2;
}

.body_content {
	background: #fffffff2;
}

header {
	background: #d8d8d878;
	border: none;
} 

@media (min-width: 768px) {
  .container {
    max-width: 1400px;
  }
}

table.table_list a.collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll-to-top .fa-lg {
  line-height: 2em;
}

.pagesection {
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1affffff',GradientType=1 );  
}