/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-feb-2021, 16.29.25
    Author     : daneel
*/

pre {
    overflow: auto;
    word-wrap: normal;
    white-space: pre-wrap;
    background: #eaeaea;
    padding: 2%;
}

.messaggio-segnalazioni {
    clear: both;
    padding: 12px 20px;
    background-color: #fafafa;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

.messaggio-segnalazioni ul{
    list-style: disc;
    padding-left: 18px;
}

#wp-new-com-message-editor-tools{
    display: none;
}

#segnalazione_meta_box_ambito select {
    max-width: 80%;
}