

/*** Publications-specific CSS ***/

article.PubInfo
{
    display: block;
    clear: both; /* Clear any floats that appeared before this */
    padding: 0.5rem 0rem 1.5rem 0rem; /* Add some space between items */
}

div.PubHeading {
    padding-bottom: 0.5rem;
    padding-left: 3.5rem;
    
    background-repeat: no-repeat;
    background-size: auto 40px;
}
.PubHeading_alchimia {
    background-image: url('images/indexcard_other/alchimia.png');
}
.PubHeading_cocop {
    background-image: url('images/indexcard_other/cocop_150.png');
}
.PubHeading_d2i,
.PubHeading_machine {
    background-image: url('images/indexcard_other/machine.png');
}
.PubHeading_power_system {
    background-image: url('images/indexcard_other/lightning.png');
}
.PubHeading_process_industry {
    background-image: url('images/indexcard_other/factory.png');
}
.PubHeading_sxaipi {
    background-image: url('images/indexcard_other/sxaipi_150.png');
}

h4.PubTitle
{
    /* Use explicit zero margins to make it tighter */
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-top: 0rem;
}
h4.PubTitle a {
    color: #e0e0e0;
    text-decoration: none;
}
h4.PubTitle:hover a {
    color: #e0e0e0;
    text-decoration: underline;
}
