/* Below is a sample on how to customize the InfiniteScroller's columns */

.col-checked,
.col-attachments{
    width: 34px;
    *width: 32px;
    text-align: center;
}

.col-sender{
    width: 150px;
    *width: 148px;
}

.col-subject{
    width: 100%;
}

.col-date{
    width: 125px;
    *width: 123px;
}

.col-size{
  width: 55px;
  *width: 53px;
}

.yui-skin-sam .infs-container th.yui-dt-col-size,
.yui-skin-sam .infs-container td.yui-dt-col-size{
    text-align: right;
}
