﻿body {padding:0;border:0;
}

input {
    font-family: Arial;
    font-size: 12px;
}
textarea {
    font-family: Arial;
    font-size: 12px;
}
div {
    font-family: Arial;
    font-size: 12px;
}

.divArt {margin-right:2px;}


.pulsante {
    padding: 4px 8px;
    background-color: #249BD4;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    width: max-content;
    cursor: pointer;
}
    .pulsante:hover {
        background-color: #1c7caa;
    }

.pulsanteGrigio {
    padding: 4px 8px;
    background-color: #808080;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    width: max-content;
    cursor: pointer;
}

    .pulsanteGrigio:hover {
        background-color: #1c7caa;
    }

