/*  Author: Paul Horton
 *  Organization: Computational Biology Research Center, AIST, Japan
 *  Copyright (C) 2015, Paul Horton, All rights reserved.
 *  Creation Date: 2015.2.2
 */


BODY{
    font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12pt;
    background: #FFF;
    margin: 10px;
    width: 1200px;
}

H2{
    clear: both;
    font-weight: bold;
    font-size: 20px;
    margin: 1px 0;
}

H3{
    clear: both;
    font-weight: bold;
    font-size: 18px;
    margin: 1px 0;
    color: green;
    float: left;
}


#main{
    vertical-align: bottom;
    position: absolute;
    overflow: auto;
}


.id{
    vertical-align: top;
    font-size: 14pt;
}


.header{
    clear: both;
}

.abstract{
    float: left;
    width: 1200;
    margin: 0 0 20px 0;
    padding: 4px 5px 5px 10px;
    background: #B4D8E7;
}


A.subdued{
    color: #008;
}


SPAN.title{
    display: inline-block;
    width: 1150;
    font-size: 14pt;
    font-weight: bold;
}

SPAN.presenter{
    clear: both;
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
}

SPAN.coauthor{
    font-size: 10pt;
    white-space: pre;
}

SPAN.affiliation{
    font-size: 11pt;
}


SPAN.URL{
    font-size: smaller;
    font-style: monospace;
}
