/*!
Theme Name: IFAC Animation Multisite
Theme URI: https://www.spyrit.net/
Author: SPYRIT
Author URI: https://www.spyrit.net/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ifac-animation-mu

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

* {
    margin: 0;
    padding: 0;
}

body {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

p:not(:last-child) {
    margin-bottom: 16px
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table td,
table th {
    padding: 5px;
    border: 1px solid lightgrey;
    font-size: 1rem;
}

img {
    max-width: 100%;
}

label {
    display: block;
    margin: 0;
}