/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

div {
  /*  border-style: solid;
    border-color: red;*/
}


body {
    font-family: sans-serif;
}

.exercice-container {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
}

.exercice-row{
    display: table-row;
}


.exercice {
    display: table-cell;
    width: 33.33%;
    border: 1px solid #999;
    padding: 3px 10px 3px 10px;
}

h2 {
    margin: 8px 0 8px 0;
    font-sie: 20px;
}

h3 {
    margin: 4px 0 4px 0;
    font-size: 18px;
}

p {
    margin: 4px 0 8px 0;
}

.exercise-content{
    min-height: 170px;
    font-size: 14px;
}

img {
    width: 80%;
}

@media print {

    img, .exercice, .exercice-row, p, .block {
        page-break-inside:avoid;
        page-break-after:auto;
    }

    p {
        page-break-before:avoid;
    }



    h2{
        page-break-after:avoid;
    }

}