/*
 to update on main:
 header.css + this file
*/

#stories {
 margin-top:10px;
 margin-bottom:10px;
}

#scroller_stories {
 display:inline-block;
/* padding-top:2px;*/
 white-space:nowrap;
 word-break: normal;
 overflow:hidden;
 padding-bottom:2px;
 margin:0px;
}

span.stories-head a {
    color: #1e2f53;
    color: black;
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 15px;
    outline: none;
    position: relative;
    font-family: "Noto Serif";
    float: left;
    text-decoration:none;
}


#scroller_stories a {
    text-decoration:none;
    padding-left: 5px;
    padding-right: 30px;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
/*    color: #1e2f53;*/
    color:#e31e24;
    font-family: "Noto Serif";
    border-bottom: 1px solid transparent;
    text-align:center;
/*    display:table-cell;*/
/*    width:1%;*/
}

#scroller_stories a:hover {
 /*border-bottom:3px solid red;*/
 color: #c33;
}

.story_buttons {
 top: -6px;
 position: relative;
 cursor:pointer;
/* display:none;*/
}
