* {
    padding: 0;
    margin: 0;
}

body {
    color: rgba(42, 58, 75, 1);
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.header {
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.search{
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.search_content {
    display: flex;
    flex-direction: row;
}

.search input{
    border-radius: 20px;
}
.breadcrumbs {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.breadcrumbs li {
    color: #4f6d8c;
    display: inline;
    font-weight: 300;
    font-size: 13px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumbs li + li::before {
    content: ">";
    margin: 0 4px;
}
.breadcrumbs li a:visited {
    color: rgba(71, 78, 112, 1);
}
body,*{
    padding: 0;
    margin: 0;
}
h1 {
    font-size: 32px;
}
.main h1{
    flex-grow: 1;
    margin-bottom: 25px;
}

.main{
    min-height: 650px;
}
.article-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
a:hover, a:active, a:focus {
    text-decoration: underline;
}
a:active, a:hover {
    outline: 0;
}
a{
    color: rgba(71, 78, 112, 1);
}

.content-header .btn{
    height: 32px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-end: 0px;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.footer{
    padding: 30px 15px;
    border-top: 1px solid #ddd;
    margin-top: 60px;
}
.footer-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.content-header .btn{
    color: rgba(71, 78, 112, 1);
    border: 1px solid rgba(71, 78, 112, 1);
}
.content-header .btn:hover{
    background-color: rgba(71, 78, 112, 1);
    color: #fff;
}
.sidenav-title {
    font-size: 15px;
    position: relative;
}
.sidenav-item.current-article, .sidenav-item:hover {
    background-color: rgba(71, 78, 112, 1);
    color: #FFFFFF;
    text-decoration: none;
}
.sidenav-item {
    border-radius: 4px;
    color: rgba(42, 58, 75, 1);
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.4;
    color: inherit;
}
h1{
    font-size: 32px;
}
.content{
    margin-top: 30px;
}
.content-left{
    padding: 0;
}
.content-right{
    padding-left: 30px;
}
.avatar {
    display: inline-block;
    position: relative;
}
.avatar .icon-agent::before {
    background-color: rgba(71, 78, 112, 1);
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: -4px;
    color: #FFFFFF;
    content: "\1F464";
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: -2px;
    text-align: center;
    width: 14px;
}
.article-author {
    margin-bottom: 10px;
}
.avatar img {
    height: 40px;
    width: 40px;
}
.user-avatar {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.icon-agent::before {
    content: "\1F464";
}
.article-meta {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.meta-group {
    margin: 0;
    padding: 0;
    display: block;
}
.meta-group * {
    display: inline;
}
.meta-data {
    color: #4f6d8c;
    font-size: 13px;
    font-weight: 300;
}
.meta-data:not(:last-child)::after {
    content: "\00B7";
    margin: 0 5px;
}
.article-content {
    line-height: 1.6;
    margin: 40px 0;
    word-wrap: break-word;
}
.wysiwyg-text-align-center {
    text-align: center;
}
.article-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.share {
    padding: 0;
    white-space: nowrap;
}
.share li{
    display: inline;
}
.share a {
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    width: 25px;
    display: inline-block;
    color: rgba(71, 78, 112, 1);
    text-decoration: none;
    background-color: transparent;
}
.share a::before {
    color: #4f6d8c;
    display: block;
    font-size: 23px;
    text-align: center;
    width: 100%;
}
.share-facebook::before {
    content: "\e903";
}
.share-twitter::before {
    content: "\e901";
}
.share-linkedin::before {
    content: "\e900";
}
.article-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.article-votes {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    text-align: center;
}
.article-votes a{
    text-decoration: none;
}
.article-vote {
    background: transparent;
    border: 1px solid rgba(71, 78, 112, 1);
    color: rgba(71, 78, 112, 1);
    margin: 10px 5px;
    min-width: 90px;
    width: auto;
}
.button {
    border: 1px solid rgba(71, 78, 112, 1);
    border-radius: 4px;
    color: rgba(71, 78, 112, 1);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    padding: 0 20px;
    text-align: center;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    user-select: none;
    white-space: nowrap;
    -webkit-touch-callout: none;
}
.article-vote-up::before {
    content: "\2713";
}
.article-vote-down::before {
    content: "\2715";
}
.article-vote::before {
    font-size: 8px;
    margin-right: 10px;
}
.article-vote::after {
    content: attr(title);
}
.article-more-questions{
    text-align: center;
    margin: 30px 0;
}
.article-relatives {
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}
.related-articles h3 {
    font-size: 15px;
    margin: 20px 0;
    font-weight: 600
}
.related-articles li {
    margin-bottom: 15px;
}
.comment-overview {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}
.comment-heading {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
}
.comment-overview p {
    margin-top: 0;
}
.comment-callout {
    color: #4f6d8c;
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 0;
}

.article-body img{
    max-width: 100%;
}