.add-board {
    background: #72b1e6;
}

.art-body {
	background: #FFF;
	padding: 20px;
	margin-bottom: 20px;
}
.art-body .art-img img, .art-body .art-img iframe { 
 max-height: 400px;
 margin-bottom: 20px;
 max-width: 100%;
}
.art-img {
  text-align: center;
}
.title a {
	color: var(--color--text);
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    transition: color 200ms ease-out;
    line-height: 24px;
}  
.title h2 {  
   margin-top: 0;
   font-size: 20px;
}
.date_add {
    text-align: right;
    color: #828282;
    /* display: table; */
    /* float: right; */
    font-size: 13px;
    border-top: 1px solid #f6f6f6;
    padding-top: 5px;
    margin-bottom: -15px;
}

.text-art img {
    max-width: 100%;
    max-height: auto;
}


.like i {
    font-size: 20px;
    color: #f1a754;
    cursor: pointer;
}
.like_divs {
    display: flex;
    float: right;
    position: absolute;
    top: 10px;
    right: 20px;
}

.man  {
   line-height: 27px;
    margin-left: 5px;
    color: #8a8a8a;

}

.likes {
    font-size: 20px;
    color: #f1a754;

}
.nostatus {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
}
