 
h1 {
    text-align: center;
    color: #0589b3;
    font-size: 24px;
    padding: 12px 2px;
}

h2 {
    font-size: 16px;
    padding-top: 2px;
}

a {
    color: #0589b3;
    text-decoration: underline solid grey;
}

.keynote {
    background-color: #0589b3;
    color: white;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.collapsible {
    background-color: #0589b3;
    color: white;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #8fd6ec;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.buttonMenu {
    text-align: center;
    padding-bottom: 17px;
    width: 100%;
}

.button {
    background-color: #0589b3;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
}

.button_daybefore {
    float: left
}

.button_dayafter {
    float: right
}

.button_day1 {
    float: left
}

.button_day2 {
    float: center
}

.button_day3 {
    float: right
}

.button_current {
    background-color: gray;
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

div {
    float: left;
    padding: 2px
}		  

.schedule {
    text-align: center;
}

.name {
    float: right;
    font-weight: normal;
}

.affiliation {
    font-weight: normal;
}

.title {
    float: none;
    font-weight: bold;
}

.download {
    opacity: 0.25;
    text-align: right;
    float: false;
}

