#compostelana-estadisticas-wrapper .filtro {
    text-align: center;
}

.plot-container {
    float: left;
    width: 50%;
    line-height: 1.2em;
}

.plot-container table.jqplot-table-legend {
    width: auto;
    margin: 12px 12px 0 0;
}

.plot-container tr.jqplot-table-legend {
    display: table-row;
    border-bottom: 0 none transparent;
}

.plot-container td.jqplot-table-legend {
    display: table-cell;
    border: 0 none transparent;
    padding: 0 5px;
    text-align: left;
}

.plot-container td.jqplot-table-legend a {
    box-shadow: 0px 0px 0px 0px transparent;
}

@media screen and (max-width: 640px) {
    .plot-container {
        float: none;
        width: 100%;
    }
}

.jqplot-target {font-family: inherit !important; color:#7c6e49; margin-top:10px;}
.compostelana-estadisticas-container p {margin-bottom:15px !important;}