@font-face{
    font-family:iranyekan;
    src:url(fonts/IranYekan.eot);
    src:url(fonts/IranYekan.eot?#iefix) format("embedded-opentype"),url(fonts/IranYekan.woff) format("woff"),url(fonts/IranYekan.ttf) format("truetype")
}
a.force_check {
    background-color: #41b14f;
    background-image: linear-gradient(#9ec14c,#41b14f);
    color: #fff;
    font-family: iranyekan !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,.25);
    box-shadow: inset 1px 1px 0 #777,0 2px 3px rgba(0,0,0,.4);
    font-weight: normal;
    border-radius: 4px !important;
    white-space: nowrap;
    padding: 1rem 1.5rem;
    line-height: 1.4;
    text-align: center;
    transition: .07s;
    position: relative;
    text-decoration: none !important;
    font-size: 15px !important;
    padding: 12px !important;
    margin: 10px
}
a.force_check:hover {
    background: #41b14f;
    color: #fff;
    border-color: #41b14f
}

a.force_check::before {
    content: "";
    position: absolute;
    margin-right: 160px;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(img/logo-dc.png) 50% 0 no-repeat;
    background-size: auto 50px;
    margin-top: -15px;
}
.update-message p::before {
    content: "";
    width: 35px;
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(img/logo-dc.png) 50% 0 no-repeat;
    background-size: auto 35px;
    position: relative;
    margin: 0 0 0 13px !important;
}
.theme .update-message.notice p, .plugins .update-message.notice p {
    margin: .5em 0;
    line-height: 34px;
    font-family: iranyekan;
}