﻿h1.tit {
    color: #021F5B;
    font-weight: normal;
    padding-bottom: 3px;
    border-bottom: solid 1px #dedede;
}

.doc {
    border: solid 1px #dedede;
    float: right;
    border-radius: 3px;
    margin-left: 40px;
}

    .doc h2 {
        margin: 0px;
        padding: 8px 10px;
        background-color: #F0F0F0;
        font-weight: normal;
        text-align: center;
        font-size: 8pt;
        text-transform: uppercase;
        text-shadow: 0px 1px 0px rgba(255,255,255,1);
        color: #666666;
    }

    .doc ul {
        margin: 0px;
        padding: 15px;
        list-style-type: none;
    }

        .doc ul li {
            padding: 10px 0px 15px 40px;
            background: url("/img/doc-icona.png") no-repeat 5px 15px transparent;
            min-height: 50px;
            border-bottom: dotted 1px #dedede;
        }

            .doc ul li.h {
                background-color: #f7f7f7;
            }

            .doc ul li b {
                padding: 5px 0px;
                display: block;
                color: #555555;
            }

            .doc ul li.h b {
                color: #333333;
                text-shadow: 0px 1px 0px rgba(255,255,255,1);
            }

            .doc ul li span {
                display: block;
                margin-bottom: 3px;
            }

            .doc ul li a {
                display: inline-block;
                margin-right: 10px;
                text-decoration: none;
                color: #777777;
            }

                .doc ul li a:hover {
                    color: #B80F14;
                }

.doc2 ul li {
    padding: 10px 0px 8px 40px;
    background: url("/img/bell2.png") no-repeat 5px 15px transparent;
    min-height: 25px;
    border-bottom: dotted 1px #dedede;
    line-height: 35px;
}

    .doc2 ul li span {
        display: inline;
    }

    .doc2 ul li a {
        margin-right: 0px;
    }

.documentiContainer {
    float: right;
    width: 30%;
}

@media (max-width: 500px) {
    .doc {
        width: 100%;
        margin-left: 0px;
    }

    .documenti {
        float: none;
    }

    .documentiContainer {
        float: none;
        width: auto;
    }

    #lnkGuide, #lnkMessaggi {
        display: none;
    }
}
