﻿#project .header {
    padding-bottom: 10px;
}

#project .header .title {
    display: block;
    font-size: 120%; 
    font-weight: bold; 
    padding-bottom: 3px; 
    border-bottom: solid 1px #2A3A56; 
    padding-left: 5px; 
    margin-bottom: 3px;
}

#project .subheader {
    display: block;
    padding-left: 5px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px; 
}

#project .subheader .dates {
    position: absolute;
    right: 0px;
}

#project .caption { 
    padding: 5px 5px 5px 5px; 
    background: #E2F2FF; 
    font-weight: bold; 
    font-size: 110%; 
    border-bottom: solid 1px #39B9E9;
}

#project .caption + div {
    text-align: justify; 
    padding: 10px 10px 10px 10px; 
    margin-bottom: 10px; 
    text-indent: 10px;  
}

#project .investigator {
    padding: 5px;
}

#project .investigator .name {
    font-size: 105%;
    font-weight: bold;
}

#project .investigator .role {
    font-weight: bold;
    margin-bottom: 3px;
}

#project .investigator .institution {
}

#project .investigator .department {
    font-style: italic;
}

#project .publications {
    padding-left: 20px;
}

#project .publication {
    margin-bottom: 10px;
}

#project .publication .title {
    font-weight: bold;
}

#project .publication .book {
    font-weight: bold;
}

#project .publication .journal {
    font-weight: bold;
}
