/* GET NO HEADER NO FOOTER */

body {
    background: rgba(0,0,0,0)!important;
}

.body-content {
    background: rgba(0,0,0,0)!important;
}

div.main-form {
	background:white!important;
	max-width:100%!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) {
	display:none;
}

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

.main-form.delayed-component-content {
    background: rgba(0,0,0,0)!important;
	color:white;
}

.main-form.delayed-component-content h2,
.main-form.delayed-component-content h3,
.main-form.delayed-component-content h4,
.main-form.delayed-component-content h5,
.main-form.delayed-component-content h6 {
	color:white;
}

table.table.table-bordered td:first-child {
	color:white;
}
table.table.table-bordered th:first-child {
    width: 20%!important;
}


/* SPEAKERS */
div#searchResult {
    color: #ffffff;
}

.brand-primary-foreground {
    color: #67ad2f;
}


/* TP shedule - space between sessions */
.main-form.delayed-component-content > div:nth-child(n+6) {
	margin-bottom:50px;
}
