body {
    margin: 50px !important;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

h1 {
	margin-bottom: 20px !important;
	background-color: white !important;
}


.form-select {
    font-size: inherit;
}

.btn {
    margin-right: 10px;
    margin-left: 10px;
}

.btn-secondary {
    background-color: #21618c !important;
}
.btn-secondary:hover {
    background-color: #fff !important;
    border-color: #21618c;
    color: #21618c !important;
}

.btn-danger {
    background-color: #8C212C !important;
    border-color: #8C212C !important;
}

.btn-danger:hover {
    background-color: #fff !important;
    border-color: #8C212C !important;
    color: #8C212C !important;
}

#formIndicizzazione {
    margin: 0px !important;
}

table {
	width: 100% !important;
}