html, body {
    font-family: 'Roboto', 'Helvetica', sans-serif;
}
.rss-avatar {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}
.rss-layout .mdl-layout__header .mdl-layout__drawer-button {
    color: rgba(0, 0, 0, 0.54);
}
.mdl-layout__drawer .avatar {
    margin-bottom: 16px;
}
.rss-drawer {
    border: none;
}
/* iOS Safari specific workaround */
.rss-drawer .mdl-menu__container {
    z-index: -1;
}
.rss-drawer .rss-navigation {
    z-index: -2;
}
/* END iOS Safari specific workaround */
.rss-drawer .mdl-menu .mdl-menu__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.rss-drawer-header {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 16px;
    /*height: 151px;*/
}
.rss-avatar-dropdown {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.rss-navigation {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.rss-layout .rss-navigation .mdl-navigation__link {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.56);
    font-weight: 500;
}
.mdl-navigation__link {
    padding: 10px 10px 10px 20px !important;
}
.rss-layout .rss-navigation .mdl-navigation__link:hover {
    background-color: #00BCD4;
    color: #37474F;
}
.rss-navigation .mdl-navigation__link .material-icons {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.56);
    margin-right: 12px;
}
.rss-feed {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mdl-cell {
    margin: 2px;
}
.mdl-dialog__title {
    padding: 20px 20px 0;
    font-size: 1.5rem;
}
blockquote {
    font-size: 1.0em;
}
/* TOXA */
#preloader {
    width: 32px;
    height: 32px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    opacity: 0.99;
    z-index: 1000000;
}
.hide {
    display: none !important;
}
.delete {
    cursor: pointer;
}
.green {
    color: green !important;
}
.oneline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu-channel-link {
    width: 100%;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.56);
    margin: 0 3px 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    opacity: .99;
    cursor: pointer;
}
.menu-channel-link:hover {
    background-color: #00BCD4;
    color: #37474F;
    margin: 0 3px 0 0;
    cursor: pointer;
}
.menu-channel-link.selected {
    color: white;
}
.menu-channel-counter, .icon-button {
    float: right;
    cursor: pointer;
}
.menu-channel-counter {
    padding: 0px 3px;
}
.channel-img {
    height: 24px;
    width: 24px;
}
.channel-chip {
    height: 20px;
    line-height: 20px;
    margin-right: 4px;
}
.feed-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 24px;
    font-size: 16px;
    width: 100%;
    text-align: left;
}
.material-icons.stared, .material-icons.notstared {
    font-size: 24px;
    margin-right: 8px;
}
.feed-head-title {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    color: rgba(0,0,0,.9);
    font-weight: 400;
    text-decoration: none;
}
.feed-head-pubdate {
    margin-left: auto;
    margin-right: 0;
    font-size: 14px;
    color: gray;
    white-space: nowrap;
}
.feed-head-star {
    cursor: pointer;
}
.feed-head-stared {
    color: rgba(225, 225, 0, 1) !important;
}
.feed-head-unreaded {
    font-weight: bold;
}
.feed-empty {
    line-height: 300px;
    height: 300px;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
}
.feed-body-title {
    color: black;
}
.feed-author {
    text-decoration: underline;
}
.feed-content {
    width: 100%;
    margin-top: 10px;
    padding: 2px;
}
.feed-content * {
    max-width: 100%;
    max-height: 100%;
}
.feed-content h1 {
    font-size: 28px;
    line-height: 34px;
}
.feed-content h2 {
    font-size: 24px;
    line-height: 32px;
}
.feed-content h3 {
    font-size: 20px;
    line-height: 26px;
}
.feed-content h4 {
    font-size: 18px;
    line-height: 24px;
}
.feed-content code {
    display: block;
	margin: 0;
	padding: 4px;
	overflow: auto;
	overflow-y: hidden;
	font-size: 12px;
	line-height: 20px;
	background: #efefef;
	border: 1px solid #777;
    unicode-bidi: embed;
    font-family: monospace;
    white-space: pre;
	color: #333;
}
.dialog-manage-channels {
    color: #424242;
    text-decoration: none;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    opacity: .99;
    padding: 5px;
    white-space: nowrap;
}
.dialog-manage-channels .material-icons {
    vertical-align: middle;
}
.dialog-manage-input {
    border: none;
    border: 0px solid black;
    border-bottom: 2px solid rgba(0,0,0,.22);
    margin: 0;
    padding: 0px 5px;
    color: inherit;
}
.dialog-manage-title {
    padding: 0px 5px;
    width: 55px;
}
.feed-empty a, .feed-empty i {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    vertical-align: middle;
    text-decoration: none;
}
