@import url(//static.mdrn.pl/fonts/Lato-2.010/Lato-Regular.css);
#annoy-on {
    font-size: 13px;
    line-height: 1.15em;

    color: white;
    background: #083F4D;
    z-index: 200;
    font-family: Lato, Arial, sans-serif;
    display: block;
    padding: .2em 1em;
    text-align:center;
    border-radius: 0 0 0 1em;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: .5em 0 1em black;
}

#annoy {
    font-size: 15px;
    line-height: 1.25em;
    padding: 1em 0 1em 0;
    display: none;
    color: white;
    background: #083F4D;
    font-family: Lato, Arial, sans-serif;
    position: relative;
    z-index: 200;
    box-shadow: 0 0 1em black;
}
#annoy a {
    color: #4E56C8;
}

#annoy a#annoy-off {
    padding: .5em 1em .5em;
    width: 1em;
    text-align:center;
    font-family: Lato, Arial, sans-serif;
    display: block;

    border-radius: 0 0 0 1em;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
}
#annoy a#annoy-off:hover {
    cursor: pointer;
}
