﻿/*subscriptions.styles.css*/

.subscriptions-container
{
    /*height:328px;
    overflow-y:auto;
    background:#fff;
    color:#000;
    padding:10px;*/
}
.subscriptions-row
{
    clear:both;
    border-bottom:solid 1px #fff;
    padding:0px 5px;
    height:16px;
    font-size:12px;
    line-height:16px;
}
.subscriptions-count
{
    display:inline-block;
    width:30px;
    float:left;
    /*margin-left:8px;*/
}
.subscriptions-nav
{
    display:inline-block;
    width:17px;
    float:right;
    text-align:right;
}
.subscriptions-name
{
    display:inline-block;
    max-width:160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    float:left;
}
.subscriptions-date
{
    float:right;
    display:inline-block;
    width:85px;
    text-align:right;
    /*margin-left:8px;*/
}
.subscriptions-date i{
    float:left;
    margin-top:3px;
}
.subscriptions-row[date_set='false']
{
    background:#ccc;
}
.subscriptions-row[date_past='true']
{
    background:#f7fb9f;
    display:none;
}
.subscriptions-row[date_soon='true']
{
    /*background:#ffd746;*/
}