#agendaHTML {
}

table td {
    vertical-align: top;
    padding: 0rem .25rem 2rem 0;
}

.pkg-tmp {
    color: #FEFEC0;
    text-shadow: 2px 2px 4px #CC0000;
}

.pkg-date {
    padding: 3rem 0 0rem 0;
    font-size: 2rem;
    font-weight: 600;
    color: #FEFEC0;
    text-shadow: 2px 2px 2px #181818;
}
.pkg-time {
    width: 15%;
    font-size: 1.7rem;
    font-weight: 600;
    color: #FEFEC0;
    text-shadow: 2px 2px 2px #181818;

}
.pkg-content {
    width: 85%;
    color: #044070;
}

.pkg-title {
    display:inline-block;
    font-size: 1.7rem;
    color: #ffffff;
    text-shadow: 2px 2px 2px #181818;
    font-weight: 600;
}

.pkg-presenter{
    padding-left: 6px;
    display:inline-block;
    font-size: 1.5rem;
    color: #ffffff;
    text-shadow: 2px 2px 2px #181818;

}
.pkg-description{
    font-weight: 400;
    color: #ffffff;
    text-shadow: 2px 2px 2px #044070;

}

.fancybox a:hover {
    text-decoration:underline !important;
}

a.fancybox i.fa {
    padding-left: 10px;
    font-size: 25px;
    color: #90c5e4;
}

hr {
    margin-top: .5rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid rgba(255,255,255,1);
}
