
span.highlight{ color:#D12B33; font-style:italic}
span.highlightCount{ color:#D12B33; font-style:italic;}

.browser .storyNav h2.title{color: #01397F; font-size: 20px; line-height: 110%; margin-bottom: 5px; width: 570px; 
                            float: left;}
.browser .storyNav h2.title a{color: #01397F;}
.browser .storyNav h2.title a:hover{color: #D12B33; text-decoration: none;}
.browser .storyNav .title_leadShort{display: table-cell; width: 570px; padding: 0 40px 0 0;}
.browser .storyNav a.more{text-indent: -9999px; display: table-cell; vertical-align: middle; 
                          background: url("/img/arrows/more.png") no-repeat left center; width: 30px; height: 30px;}
.browser .storyNav p.lead, .browser .storyNav p.bodyFragment {width: 570px; padding-bottom: 5px;}

.browser .storyNav{ 
    background: #fff;
    margin: 0 0 10px 0;
    padding: 0 140px 0 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    position: relative;
}
.browser .txtWrapper {
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    min-height: 75px;
    margin-bottom: 0;
}
#content .browser a.title h2 {
    color: #01397F;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
}
#content .browser a.title:hover h2 {
    color: #c03a41;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
browser .txtWrapper span.lead,
browser .txtWrapper span.bodyFragment {
    display: block;
    color: #676767;
}
.browser .linkWrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f2f2f2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 140px;
}
.browser .linkWrapper a {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
