.output-container {
	 width: 80%;
	margin: 0 auto;
	 background: #FFFFFF;
}

.comment-form-container {
	border: #e0dfdf 1px solid;
	padding: 30px;
	border-radius: 3px;
	  width: 100%;
}

.input-row {
	margin-bottom: 20px;
	 background: #9B9B9B;
}

.input-field {
	width: 100%;
	border-radius: 3px;
	padding: 10px;
	border: #e0dfdf 1px solid;
    box-sizing: border-box;
	height:30px;
}

.btn-submit {
	padding: 10px 20px;
    background: #2083f3;
    border: #137aea 1px solid;
    color: #f0f0f0;
    border-radius: 6px;
	font-size: 16px;
	color: #a7a7a7;
}

.output-container ul {
	list-style-type: none;
}

.comment-row {
	border-bottom: #e0dfdf 1px solid;
	margin-bottom: 15px;
	padding: 15px;
	 	
}

.outer-comment {
	padding: 40px;
	border: #dedddd 1px solid;
    border-radius: 3px;
	
}

span.commet-row-label {
	font-style: italic;
	 
}

span.posted-by {
	text-decoration: underline;
	margin-left:10px;
}

.comment-info {
	font-size: 0.9em;
	color: #a7a7a7;
}

.comment-text {
	margin: 10px 0px;
	margin-left: 40px;
	
}

.btn-reply {
	text-decoration: underline !important;
    color: #008A18 !important;
    font-size: 0.9em;
    cursor: pointer;
	
	margin-left:40px;
}

#comment-message {
	margin-left: 20px;
	color: #189a18;
	display: none;
	
}
.icon-smile:before {
    content: " ";
    width: 16px;
    height: 16px;
    display: flex;
    background: url(primary-smile.png);
}
 .boton {
	padding: 10px 40px;
    background-color: #033D7E;
    border: #EAAC12 1px solid;
    border-radius: 8px;
	 font-size: 22px;
	color: #FFFFFF;
}
	.boton:hover {

		background-color: #0BA204;
		padding: 15px 45px;
}
.avatar {
    /* cambia estos dos valores para definir el tamaño de tu círculo */
    height: 300px;
    width: 400px;
		border: 2px;
		border-color: gold;
    /* los siguientes valores son independientes del tamaño del círculo */
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;
		
		
}