/*body{background:#222;} */



.vtl_wrap {
	width: 80%;
	left: 40%;
	margin-left: auto;
    margin-right: auto;
}

.vtl_wrap input{
	display: inline;
	padding: 0.75em;
    color: black;
	border-color: grey;
}

.link_like {cursor:pointer}

.link_like:hover { 
    text-decoration: underline;
	color: green;
}

.modal_like {
	border: 4px double red; /* Параметры границы */
    /* background: #fc3; /* Цвет фона */
    padding: 10px; /* Поля вокруг текста */
	
}

.vtl_fld_name{
	font-weight: 800;
}

#vtl_reg_dialog a{
	color:blue;
}

#vtl_reg_dialog a:hover{
	color:red;
}


/* источник кода  https://leaverou.github.io/bubbly/ */
.speech-bubble-red {
	position: relative;
	background: #eca2a2;
	border-radius: .4em;
	*width: 20%;
    height: 50px;
    text-align: center;
	*left: 40%;
	display: table-cell;
    vertical-align: middle;
	padding: 10px;

}

.speech-bubble-red:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top-color: #eca2a2;
	border-bottom: 0;
	margin-left: -15px;
	margin-bottom: -15px;
}

.speech-bubble-green {
	position: relative;
	background: #cef5c1;
	border-radius: .4em;
	*width: 20%;
    height: 50px;
    text-align: center;
	*left: 40%;
	display: table-cell;
    vertical-align: middle

}

.speech-bubble-green:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top-color: #cef5c1;
	border-bottom: 0;
	margin-left: -15px;
	margin-bottom: -15px;
}
/* --------------------- */

