.name {
    text-transform: uppercase;
}

.dayHeader {
    font-size: 24px;
}

.sessionTime {
    color: black;
    font-size: 11px;
    font-weight: bold;
}

.sessionLocation {
    color: black;
    font-size: 11px;
    font-weight: bold;
}

.sessionSource {
    font-size: 11px;
    font-weight: bold;
}

.sessionTitle {
    color: #1D5399;
    font-size: 18px;
    margin-bottom: 10px;
}

.sessionJEL {
    color: #1D5399;
    font-size: 18px;
}

.sessionType {

}

.session {
    margin-bottom: 20px;
    width: 730px;
}

.paper {
    margin-bottom: 10px;
}

.presiding {
    color: #9A272D;
    font-size: 11px;
    margin-bottom: 10px;
}

.author_prelim {
    font-size: 11px;
    text-indent: 10px;
}

.speaker {
    font-size: 11px;
    margin-bottom: 10px;
}

.panelist {
    font-size: 11px;
    margin-bottom: 10px;
}

.discussantsSection {
    font-size: 11px;
    font-weight: bold;
}

.discussant {
    font-size: 11px;
    font-weight: normal;
    text-indent: 10px;
}

.name {
    font-size: 11px;
    font-weight: normal;
}

.affiliation {
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
}

.paperTitle {
    font-size: 11px;
    font-weight: bold;
}

.topic {
    font-size: 11px;
    font-weight: bold;
}

.load_more{
    color:#fff;
    background-color:#7F7F7F;
    text-align:center;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    cursor:pointer;
    font-size:16px;
}

.load_more:hover{
    color:#fff;
    background-color:#6B6B6B;
    text-align:center;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    cursor:pointer;
}

.hyperlink{
    cursor:pointer;
    color:#9A272D;
    text-decoration:underline;
    font-size:12px;
}

#search_box{
    display: block;
    width: 95%;
    background-color: rgb(236, 245, 255);
    border: 1px solid rgb(51, 51, 51);
    padding: 10px;
    margin: 12px auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-weight: bold;
}