.scf {
    font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.scf a {
	color: #E42421;
}
.userNotLogged a{
    font-size: 1rem;
}
.showall-comments a{
	color: #FFF;
	font-size: 1rem;
}
.scf-comment-body{
	margin: 0px;
}
.scf .scf-link{
	  font-size: 80%;
		color: #E42421;
}
.scf-link:hover{
	color: #a41614;
  text-decoration: underline;	
}

.scf-comment-action {
    margin-right: 0px;
 }
 
.scf input[type='submit'] {
    background: #E42421;
}

 .scf input[type='submit']:hover {
    background: #a41614;
}

.scf-composer-msg:focus{
		outline: none !important;
		border-color: #E42421 ;
}

.scf-comment-author-name {
    font-size:1.25rem;
}

    .scf-comments-list {
    padding:10px 0 0 0;
    margin:0;
    list-style:none;
    border-top:1px solid #dee2e6;
}
.scf-comment {
    padding:10px 0;
    border-bottom:1px solid #dee2e6;
}
.scf-comment-replies .scf-comments-list.withTopLevel{
    margin-left:60px;
    border-top:1px solid #dee2e6;
}
.scf-comment-replies .scf-comments-list {
    margin-left:50px;
    margin-top:10px;
    border-top:1px solid #dee2e6;
}

.scf-js-comment-reply-box {
}

.scf-comment-body {
}

.scf-comment-toolbar {
}

.scf-composer-block {
    padding:10px 0;
}

.scf-composer{
    margin:0;
}

.scf-composer-msg {
    border:1px solid #dee2e6;
}

.scf input[type='submit'] {
    background: #E42421;
    min-width: 70px;
}

 .scf input[type='submit']:hover {
    background: #a41614;
}
.scf button {
    min-width: 70px;
}

.scf-comment .fa {margin-right: 5px;}

.scf-is-collapsed .scf-composer-msg {
    border: 1px solid #b4b4b4;
    height: 30px;
    margin-top: 5px;
    display: inline;
    width: 90%;
    margin-left: 20px;
}