.outlined {
    outline-style: dotted;
    outline-color: green;
}

.template_debug_viewpopuppicto {
    position:absolute;
    display:none;
}

.template_debug_popup th {
  font-weight: bold;
  text-align: right;
/*	font-size: 0.6em; */
}

.template_debug_popup td {
	text-align: left;
/*	font-size: 0.6em; */
}

/* ------------------------------------ */
/*              Popup                   */
/* ------------------------------------ */

.template_debug_popup {
/*	font-size: 0.6em; */
	padding: 8px;
    border: 4px solid green;
    -moz-border-radius: 16px;
	text-align: left;
	font-style: normal;
	position: absolute;
    float: inherit;
    display: none;
    background-color: #FCFFFC;
}

.template_debug_popup h1 {
    font-size: 16px;
    border-bottom:1px dotted black;
}
