#containo {
	postion:relative;
	width: 800px;;
	text-align: center;
}

#invmex {
		position: relative;
		float: left;
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin: 0 auto 0 auto;
		
	}
	form {
		position: relative;
		width: 800px;
		max-width: 98%;
		margin: 0 auto 20px auto;
		text-align: center;
		border: 1px solid #444;
		padding:5px;
		background-color:#333;
	border-radius: 5px 5px 5px 5px;

	font-family: "Helvetica Neue", Helvetica;
	}
	#tabella {
		
		
	}
	textarea {
		float:left;
		width: 100%; 
		margin-bottom: 0px;
		height: 100px;
		border-radius: 5px 5px 5px 5px;
		background-color:#222;

		color:#fff;
		border-color:#444;
		font-size: 16px;
  font-weight: 500;
  padding: 0 15px 0 15px;
  margin: auto;

  display: table;
text-align:left;font-family: "Helvetica Neue", Helvetica;
	}
	input[type=submit] {
		width: 100%;
		height: 40px;
		background-color: #07550B;
		border-radius: 5px 5px 5px 5px;
		border:0;
		color:#fff;
		text-transform:uppercase;
		margin-top: 2px;
	}
	input[type=submit]:hover {
		background-color: #35AB38;
		cursor: pointer;
	}
	.lettura {
		vertical-align: middle;
		width: 50px; 
		height: 50px;
		border-radius: 50%;

	}
	#canci {
		width:60px; 
		margin: 20px auto 0 auto; 
		border:1px solid #000; 
		padding:5px; 
		background-color:#333;
		color:#FFFFFF;
		text-transform: none;
		text-decoration: none;
	}
	#canci:hover {
		background-color: #C94749;
	}
#messaggi {
	position: relative;
	float:left;
	width: 800px;
	max-width: 100%;
		
}
/*
.container {
	position: relative;
	
  width: 800px;
	max-width: 100%;
  margin: 0 auto 0 auto;
	background-color:#333;
	
	border: 1px solid #444;
	
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-khtml-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	font-family: "Helvetica Neue", Helvetica;
}
*/
.stris {
	background-color: #222;
	border: 1px solid #D39759;
	padding:5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	margin: 10px auto 0 auto;
	border-bottom: 0;
}
.avatarsx {
	float:left; 
	width: 40px;
	height: 40px;
	margin-left: 5px;
	-moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.avatardx {
	float:right;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	-moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
@media only screen and (max-width:642px){
.container {
border:0;
}
.avatarsx , .avatardx {
/* display:none; */
}

}

.msg {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
text-align: left;
}
.msg .bubble {
  float: left;
  max-width: 75%;
  width: auto;
  height: auto;
  display: block;
  background: #ebebeb;
  border-radius: 5px;
  position: relative;
  margin: 10px 0 3px 25px;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.msg .bubble.alt {
  margin: 10px 25px 3px 0px;
  background: #DCF8C6;
  float: right;
}
.msg .bubble.follow {
  margin: 2px 0 3px 25px;
}
.msg .bubble.altfollow {
  margin: 2px 25px 3px 0px;
  background: #DCF8C6;
  float: right;
}
.msg .bubble .txt {
  padding: 8px 0 8px 0;
  width: 100%;
}
.msg .bubble .txt .name {
  font-weight: 600;
  font-size: 14px;
  display: inline-table;
  padding: 0 0 0 15px;
  margin: 0 0 4px 0;
  color: #3498db;
}
.msg .bubble .txt .name span {
  font-weight: normal;
  color: #b3b3b3;
  overflow: hidden;
}
.msg .bubble .txt .name.alt {
  color: #2ecc51;
}
.msg .bubble .txt .message {
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px 0 15px;
  margin: auto;
  color:#000000;
  display: table;
text-align:left;
}
.msg .bubble .txt .timestamp {
  font-size: 9px;
  margin: auto;
  padding: 0 5px 0 0;
  display: table;
  float: right;
  position: relative;
  text-transform: uppercase;
  color: #999;
}
.msg .bubble .bubble-arrow {
  position: absolute;
  float: left;
  left: -11px;
  top: 0px;
}
.msg .bubble .bubble-arrow.alt {
  bottom: 20px;
  left: auto;
  right: 4px;
  float: right;
}
.msg .bubble .bubble-arrow:after {
  content: "";
  position: absolute;
  border-top: 15px solid #ebebeb;
  border-left: 15px solid transparent;
  border-radius: 4px 0 0 0px;
  width: 0;
  height: 0;
}
.msg .bubble .bubble-arrow.alt:after {
  border-top: 15px solid #DCF8C6;
  transform: scaleX(-1);
}

.data_comm {
	font-size: 9px;
	color:darkred;
}
@media only screen and (max-width: 450px) {
	.msg {
		padding:0 0 0 0;
	}
  .container {
    width: 100%;
  }

  .timestamp {
    display: none;
    color: red;
  }
}