/*###################### Html5 css Reset #############################*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em,  ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
	font-weight:inherit;
    /*vertical-align:baseline;*/
    background:transparent;
}

body {
    line-height:1;
}



article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

#data tr {
  display: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-text-size-adjust: none; }

/*########### Generic styles ###############################################*/
body { font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;font-size: 15px; line-height: 22px; }

a { color: #666666; text-decoration:  outline: none; }
a:hover { color: #999999 !important; }

li { list-style: none inside; }

h1 { font-size: 30px; line-height: 32px; margin-bottom: 5px; margin-top: 5px; padding-bottom: 5px; border-bottom: dotted 1px #ddd; color: #000000; }
h2 { font-size: 26px; line-height: 28px; margin-bottom: 5px; margin-top: 5px; padding-bottom: 5px; color: #000000; }
h3 { font-size: 24px; line-height: 26px; margin-bottom: 5px; margin-top: 5px; padding-bottom: 5px; color: #000000; }
h4 { font-size: 19px; line-height: 22px; margin-bottom: 5px; margin-top: 5px; color: #000000; }
p { margin-bottom: 10px; margin-top: 10px; color: #000000; }
blockquote { border-bottom: 1px dotted #ddd; border-top: 1px dotted #ddd; font-family: 'Oswald'; font-size: 24px; font-style: italic; line-height: 34px; margin-bottom: 20px; padding: 15px; }
/*
img { max-width: 500px; width: 100%; display: block; margin-top: 10px; margin-bottom: 10px; }
*/
ul,
ol { display: block; margin-top: 10px; margin-bottom: 10px; }
ul li { list-style: inside circle; padding-left: 20px; }
ol li { list-style: inside decimal; padding-left: 20px; }
table { font-size: 13px; line-height: 16px; margin-bottom: 10px; margin-top: 10px; text-align: left; width: 100%; }
table th { border-bottom: solid 1px #ddd; padding: 10px; font-weight: bold; }
table td { border-bottom: dotted 1px #ddd; padding: 10px; }
table td:nth-child(1),
table td:nth-child(2),
table td:nth-child(3) { width: 130px; }
table td:nth-child(4) { width: 170px; }


em,
i { font-style: italic; }
strong,
b,
label { font-weight: bold; }
u { text-decoration: underline; }

/* larghezza del div che contiene la tabella (facoltativo): il valore potrebbe essere omesso se vale 100% oppure se viene definito altrove */
.table-responsive {width: 50%;}

/* stile del bordo per la tabella (facoltativo) */
.table-responsive table {border: #ccc solid 1px;}

/* istruzioni per le celle (alcune sono obbligatorie) */
.table-responsive table td, .table-responsive table th {min-width: 50px; width: 24%; border: #ccc solid 1px; word-break: break-all; text-align: center; padding: 1%;}

/* larghezza delle immagini (facoltativo) */
.table-responsive table td img {max-width: 98%;}



select {
    padding:10px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#000000;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
text {
    padding:10px;
    margin: 10;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#000000;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

label {position:relative}
label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
}
.btn {
    background-color: #025486; /* blu federazione */
    border: border-radius;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}
.scale__container--js {
  text-align: center;
}
.scale--js {
  display: inline-block;
  transform-origin: 50% 0;
  -webkit-font-smoothing: antialiased;
  transform: translate3d( 0, 0, 0);
}
.container {
  margin: 30px 0;
  max-width: 500px;
  background: tomato;
  padding:30px;
}

.styled {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(220, 0, 0, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.styled:hover {
    background-color: rgba(255, 0, 0, 1);
}

.styled:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}


