@font-face {
    font-family: 'me-icomoon';
    src:    url('../fonts/icomoon.eot?aeg4q0');
    src:    url('../fonts/icomoon.eot?aeg4q0#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?aeg4q0') format('truetype'),
        url('../fonts/icomoon.woff?aeg4q0') format('woff'),
        url('../fonts/icomoon.svg?aeg4q0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.dashicons-admin-generic-icon-me-logo:before {
	content: "\e92b";
	font-family: 'me-icomoon' !important;
	font-size: 24px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dashicons-icon-me-listing:before {
	content: "\e924";
	font-family: 'me-icomoon' !important;
	font-size: 18px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.marketengine-message.me-setup-notices{
    border-left-color : #e84a5f !important;
}

.marketengine-message.me-setup-notices a.run-setup {
    background: #e84a5f;
    border-radius: 4px;
    border: 1px solid #e84a5f;
    display: inline-block;
    padding: 0 15px;
    width: auto;
    color: #FFF;
    text-decoration: none;
    box-shadow: 0 2px 0 0 #d04759;
}
.marketengine-message.me-setup-notices a.skip-setup {

    background: #FFF;
    border-radius: 4px;
    border: 1px solid #ededed;
    display: inline-block;
    padding: 0 10px;
    width: auto;
    color: #444;
    text-decoration: none;
    box-shadow: 0 2px 0 0 #f8f8f8;
}
