.fallback-actor {
    width: 30px; height:30px;
    background-color: rgba(255,255,255,.7);
    border:dashed 1px black;
    position:absolute;
    margin-left:-16px;
    margin-top:-16px;
    text-align:center;
    font-size:8px;
    line-height:10px;
}
.stage-object{
    position:absolute;
}
.stage-object.caption {
    width: 130px;
    font-size:14px;
}

.stage-object.stroke {
    width:2px;
    background-color:#000;
    z-index:2;
}
.stage-object.stroke {
    margin-top:-1px;
    margin-left:-2px;
}
.stage-object.auto-caption {
}