.chilla-visual-hook-name {
    display: none;
}
body.chvh-visible .chilla-visual-hook {
    position: relative;
	margin: 2px;
	border: 3px solid rgba(255, 0, 0, 0.4);
	padding: 5px;
	background-color: rgba(255, 0, 0, 0.1);
}
body.chvh-visible .chilla-visual-hook.show-name {
    padding-top: 30px;
}
.chilla-visual-hook-name.visible {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 2px;
    padding: 2px 5px;
}