/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 25, 2015, 5:56:55 PM
    Author     : nmi pjsangat
*/
#saved_for_later_home_container {
    height: 95%;
}
#saved_for_later_home_container .saved_for_later_title{
    padding: 5px;
    text-align: center;
    background: #cc0001;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Ubuntu Condensed';
    margin: 0px;
}
.saved_for_later_content .saved_for_later_stories {
    padding: 7px 2%;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-size: 16px;
    font-family: "Source Sans Pro";
    font-weight: normal;
    line-height: 17px;
}

.saved_for_later_content .saved_for_later_stories:hover {
    background: #F7F7F7;
}
.saved_for_later_content .saved_delete_button{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0px;
    bottom: 0px;
    background: #cc0001;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    opacity: 0.8;
    cursor: pointer;
    margin: auto;
    right: 5px;
    display: none;
}

.saved_for_later_content .saved_delete_button.hover{
    display: block;
}


.scroll-pane{
    width: 100%;
    height: 100%;
    overflow: auto;
}
