/* ACCORDEON START */

.accordion-list {
    width: 100%;
    list-style-type: none;
    margin-top: -40px;
}

.accordion-list:hover { cursor: pointer; }

.accordion-list__answer {
    width: 100%;
    background-color: white;
    list-style-type: none;
}

.accordion-list__action {
    width: 100%;
    color: #82BF57;
    font-size: 14px;
}

.comittee p.accordion-list__action {
    padding: 10px 20px;
    margin-bottom: 20px;
}

/* ACCORDEON END */


/* COMMON SETTINGS START */

.comittee,
.confPresenters-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.comittee p, 
.confPresenters-list P { margin: 0;}

.comittee ul,
.confPresenters-list ul { padding-left:0; }

.comittee ul > li,
.confPresenters-list ul > li { list-style-image: none; }

.comittee--row,
.confPresenters-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

/* COMMON SETTINGS END */


/* CONFERENCE COMMITTEE MEMBERS TABLE START */

@media only screen and (max-width: 880px)  {
  .comittee--row {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

.comittee--row__member-5
{
    width: 148px;
    text-align: center;

    border-top: 20px solid #82BF57;
    line-height: 10px;

    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.comittee--row__member-name,
.comittee--row__member-surname,
.comittee--row__member-position
{
    font-size: 12px;
    padding: 0 4px 10px;
}

.comittee--row__member-photo {
    margin-top: -17px;
    width:  14.2rem;
    height: 14.2rem;

    margin-bottom: 14px;
    background-color: white;
}

.comittee--row__member-name {
    color: #222;
    font-weight: bold;
}
  
.comittee--row__member-surname {
    font-size: 12px;
    padding-bottom: 8px;
    color: #666;
}

.comittee--row__member-position {
    color: #aaa;
    font-size: 10px;
    line-height: 13px;
}

/* CONFERECE COMMITTEE MEMBERS TABLE END */


/* CONFERENCE PRESENTERS START */
.confPresenters-row__speaker-8 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;

    width: 90px;
    margin-bottom: 20px;

    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
}

.confPresenters-row__speaker-8,
.confPresenters-row__speaker__logo{ width: 86px; }

.confPresenters-row + ul.accordion-list > li > p.accordion-list__action{ margin: 30px 0; }

.imgBox{
    width: 90px;
    height: 90px;
    padding: 0 2px;
    
    margin-bottom: 8px;

    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(238,238,238,0.6); */
    outline: 1px solid rgba(238,238,238,0.9);

}

.confPresenters-row__speaker__logo{ width: 88px; }

.nameBox,
.cityBox {
    min-height: 40px;

    color: #222;
    font-size: 12px;
    text-align: center;
    font-family: "Roboto", sans-serif;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.nameBox p,
.cityBox p { font-weight: bold;}

.nameBox .long { font-size: 10px; }

.cityBox { 
    min-height: 10px;
    justify-content: start;
    color: #666;
    font-size: 10px;
    padding-bottom: 8px;
}

/* CONFERENCE PRESENTERS END */


/* TEASER SPECIAL ITEMS START */

a.special,
p.special,
ul.special li {
    color: white;    
    font-size: 14px;
}

p.specialH1 {
    font-size: 16px;
    font-weight: bold;
}

ul.special li { list-style-image: none; }

ul.special li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: white; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
} 

/* TEASER SPECIAL ITEMS END */


/* SOME OLD STUFF HERE START*/

#dealineList {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  
td.temporaryGreenBlock {
    color:#80c241;
    padding-left: 10px;
}

div.confProgramSpeakerList {
    width: 980px;
    margin-left: -30px;
}

.confProgramSpeakerList p, .confProgramSpeakerList strong  {
    font-size: 14px;
}

/* SOME OLD STUFF HERE END */