table td[class*=col-], table th[class*=col-] {
	display: inline-block;
}

.navbar.top-nav-collapse {
	background: gold;
	padding: 10px;
	border-radius: 0;
	margin-bottom: 0;
}
.wsite-section-wrap {
}
.wsite-section-elements {
	margin-top: 30px;
	margin-bottom: 30px;
}
.page-wrap {
	position: relative;
    top: calc(200px/2.7);
}
.wsite-section-wrap .wsite-section {
	    background-color: #e1e1e1 !important;
}
.wsite-section-wrap .wsite-section font {
	color: #535353!important;
}
.page-title  {
	color:white;
}
.wsite-section-bg-image {
	background-image: url(../files/header.jpg) ;
	background-repeat: no-repeat ;
	background-position: 2.28% 29.68% ;
	background-size: 100% ;background-color: transparent ;
	background-size: cover;
	height: 240px;
background-attachment: fixed;
}

.wsite-content-title {
	color: white;
}
.wsite-content-title font {
	color: white;
	font-weight: 800;
}
.download-button {
	float: right;
	     background: #1461ff;
    border-color: #1461ff;
    opacity: 1;
    color: white;
}
.download-button:hover {
	   background:white;
    border-color:white;
    color: #1461ff;
}
}