.formbtn, select {
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: "Verdana",Arial,Helvetica,sans-serif;
    font-size:20px;
background-color: #a1281d;
}

.registratibtn, .crea_user, .cancellabtn {
  padding: 12px 20px;
   margin: 8px 0;
    display: inline-block;
    color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: "Verdana",Arial,Helvetica,sans-serif;
    font-size:20px;
background-color: #a1281d;
    cursor: pointer;
}

.registratibtn:hover, .crea_user:hover, .cancellabtn:hover {
    color: #000000;
}

table {
  width: 100%;
   border:none; 
}


.login-table {
 width:50%; 
    margin-left:25%; 
    margin-right:25%;

}


.dashboard-table {
 width:75%; 
    margin-left:15%; 
    margin-right:15%;
    margin-bottom:5px;
    vertical-align:middle;

 //   border: 5px solid black;
    height:40px;
 //   background-color: #a1281d;
 //   color: #ffffff;

}
.dashboard-table td{
    padding-left: 10px;
    vertical-align:middle;
}
.dashboard-table tr:nth-child(n){
    font-size:22px;
    height:40px;
    vertical-align:middle;
color: black;
    background-color: #cdd3d7;
 //background-color: #;
}

.dashboard-table tr:nth-child(1){
    font-size:22px;
    height:40px;	
    vertical-align:middle;
color: white;
background-color: #a1281d;
 // background-color: #6b0000;
}
div#menuu ul {
float: right;
height: 32px;
  margin: 0;
  background-image: linear-gradient(#c23927, #6b0000);
  padding: 0;
  list-style: none;
  width: 250px;

}

div#menuu ul li {
  position: relative;
//  border-color: black;
//border-style: solid;
//border-width: 1px;

}

div#menuu li ul {
  display: none;
}

div#menuu ul li a {
  display: block;
  text-decoration: none;
  color: white;
//  background: white;
  background-image: linear-gradient(#c23927, #6b0000);
  padding-top: 5px;
  padding-bottom: 5px;
  height: 32px;
  
}

div#menuu li:hover ul {
  display: block;
}

.countdown {
  background: white;
}
.seconds,.minutes,.hours,.days {
  border-radius: 4px;
  width: 23;
  height: 23;
background: #c23927;
font-style: bold;
font-family: Futura Bold;
color:white;
size: 20px;
}
div#menuu li:hover a {
  background-image: linear-gradient(#c23927, #6b0000);
  color: white;
//  color: black;
//  background: white;
}

div#menuu li:hover ul a:hover {
  background-image: linear-gradient(#c23927, #6b0000);
  color: black;
//  background: white;
}


.foto_profilo {
	float: right;
width: 32px;
height: 32px;
padding: 2px 2px;

}

h1 {
font-size: 28px;
padding-top: 36px;
}




div#menup {
    background-image: linear-gradient(#c23927, #6b0000);
    background-repeat: no-repeat;
    clear: both;
    height: 49px;
    margin-right: 0px;
    margin-bottom: 15px;
}

div#menup ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#menup li {
    float: left;
    font-family: Verdana, Arial, "Helvetica", sans-serif;
    font-stretch: condensed;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

div#menup a	
{
	display: block;
		padding: 6px 5px;
	color: #ffffff;
	text-decoration: none;
}
div#menup a:hover
{
	color: black;
	text-decoration: none;
}

div#menup li ul
{
	display: none
}

div#menup li:hover ul
{    background-image: linear-gradient(#c23927, #6b0000);
	display: block;
	position: absolute;
	z-index:1;
	padding: 0 10px;
	margin: 15px 0 0 0;
	border: none;

}

div#menup li li   { border:none; width:150px; }
div#menup li li a { padding:5px 2px 2px 10px; }

.foto_profilo {
	float: right;
width: 32px;
height: 32px;
padding: 2px 2px;
}

.promozioni_contenitore {

margin-top: 70px;
}


.promozioni {
margin-top: 20px;
background-color: #f1f1f1;
margin-right: 40px;
margin-bottom: 30px;
float: left;
width: 170px;

}

.promozioni_testo {
color: #888;
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
font-size: 12px; 
margin: 5px;
}

.promozioni_immagini{
height: 150px;
margin: 10px;
width: 150px;
}

