/*
 * Theme Name:     associazione-theme
 * Theme URI:      http://associazione.idra.it/
 * Description:    Child theme for the Tonal theme 
 * Author:         Massimo Ciccolini
 * Author URI:     http://www.idra.it
 * Template:       tonal
 * Version:        0.1.0
 * */

@import url("../tonal/style.css");


#page::before, #page::after {
    background-color: #E6E6E6;
    z-index: 9999;
}
#page {
    border-left: 20px solid #E6E6E6;
    border-right: 20px solid #E6E6E6;
    z-index: 9999;
}