/*00348758*/
#page_selection_subscription {
	.or_ou{
    font-weight: 900;
    display: flex;
    top: 90px;
    position: relative;
}
@media screen and (max-width: 1200px){
.or_ou{
    top: 0 !important;
    text-align: center;
    width: 100%;
    display: block !important;
}
}
}


#page_selection_subscription_performances {
#main_content_seasonticket_performances #views_container{
	display: none !important;
}

table.performances_container:not(.events_container) tbody{
	    row-gap: 16px !important;
}

.or_ou{
	font-weight: 900;
	margin-left: 50%;
}
@media screen and (max-width: 1200px){
	.or_ou{
	margin-left: 45% !important;
}
}
}
/*END-00348758