/*
 *  Module Publications v 1.0
 *  CSS Style Document
 */

table.citations {
    width: 100%;
    border: 0px;
}

.citations tr.citation {
    width: 100%;
    padding: 3px;
}

.citations td.citationText {
    padding-bottom: 15px;
    width: 100%;
    border: 0px;
}

.citations h3.title {
    margin: 0;
    color: black;
}

.citations span.date {
    display: block;
    color: gray;
    font-size: 10px;
    margin-bottom: 3px;
}

.citations a.link {
    
}

.citations p.text {
    margin-top: 3px;
}
