body a.bbppu-hentry, body ul.bbppu-hentry > li:first-child {
-moz-transition: border 500ms ease-out;
-o-transition: border 500ms ease-out;
-webkit-transition: border 500ms ease-out;
transition: border 500ms ease-out;
} body .bbppu-bookmark .bbppu-bookmark-icon {
text-decoration: none;
} body .bbppu-bookmark .bbppu-bookmark-icon.dashicons {
font-size: 1.5em;
} body .bbppu-mark-as-read {
margin-bottom: 15px;
text-align: right;
} body .bbppu-mark-as-read a .bbppu-loading {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
} body .bbppu-mark-as-read a.loading .bbppu-loading {
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
} body:not(.rtl) a.bbppu-hentry, body:not(.rtl) ul.bbppu-hentry > li:first-child {
padding-left: 5px;
} body:not(.rtl) a.bbppu-hentry.bbppu-read,
body:not(.rtl) ul.bbppu-hentry.bbppu-read > li:first-child {
border-left: 5px solid #EAEAEA;
} body:not(.rtl) a.bbppu-hentry.bbppu-unread,
body:not(.rtl) ul.bbppu-hentry.bbppu-unread > li:first-child {
border-left: 5px solid #21759B;
} body.rtl a.bbppu-hentry, body.rtl ul.bbppu-hentry > li:first-child {
padding-right: 5px;
} body.rtl a.bbppu-hentry.bbppu-read,
body.rtl ul.bbppu-hentry.bbppu-read > li:first-child {
border-right: 5px solid #EAEAEA;
} body.rtl a.bbppu-hentry.bbppu-unread,
body.rtl ul.bbppu-hentry.bbppu-unread > li:first-child {
border-right: 5px solid #21759B;
}