@import "page.css";
@import "table-view.css";


/** - activity -------------------------
  */
table.activity
{
    margin-top: 0.5em;
    overflow: hidden; /* in case of huge, user input strings in event messages */
    text-align: left;
}


table.activity .lapse
{
    padding-right: 0.6em;
    text-align: right;
    white-space: nowrap;
}


table.activity td.message
{
    background-color: #F5F5F5;
}


    table.activity td.message.vote.unreported a.voter
    {
        color: #000000;
    }


    table.activity td.message.vote.unprovided a
    {
        color: #000000 !important;
    }


    table.activity td.message.vote.withdrawal a.candidate
    {
        color: #E00000;
    }


table.activity th.lapse
{
    width: 1%;
}



/** - unreported -----------------------
  */
span.unreported
{
    background-color: #E0E0E0;
    color: #404040;
}


table.activity td.message.unreported
{
    background-color: #E4E4E4;
}



