﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap')

@media (min-width: 576px) {
.col-lg-2 {
     text-align: left;
   }
}
@media (max-width: 575.98px) {
.col-lg-2 {
     text-align: left;
   }
}
@media (min-width: 768px) {
.col-lg-2 {
     text-align: left;
   }
}
@media (min-width: 992px) {
.col-lg-2 {
     text-align: left;
   }
}
@media (min-width: 1200px) {
.col-lg-2 {
     text-align: right;
   }
}

body {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
    background-color: #fff;
    /*font-weight:400;*/
    font-size: 13px;
	color: #444;
}
a {color: #000;}

section.content {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
   /* -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;*/
    background: #dfdfdf;
    border: 5px solid #fff;
    padding: 10px;
    position: relative;
    margin: 20px;
    box-shadow: 0 0 16px rgb(41 42 51 / 21%), 0 6px 20px rgb(41 42 51 / 19%);
}

.block-header {
    padding: 10px 15px;
	background-color: #fff;
	margin: 12px;
	text-align: center;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.card {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 0;
    position: relative;
    width: 100%;
    box-shadow: none;
    background: rgba(0,0,0,0);
	margin-bottom: 30px;
}
.card .header {
    color: #444;
    padding: 10px 0 0px 0;
    position: relative;
    box-shadow: none;
}
.card .header h2 {
    font-size: 15px;
    /* color: #777; */
    text-transform: uppercase;
    position: relative;
	text-align: center;
}
.card .body {
    font-weight: 400;
    /*border-radius: 0.35rem;*/
    background: #fff;
    font-size: 14px;
    color: #222;
    padding: 20px;
	text-align: center;
}
.comandi {padding: 0 35px;}
.torna {text-align: right}
h5{
    /* font-size: 1.37em; */
    line-height: 1.4em;
    margin-bottom: 15px;
	text-transform: uppercase;
}
.bottoni h5 {line-height: 8em;}

p {
    line-height: 1.61em;
}
.bottoni {   
    background-color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
    /* margin: 0; */
    height: 200px;
	}
.bottoni:hover { background-color: #f0f0f0;}

form {text-align: center; margin: 20px 0;}
.LABEL {font-weight: bold; margin: 5px;}
input[type=submit] {margin: 20px;}


table th {text-transform: uppercase;}
.table th, .table td {
    vertical-align: middle;
	font-size: 13px;
}
.ODD {
  font-size: 15px;
}
.even {
  font-size: 15px;
}