.congressLiveApp {
    visibility: hidden;
}

html {
	overflow: auto !important;
}
#app {
    font-family: var(--font-body), sans-serif;
    background: var(--color-primary);
}

.v-main__wrap {
    display: flex;
    flex-direction: column;
}

.v-main.v-content{
	background: var(--color-primary) !important;
}
.live-page-webtv .pf-web-tv-timeline-item-modal .timeline-item-modal-header {
	background-image: url('../images/modal-header-background.png');
}
/* responsive */

@media screen and (min-width:1024px)
{
	#app.congressLiveApp {
		margin:auto;
	}
	#app.congressLiveApp  .v-application--wrap {
		max-width:100%;
	}
}