.wy-side-nav-search {
    background-color: #ce0058;
}

.wy-side-nav-search>div.version {
    color: rgba(255,255,255,0.7)
}

.icon.icon-uf {
    background-image: url('/_static/img/chicklet-50x50.png');
    background-repeat: no-repeat;
    background-size: 8%;
    padding-left: 25px;
}

table.docutils td, .rst-content table.docutils td {
    vertical-align: top;
}

table.docutils p {
    font-size: inherit;
}

.wy-nav-content {
    max-width: 100%;
}

.wy-side-nav-search input[type=text] {
    border-color: #ce0058;
}