@charset "UTF-8";

body.error.default .trace em
{
    color: purple;
}

/* collapse gap between grid and it's toolbox */
.toolbox + .ui-jqgrid
{
    margin-top: -15px;
}

/* widen import-changes preview */
#page .larger
{
    width: 800px;
}

#page .larger .zend_form dd
{
    max-width: 800px;
}

#page .smaller
{
    width: 400px;
}

#page .smaller .zend_form dd
{
    max-width: 400px;
}

.infos ul ul
{
    margin: 0;
}

#page .fluid
{
  width: 90%;
  max-width: 1360px;
}

#page .fluid .zend_form dd
{
  width: 100%;
  max-width: 1360px;
}

#page .punctuality {
  text-align: center;
}
