
.eds_pageDetails3 .eds_pageTitle
{
  text-align:left !important;
}

/* Tabellen für Ranglisten auf 100% setzen */
table#dnn_ctr9032_Default_List_grdData, table#dnn_ctr9033_Default_List_grdData
{
 	width:100%!important;   
}

/* Formularfelder zentrieren */
.dnnFormItem
{
  text-align:center!important;   
}

/* Formularbuttons zentrieren */
.ModDNNUserDefinedTableC .dnnActions 
{
    display: flex!important;
    justify-content: center!important;
}

.recaptcha-container
{
     display: flex!important;
    justify-content: center!important;
}

/* Accordion Titel blau / weiss */
.edsAccordion_title
{
  	color:white!important;
 	background-color:#268fe0!important;
  	border-color:#268fe0!important;
}












