@charset "UTF-8";

.field {background: #fff;}

.scrEvent {
	margin: 0 20px 20px;
    padding: 20px;
    text-align: left;
    border-top: #7ECEF4 2px solid;
    display: none;
}
.customer{
	color: #F39800;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.scrEvent:nth-child(even) .customer{
	color: #EB6D7A;
}

.voice{
	font-size: 16px;
	margin-left: 20px;
}
.last-message{
	text-align: center;
}

