
.speakers_container {
    text-align:center;
    width:980px;
    margin: 0 auto!important;
    padding: 0!important;
}

@media screen and (max-width: 1000px){
    .speakers_container {
        width:660px;
        margin:auto;
    }
}
@media screen and (max-width: 680px){
    .speakers_container {
        width:320px;
        margin:auto;
    }
}

.as_speaker{
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0px!important;
    /*     margin: auto; */
}

.speaker_taker{
    background: #65676e;
    border: 1px solid #75777e;
    display: inline-block;
    padding: 15px 4px 5px 4px!important;
    margin:     7px;
    transition: all 500ms ease-in-out;
    width:280px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 405px;
}
.speaker_taker:hover{
    background: #99a29f;
    transition: all 500ms ease-in-out;
    text-transform: none;
}


.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 1s;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 10px auto;
    top: 50%;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 70%;
    height: 70%;
    position: relative;
    transition: all 2s ease-in-out;
    background-color:#323540;
    color: #e8f3f8;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow:auto;
    
}
.innerPop {
    margin:20px;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-weight: bold;
    text-decoration: none;
    color: #b59590;
    font-size: 30pt;
}
.popup .close:hover {
    color: #D8062F;
    font-size: 35pt;
    cursor: pointer;
}
.popup .popText {
    padding:10px;
    overflow: auto;
}
.spk_affiliation a {
     color: #bbf; text-transform: none; text-decoration: none;
}

@media screen and (max-width: 700px){
    .popup{
        width: 80%;
        transition: width 1s;
    }
}

.speaker {
    cursor: pointer;
    padding:    5px 0!important;
}
.speaker img {
    border-radius: 50%;
    width:100%;
    height:auto;
    opacity: 0.8;
    transition: all 500ms ease-in-out;
}
.speaker img:hover {
    transition: all 1s ease-in-out;
    border-radius: 40%;
    transition: all 500ms ease-in-out;
    opacity: 1;
}

.speaker .spk_name {
    margin-top: 100px;
    transition: all 300ms ease-in-out;
    text-align:center;
    font-size: 14pt;
    color:#363640;
    margin:0;
    padding:0;
}

.speaker .spk_affiliation {
    text-align:center;
    font-size: 13pt;
    font-style: italic;
    color:#363640;
    margin:0;
    padding:0;
}
.speaker .pp{
     text-align:center;
     font-size: 14pt;
     color:#363640;
}
.speaker .spk_country{
    text-align:center;
    font-size: 14pt;
    color:#363640;
    margin:0;
    padding:0;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}




















































/*
     FILE ARCHIVED ON 16:04:05 Nov 06, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:55:32 May 14, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 167.728
  exclusion.robots: 0.07
  exclusion.robots.policy: 0.059
  cdx.remote: 0.059
  esindex: 0.008
  LoadShardBlock: 138.573 (3)
  PetaboxLoader3.datanode: 102.836 (4)
  PetaboxLoader3.resolve: 140.708 (2)
  load_resource: 148.582
*/