/*body {
	background-color:white!important;
}

.body-content {
	background:white!important; 
}

div.main-form {
	background:white!important;
}
*/
.brand-header, .brand-footer {
	display: none!important;
}


div.delayed-component-content {
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;
}


button.btn.btn-default.pull-right {
    display: none;
}


ul.navbar-nav li:nth-child(1),
ul.navbar-nav li:nth-child(4),
ul.navbar-nav li:nth-child(5),
ul.navbar-nav li:nth-child(6) {
	display:none!important;
}


div.smallBorder.brand-primary-background {
	color:white!important;
}


/* NSG added */
.navbar {
	/*display: none!important;*/
}

.container-fluid {
    margin-right: auto;
    margin-left:0!important;
    padding-left:0px!important;
    padding-right:0px!important;
}

.navbar-inverse {
	background:#1E5A1B;
	border: 1px solid white;
}
.navbar-inverse li.active a,
.navbar-inverse .navbar-nav > li > a {
    background: #1E5A1B!important;
    color: white!important;
    font-weight: bold;
	border-left: 1px solid white;
    border-right: 1px solid white;
}
.navbar-inverse li.active a:hover,
.navbar-inverse .navbar-nav > li > a:hover {
	background:#66AC2D!important;
	color:white!important;
	border-left: 1px solid white;
    border-right: 1px solid white;
}



div.main-form {
	max-width:100%!important;
}

body {
	background:none!important;
 }
.body-content {
	background:none!important;
}
div.main-form {
	background:none!important;
}

/* technical programme schedule text */
h2 { display: none!important; }

/* Technical session title to be visible */
.inline h2 {
    display: block!important;
}

p, h2, h3, td {
	color:white!important;
}

hr {
    padding-bottom: 3em!important;
    border-top: none!important;
}

/* icons*/
.brand-primary-foreground {
    color: white;
}

a, .trackborder, b {
	color:#333!important;
}