.comentslead { 
     width:100%;
     margin: 0 auto;
     font-weight: 450;
     text-align: left;
     padding-bottom: 15px; }

#contadorcom { margin-top: 5px; font-size: .9em; font-weight: normal; }
#sincomentarios,
#numdecomentarios { display: inline; width:100%; max-width:100%;
                    text-align: left;
                    padding-bottom: 5px; }

#sincomentarios { font-weight: 400; }

.leadcoms { -webkit-text-stroke: .5px #333333; 
            text-stroke: .5px #333333; }

#contadordecomentarios { 
            width: 100%; max-width: 100%;
            margin: 0 auto;
            text-align: left; }


/*************/

.comment-wrapper { width: 100%; 
                   margin-left: 0;
                   text-align: left;
                   transition: all 0.3s ease; }

#commentInput { border-color: #B0B0B0;
                margin-bottom: 0; }

        #commentInput::placeholder { color: #808080; }

.textarea { transition: height 0.3s ease, opacity 0.3s ease;
            opacity: 0; }
    textarea.expanded { opacity: 1; }


.comment-extra {
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}

.comment-extra.show {
  opacity: 1;
}

#realTextarea {
  opacity: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
}

#realTextarea.show {
  opacity: 1; 
}
/*************/


#comentariosarticulo { width: 100%; }

    #comentariosarticulo textarea::placeholder { font-size: .75em; }
    #comentariosarticulo input::placeholder { font-size: .85em; }

#comentariosarticulo textarea { 
            height: auto !important; }

#filaprivacidad { width: 100%; max-width: 100%;
                  display: flex; 
                        -webkit-display: flex; 
                        -ms-display: flex; 
                        flex-flow: row nowrap;
                        -webkit-flex-flow: row nowrap;
                        -ms-flex-flow: row nowrap;
                        justify-content: flex-start;
                        -webkit-justify-content: flex-start;
                        -ms-justify-content: flex-start;
                        align-items: center;
                        -webkit-align-items: center;
                        -ms-align-items: center; 
                        align-content: center;
                  margin-top: 15px; margin-bottom: 25px; }


#comspublished { 
    width: 100%; 
    padding-top: 30px;
    display: flex; 
    -webkit-display: flex; 
     -ms-display: flex; 
     flex-flow: column nowrap;
     -webkit-flex-flow: column nowrap;
     -ms-flex-flow: column nowrap;
     justify-content: flex-start;
     -webkit-justify-content: flex-start;
     -ms-justify-content: flex-start;
     align-items: center;
     -webkit-align-items: center;
     -ms-align-items: center; 
     align-content: center; }

.comentario,
.nuevocomentario { width: 100%; max-width: 100%;
                   text-align: left;
                   margin-bottom: 20px; }

.comuser { font-size: .8em;
           color: #477988; }

           .comuser span { -webkit-text-stroke: .7px #477988;
                            text-stroke: .7px #477988; }                        

.comtext { display: block; 
            font-family: Menlo, monospace;
            font-size: 1em;
            font-weight: 300;
            padding-top: 5px;
            padding-right: 5px;
            font-size: .8em; }

.comentario:last-of-type,
.nuevocomentario:last-of-type { margin-bottom: 0;
                                margin-bottom: 10px; }
 
