<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /* color: #d7d7d8;
    background-color: #e3e6e8; */

}


.tableBGColor {
    background-color: #f3f3f3;

}

.view-descr {}

.inline {
    display: inline;
}

.view-descr .item-descr {
    display: none;
}

.view-descr:hover .item-descr {
    display: block;
}

hr {
    border: none;
    margin-bottom: 3px;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
}

.session-title {
    font-size: 1.5em;
    padding: 10px;
}


#tpn-loading {
    background-color: #FFFFFF;
    background-image: url("//api.thepulsenetwork.com/PulseonEngineApi/PulseOnEngineAPI/Templates/Images/pulse-loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

.session-tab {
    width: 1%;
    padding-right: 5px;
}

.session-data {
    /* padding-left: 5px; */
    margin: 10px;
}

.session-data-row .session-data {
    padding-left: 15px;
    padding-bottom: 10px;
    margin: 15px;
}


.session-data-table tbody {
    background-color: white !important;
    /* padding: 40px !important; */
}

.session-data-row {
    padding: 20px;
    margin: 20px;
}


h3 {
    color: rgb(40, 1, 40);
}


.backtoprogram {
    background-color: #f3f3f3;
    color: #185EAA;
    font-size: 1.5em;
    padding: 10px;
    cursor: pointer;
}


#sessions,
#speakerdetails {
    color: #000;
    background-color: #f3f3f3;
    padding: 0 0 0 20px;
}

#sessions,
#speakerdetails {
    color: #000;
}

.filters .row {
    padding-bottom: 10px;
}

.row&gt;div {
    /* width: 300px; */
    display: inline-block;
}

.session-date-header {
    color: black;
    font-weight: bold;
    font-size: 1.7em;
}

.session-buttons {
    color: #1b75bb;
    cursor: pointer;
    padding-left: 20px;
    float: right;
    width: 200px;
}

.subsession-title,
.speaker-name {
    font-weight: bold;
    color: #66a;
    font-size: 1.2em;
}

.session-details {
    padding-left: 70px;
    padding-bottom: 20px;
}

.session-data-body {
    padding: 20px;
}

.sessioninstructions {
    color: black;
    background-color: white;
    padding: 60px;
}

.program-information {
    color: #4d2470;
    padding: 0 0 20px 0;
}

.leftnav {
    vertical-align: top;
    color: black;
}

.box-size {
    width: 25px;
    height: 25px;
    margin: 13px;
}

.statement {
    margin-top: 30px;

}

.arrow-left {
    font-size: 1.6em;
}

.arrow-right {
    font-size: 1.3em;
}

.printer {
    height: 3em;
    margin-top: 3em;
}

.overview {
    padding: 20px;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.myBtn:hover,
.myBtn:focus {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.categoryFilter:hover,
.categoryFilter:focus,
.dayFilter:hover,
.dayFilter:focus {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.speakerFilter:hover,
.speakerFilter:focus {
    cursor: pointer;
}
</pre></body></html>