{% extends 'base.html.twig' %} {% block localstyle %} {% if type is defined and type=="pdf" %} body, .card, .card-header { background-color:transparent !important; } {% endif %} .card-header { font-size: 15px; text-align: center; } .flot-chart { display: block; height: 250px; } .flot-chart-content { width: 250px; height: 250px; } .average { font-size: 50px; text-align: center; height: 250px; padding-top:80px; } .breakpage{ page-break-before: always; } .legend { position: relative; left: 150px; } {% endblock %} {% block body %}