.-sew-list-container {
    background: white;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    min-width: 180px;
    z-index:9999;
    position:relative;
    background:white !important;
}

.-sew-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.-sew-list-item {
    z-index:9999;
    display: block;
    padding: 5px 10px;
    margin:0;
    border-bottom: 1px solid #DDD;
    cursor: pointer;
    background:white;
    font-family: sans-serif;
    font-size:0.9em;
}


.-sew-list-item small {
    color: #afafaf;
}

.-sew-list-item.selected {
    color: white;
    background: #4183C4;
    text-decoration: none;
}

.mca-button{
    border:none;
    color:#222;
    background:#ddd;
    padding:0.25em 0.5em;
}
.mca-button:hover,
.mca-button:focus,
.mca-button:active{
    color:#e2e2e2;
    border:none;
    padding:0.25em 0.5em;
    background:#444;
    cursor:pointer;
}
.mca-comment-text-wrapper{
    
}
.mca-author{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;   
}
.mca-prevent-elem{
    border:1px solid #cecece;
    padding:1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}