/*Making FAQ and Contact us pages responsive mario.r ZD:205601*/

/*FAQ text*/
a{
 word-break: break-all;
}
table{
table-layout: fixed;
}
/*Contact us header title*/
@media screen and (max-width:768px) {
    #section-6898752 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div > div > div > p:nth-child(4) > span,
  #section-6885167 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div > div > div > p:nth-child(4) > span{
        font-size: 49px !important;
    line-height:1
    }
}

/*----------END------------*/


/*specific pages container*/
.home-custom-css{}
.community-custom-css{}
.agenda-custom-css{}
.speakers-custom-css{}

/*main container of each section*/
.main-app-container {}

/*
call-to-action buttons e.g:
Register, Join The Community etc
*/
.btn-register {}

/*Top navigation bar container*/
.template-nav {}

/*Top navigation bar items container*/
#bs-example-navbar-collapse-1 {}

/*social share buttons container*/
.social-share-button {}

/*social share buttons per social network*/
.social-share-button.facebook {}
.social-share-button.twitter {}
.social-share-button.linkedin {}
.social-share-button.google {}
