.fftmj_loading {
    padding: 10px;
    text-align: center;
}
.fftmj_single_thread {
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px 5px #f1f1f1;
    border-radius: 5px;
    background: #fff;
}
.fftmj_single_thread * a {
    color: #000;
    text-decoration: none;
}
.fftmj_row1 {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
}
.fftmj_profileimage {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.fftmj_thrusr {
    font-weight: bold;
    margin-right: 10px;
}
.fftmj_reusr {
    margin-left: 20px;
    margin-right: 10px;
    opacity: 0.5;
}
.fftmj_reusr svg {
    vertical-align: sub;
    margin-right: 5px;
    display: inline-block;
}
.fftmj_time {
    margin-left: auto;
    margin-right: 10px;
}
.fftmj_thrlogo {
    background: #000;
    padding: 5px;
    border-radius: 10px;
}
.fftmj_thrlogo svg {
	display: block;
}
.fftmj_mediaimage {
    width: 100%;
    border-radius: 10px;
}
.fftmj_likereply a {
    font-size: 90%;
    opacity: 0.6;
}
.fftmj_row4 {
    display: flex;
    flex-wrap: nowrap;
}
.fftmj_thricons {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.fftmj_thricons a {
    margin-left: 7px;
    display: flex;
}