/*  Author: Paul Horton
 *  Copyright (C) 2022, Paul Horton, All rights reserved.
 */

@import "topMenuBar.css";

body,div,table,thead,tbody,tfoot,tr,th,p { font-size: 10pt; }


div.toFullProgram{
    align: left;
    font-size: 15pt;
    padding: 40px 0 10px 0;
    margin: 10px 0 10px 0;
}

div.sessionSlot{
    width: 600;
    font-size: 18;
    text-align: center;
    margin-top: 10px;
    padding: 15px 0px 0px 0px;
}

hr.sessionSlot{
    width: 600px;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
}



div.titleLine{
    width: 600;
    padding: 5px 0px 10px 0px;
}

span.talkTitle{
    text-style: bold;
    width: 600;
    font-size: 14pt;
    padding: 10px 0px 10px 0px;
}

span.affil{
    font-size: 11pt;
}

span.author{
    font-size: 11pt;
    font-style: italic;
}

span.presentor{
    font-weight: bold;
}

div.abstract{
    background: #F0F8FF;
    width: 600;
    margin: 10px 0px 20px 0px;
    line-height: 1.3;
}

a.toProgram{
    font-size: 14pt;
    text-decoration: none;
    text-color: #0000EE;
}

a:hover{
    text-decoration: underline;
}
