.f-post{
width: 100%;
margin-bottom:8px;
}
.f-header{
display: flex;
padding: 0 5px;
background: #DDDDDD;
border: 2px solid #BBBBBB;
border-radius: 3px 3px 0 0;
font-weight: bold;
}
.f-number-text{
color:#000000;
}
.f-user-text{
margin-left:7px;
color:green
}
.f-date{
margin-left: auto;
}
.f-content{
border:2px solid #BBBBBB;
border-radius:0 0 3px 3px;
padding: 0 5px;
white-space: pre-wrap;
}
.f-content p{
display: inline;
margin: 0;
padding: 0;
white-space: normal;
}
blockquote *{
white-space: pre !important;
}
ol, ul, dd{
white-space: normal;
}