#ec-messages, #ec-nano-messages {
    margin: 0;
    padding: 0;
}

a.ec-user {
    margin-right: 3px;
}

.ec-tinymce {
    margin-bottom: 5px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

a.ec-reply {
    height: 17px;
    width: 25px;
    background-size: 25px 17px !important;
    background: url(../media/klatguyreply-button.png) no-repeat 0 1px;
    display: inline-block;
    margin-right: 3px;
}

a.ec-edit, a.ec-edit-conversation {
    height: 18px;
    width: 18px;
    background-size: 18px 18px !important;
    background: url(../media/edit_icon.png) no-repeat 0 1px;
    display: inline-block;
}

a.ec-copy {
    height: 18px;
    width: 18px;
    background-size: 18px 18px !important;
    background: url(../media/copyToInput.png) no-repeat 0 1px;
    display: inline-block;
}

a.ec-like {
    height: 17px;
    width: 21px;
    background-size: 18px 18px !important;
    background: url(../media/Symbol_thumbs_up.svg.png) no-repeat 0 0;
    display: inline-block;
}

a.ec-conv-not-liked {
    height: 17px;
    width: 21px;
    background-size: 18px 18px !important;
    background: url(../media/Symbol_thumbs_up.svg.png) no-repeat 4px 0;
    display: inline-block;
}

a.ec-conv-liked {
    height: 17px;
    width: 21px;
    background-size: 18px 18px !important;
    background: url(../media/Symbol_thumbs_up.svg.green.png) no-repeat 4px 0;
    display: inline-block;
}

a.ec-report {
    height: 17px;
    width: 21px;
    background-size: 18px 18px !important;
    background: url(../media/report-flag-2-outline.png) no-repeat 0 0;
    display: inline-block;
}

.ec-center-1 {
    float: left;
    position: relative;
    left: 50%;
}

.ec-center-2 {
    float: left;
    position: relative;
    left: -50%;
}

a.ec-follow {
    height: 17px;
    width: 21px;
    background-size: 18px 18px !important;
    background: url(../media/heartblackopen1.png) no-repeat 0 0;
    display: inline-block;
}

a.ec-close-column {
    height: 17px;
    width: 21px;
    background-size: 18px 18px !important;
    background: url(../media/closeColumn1.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: top;
    float: right;
}

#ec-help-text {
    overflow-y: scroll;
    height: 600px;
    max-height: 100%;
    min-height: 100px;
    font-size: 14px;
}

#ec-help-text p {
    margin: 4px 0 0 0;
}

#ec-nickname-form {
    top: -.3em;
    margin-left: 0;
}

#ec-pick-color {
    margin-top: 10px;
}

/* rusty@4lambda.io


#ec-profile-display-form {
    width: auto;
    height: auto;
}
#ec-dialog-form {
    width: auto;
    height: auto;
}
#ec-dialog-form {
    width: 90%;
    height: 90%;
}
#ec-profile-display-form {
    width: 90%;
    height: 90%;
}
#ec-profile-display-form {
    width: 100%;
    height: 400px;
}
*/
