.cd-schedule__name {
    font-weight:600;
    font-size: 95%;
}

.scheduleMenu {
    padding-top: 50px; 
    padding-bottom: 20px;
    padding-left: 50px;
}

.scheduleTitle {
    color: #fff; 
    text-align: left; 
    font-weight: 600; 
    font-size: 40px; 
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}

.scheduleCard {
    background: #fff;
    margin: 0; 
    text-align: left;
    width: 100% !important;
}

.schedule {
    font-weight: 600; 
    font-size: 16px;
    color: #848484;
    padding: 40px 10px !important;
    font-family: 'Poppins', sans-serif;
    background:#ededed;
}

#one {
    padding: 10px 20px;
    margin-right: -5px;
    border: 0;
    outline:none;
}

#two {
    padding: 10px 30px; 
    border: 0; 
    width: 270px;
    background: rgba(255, 255, 255, 0.071);
    color: #fff;
    outline:none;
}

#first_day {
    padding: 10px 20px;
    margin: 10px;
    border: 0;
    outline:none;
    border-radius: 5px;
}

#second_day {
    padding: 10px 10px;
    margin: 5px;
    border: 0;
    background: rgba(255, 255, 255, 0.071);
    color: #fff;
    outline:none;
    border-radius: 5px;
}

#one:hover, #two:hover, #first_day:hover, #second_day:hover{
    background: #4949E8;
    -webkit-transition: 1s;; /* Safari prior 6.1 */
    transition: 1s;
}

#one:hover, #first_day:hover {
    color: white;
}

.cd-schedule-modal__header {
    /*padding-top:10px;*/
    font-size: 100%;
}
@media (min-width: 64rem) {
	.cd-schedule-modal__header {
    padding-top:10px;
    font-size: 130%;
}
.cd-schedule-modal__name, .cd-schedule-modal__speaker-name {
    font-weight:400;    
}

.cd-schedule-modal__event-info {
    font-weight:400;    
}

.speakerCard img {
    border-radius: 50%;
    margin: 20px;
}

.speakerCard .name {
    font-size: 200%;
    margin: 25px 0 10px 0;
    color: #ee4137;
}

.speakerCard .job {
    font-size: 130%;
    color:#878C9F;
}

.speakerCard .talkName {
    margin: 10px 0 20px 25px;
    line-height: 24px;
    font-size: 17px;
    color: #878C9F;
    margin-bottom:10px;
    font-family: 'Poppins', sans-serif;
}

.speakerCard .description{
    margin: 10px 0 30px 25px;
    line-height: 24px;
    font-size: 12px;
    color: #878C9F;
    text-align:justify;
    font-family: 'Poppins', sans-serif;
}


.speakerCard .bio{
    margin: 10px 0 30px 25px;
    line-height: 24px;
    font-size: 12px;
    color: #878C9F;
    text-align:justify;
    font-family: 'Poppins', sans-serif;
}