/*
 * CSS for Coccinelle web events
 * by
 * Yves Bresson
 * ybresson.com
 * contact@ybresson.com
 */

@media (min-width: 1200px) {
   .container {
      width: 970px; /* disable "large", make it look like "medium" */
   }
}

body {
   /*margin-top: 0.5em;*/
   margin-bottom: 1em;
}
