﻿.cem-content:focus {
    outline: none;
}

.cem-wrapper {
    display: inline-block;
}

.cem-content {
    padding: 0px;
    min-width: 20px;
}

    .cem-content:hover {
        border-bottom: 1px solid #56b2ff;
        padding: 0px;
        background: #FFFFFF;
    }

    .cem-content:focus {
        border-bottom: 1px solid #000b5c;
        padding: 0px;
        background: #fcfcfc;
    }

.cem-toolbar {
    display: none;
}

.cem-savechanges {
    display: inline;
    float: left;
    width: 24px;
    height: 24px;
    background: #7ebf99 url('contenteditablemvc/tick.png') no-repeat center;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.cem-discardchanges {
    display: inline;
    float: left;
    width: 24px;
    height: 24px;
    background: #c67878 url('contenteditablemvc/cross.png') no-repeat center;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

