﻿#software_download table {
    width: 98%;
    margin: auto;
    margin-top: 20px;
    border-collapse: collapse;
    border: solid 1px #003366;
}

    #software_download table td {
        border: solid 1px #cecece;
        font-size: 0.85em;
        vertical-align: middle;
    }

        #software_download table td.s_descrizione {
            width: 70%;
            padding: 2px 7px 2px 7px;
            background-color: #F3F3F3;
            border: solid 1px #cecece;
        }

        #software_download table td.s_file {
            width: 30%;
            text-align: center;
            padding: 2px;
            padding-top: 5px;
            border: dotted 1px #cecece;
        }

        #software_download table td span {
            font-size: 0.75em;
            font-weight: bold;
            background-color: #F3F3F3;
            padding: 2px;
            border: solid 1px black;
        }

        #software_download table td img {
            margin-top: 5px;
        }

#software_download a:link {
    color: Black;
    text-decoration: none;
}

#software_download a:visited {
    color: Black;
    text-decoration: none;
}

#software_download a:hover {
    text-decoration: underline;
    color: #003366;
}

/** Relativo alla Richiesta Copie Telematiche **/

#Tabelle_diritti_Copia table {
    border: solid 1px black;
    width: 70%;
    font-size: 10px;
}

    #Tabelle_diritti_Copia table th {
        text-align: left;
        color: black;
        font-size: 10px;
        background-color: White;
    }

    #Tabelle_diritti_Copia table td {
        border: solid 1px black;
        font-size: 9px;
    }

div.spazio_marche {
    border: solid 1px black;
    font-size: 25px;
    height: 400px;
    margin-top: 20px;
}


.well-richiestaCopie {
    margin-top: 20px;
}

    .well-richiestaCopie h2 {
        font-size: 22px;
        font-weight: 300;
    }

.nav-richiestaCopie {
    margin-bottom: 20px;
}

.riquadro_incarico_magistrato .fa {
    margin-right: 5px;
}

.form-control-static {
    padding-top: 9px;
}

@media (max-width: 780px) {
    select.selectAcapo {
        margin-bottom: 10px;
    }
}
