/* The alert message box */
.statotest {
	text-transform: capitalize;
	padding-bottom:200px;
}
.statusok {
  padding: 15px;
  background-color: #4CAF50; /* Red */
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  width: 290px;
  float: left;
  margin-right: 10px;
}

.statusko {
  padding: 15px;
  background-color: #f44336; /* Red */
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  width: 290px;
  float: left;
  margin-right: 10px;
}

.statusok {
  opacity: 0.75;
  border: 1px solid #000;
  box-shadow: 5px 9px 10px #000; 
}
.statusko {
  opacity: 1;
  border: 1px solid #000;
  box-shadow: 5px 9px 10px #000;
}

.timeright {
	margin-left: 10px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 14px;
  line-height: 18px;

}

.storico {
  margin-left: 10px;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid;
  width:300px;
  clear: both;
}

.errori{
	width:100px;
	color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid;
}