/** * All of the CSS for your public-facing functionality should be * included in this file. */ .agenda-table { box-sizing: border-box; } .agenda-table { } .agenda-table th { padding: 4px; } .agenda-table td { padding: 4px; } .inline-image-name { list-style: none; margin: 0; padding: 0; } .inline-image-name li { display: inline-block; vertical-align: middle; line-height: 25px; margin-right: 15px; } .inline-image-name img { max-height: 25px; } .session-title h1, .session-title h2, .session-title h3, .session-title h4, .session-title h5, .session-title h6{ margin-top: 0; } .session-title span > small { } .single-speaker, .single-venue, .single-organization { padding: 20px; border:1px solid; } .single-post-social { margin: 0; padding: 0; list-style: none; } .single-post-social li{ display: inline-block; margin-right: 15px; width: 35px; height: 35px; border-radius: 50%; background: #e5e5e5; } .single-post-social li a { display: block; width: 35px; height: 35px; } .single-post-social li.linkedin-ico a{ background: url(../images/linkedin.png); background-position: center; background-repeat: no-repeat; background-size: contain; } .single-post-social li.facebook-ico a{ background: url(../images/facebook.png); background-position: center; background-repeat: no-repeat; background-size: contain; } .single-post-social li.twitter-ico a{ background: url(../images/twitter.png); background-position: center; background-repeat: no-repeat; background-size: contain; } .agenda-pop { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0, .5); } .agenda-pop-inner { background: rgba(255,255,255, 1); max-width: 650px; margin: 0 auto; max-height: 100%; position: absolute; left: 0; right: 0; top: 50px; bottom: 50px; } .agenda-pop-close { position: absolute; right: 0; width: 35px; height: 30px; text-align: center; line-height: 33px; cursor: pointer; display: block; } .agenda-pop-content { position: absolute; left: 0; right: 0; top: 33px; bottom: 0; overflow-y: scroll; } .agenda-pop-content .single-speaker, .agenda-pop-content .single-venue, .agenda-pop-content .single-organization{ border:0px; }