.wpcf7 input[type="text"],
.wpcf7 input[type="email"]
{
font-size: 15px;
font-family: Arial;
background-color: #fff;
color: #444;
border: 1px solid #ddd;
border-radius: 4px;
width: 260px;
margin-right: 5px;
margin-bottom: 5px;
padding: 6px;
}

.wpcf7 textarea {
font-size: 15px;
font-family: Arial;
background-color: #fff;
color: #444;
border: 1px solid #ddd;
border-radius: 4px;
height: 130px;
width: 400px;
margin-right: 5px;
margin-bottom: 5px;
padding: 6px;
}

.wpcf7 input[type="submit"] {
font-size: 15px;
font-family: Arial;
color: #444;
border: 1px solid #bbb;
border-radius: 4px;
margin-top: 5px;
padding: 5px 10px;
cursor: pointer;
background: linear-gradient(#fefefe, #eeeeee);
}



img.ombra {
box-shadow:0px 0px 4px rgba(0,0,0,0.5);
}
div.separazione {
border-left:1px solid #bbb;
padding-left: 20px;
height:100%
}

h1{
text-align:center;
}
div.contenuto{
padding:30px;
background:none;
border:none;
}

a.in-griglia {
margin: 10px;
}

button.margine {
margin-left: 20px;
}

h3.tipo {

}

#headerbar form, a {
display: inline-block;
vertical-align: bottom;
}
#headerbar input.cerca {
width: 180px;
}
#headerbar button.cerca img {
margin-bottom: 1px;
}





ul.tipo {
list-style-type: none;
margin-left: 5px;
padding-left: 25px;
}
ul.tipo li:before {
display: inline-block;
content: "—";
width: 25px;
margin-left: -25px;
}
ul.tipo li {
padding-bottom: 5px;
}


table.uk-table th {
background-color: #999;
color: #fff;
font-weight: normal;
border-right: 1px solid #e5e5e5;
border-bottom: none;
}
table.uk-table th.ultimo {
border-right: none;
}
table.uk-table td {
background-color: #fff;
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
table.uk-table td.ultimo {
border-right: none;
}
table.uk-table-striped tr:nth-child(odd) td {
background-color: #fff;
}
table.uk-table-striped tr:nth-child(even) td {
background-color: #f9f9f9;
}

table.uk-table tr td.titolo {
background: none;
}
table.uk-table-hover tr:hover td {
background-color: #eee;
}
table.ritrovamenti tr:hover td {
background-color: #eee;
}
table.ritrovamenti tr:hover td.titolo {
background: none;
}

table.ritrovamenti th, table.ritrovamenti td {
border-right: none;
}



table.comitato {
max-width: 450px;
}
table.comitato td {
width: 50%;
}

table.storia {
max-width: 450px;
}
table.storia td {
width: 50%;
}


form.uk-form, div.uk-button-group {
display: inline-block;
vertical-align: middle;
text-align: left;
}
input.cerca {
width: 150px;
}
div.ordine {
margin-right: 15px;
}
button.cerca img {
margin-bottom: 1px;
}
h4.risultati {
margin: 0;
padding: 10px 0px 10px 8px;
}
h3.spazio_sopra {
margin: 0;
padding: 10px 0px 5px 0px;
}
ul.uk-pagination {
text-align: left;
}


a.muted {
color: #444;
}