.wn-dropcap {
    display: inline-block;
}

.dropcap1,
.dropcap2,
.dropcap3 {
    text-transform: uppercase;
    line-height: 1;
    font-size: 44px;
    margin: 0 8px 0 0;
    font-family: Times, serif, Arial;
}

.dropcap2,
.dropcap3 {
    background: #4a4a4a;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: -2px;
}

.dropcap3 {
    background: #0093d0;
}