.pubDate
{
    float: right;
    text-align: right;
    /* width: 80px; */
}

.feedDisplayWidth
{
    width: 88%;
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
}

#feedDisplay
{
    z-index: 0;
    position: absolute;
    top: 10px;
    left: 175px;
}

#newItemsCounter
{
    background-color: red;
    color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 300px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor:pointer;
}

#menubar
{
    z-index: 1;
    position: fixed;
    width: 170px;
    height: 100%;
    top: 10px;
    left: 5px;
}

#showMenu
{
    display: none;
}
