html {
    background-color: #e6e9e9;
    background-image: -webkit-linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
    background-image: linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0 auto;
    padding: 2em 2em 4em;
    max-width: 800px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #ffffff;
    background-color: #1e3839;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
}

h1, h2, h3, h4, h5, h6 {
    /*color: #222;*/
    font-weight: 600;
    line-height: 1.3em;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

.strikethrough {
    text-decoration:line-through;
    font-style:italic;
}

.nota {
    padding-top: 2em;
    font-size:0.8em;
}
.big {
    margin-top: 0px;
    font-size:1.2em;
}

.copy {
    text-align: right;
    padding-top: 1em;
    font-style:italic;
}

img.responsive {
    max-width:100%;
    height:auto;
}

.evidenzia {
    background-color: #440;
    border: dashed 1px;
    padding: 1.5em 1.5em 1em 1.5em;
    text-align: center;
    color: #ffff55;
}

.evidenzia a {
    color: #5ff;
}
