.fkit-notice {
    border-radius: 10px;
    padding: 14px 21px 14px 25px;
    background: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: linear-gradient(126deg, #F00 0%, #FF862E 48.67%, #FFF500 97.35%);
    background-size: cover;
	width: calc(100% - 20px);
	margin: 50px 0 23px;
}

.fkit-notice + .fkit-notice {
	margin-top: 0 !important;
}

.fkit-notice__logo {
    min-width       : 40px;
    margin-right    : 27px;
    background      : url(../../images/icons/icon.png) no-repeat 0 0;
    background-size : 33px;
    height          : 44px;
}

.as_cm-notice__message {
    -webkit-box-flex  : 20;
    flex-grow         : 20;
    padding-right     : 80px;
}

.as_cm-notice__message-text {
    color       : #ffffff;
    font-size   : 14px;
    line-height : 1.43;
    margin      : 0;
    font-weight : 400;
}

.as_cm-notice__message-text a {
    color : #ffffff;
}

.as_cm-notice__message-text_span {
    font-weight : 700;
}

.menu-top.toplevel_page_funkitools_settings .wp-menu-image img{
    width: 16px;
}