<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.comment-form {
    padding: 5px 10px;
    height: 130px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: row;
    background-color:#edeff4;
    margin-bottom: 20px;
}
.view{
    display: inline-block;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    margin-right: 10px;
}
.sendcomment{
    font-size: 12px;
    color: #0056b3 !important;
    cursor: pointer;
    margin-top: 4px;
}
.sendcomment:hover{
    text-decoration: underline !important;
}
#textboxname, #textboxtext{
    max-width: 100% !important;
    box-sizing: border-box;
    outline: none;
}
.textbox{
    border-radius: 0;
    border :1px solid #bdc7d8;
    padding: 3px;
    height: 30px;
    font-size: 12px;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 2px;
}
.description{
    display: inline-block;
    flex-direction: column;
    justify-content: start;
    width: 100%;
}
.addphoto{
display: inline-block!important;
    width: 100%!important;
    margin: 0!important;
    padding-top: 3px;
}
.user-info{
    padding-top: 6px;
}


.comm_text a {
	width: auto;
	display: inline-block;
}



.comment-error {
	display: none;
	color: red;
	font-size: 12px;
}
</pre></body></html>