.draft-note::before {
    white-space: pre;
    content: "Nota Draft\A ";
    color: red;
    font-weight: bold;
}

.draft-note {
	margin: 5px;
    padding:10px;
    background-color: #fff2ff;
    border-left-color: #ffa0ff;
}

.note-to-balloters, .draft-note {
    margin: 5px;
    padding: 10px;
    border-left-style: solid;
}

.note-to-balloters, .draft-note {
    margin: 5px;
    padding: 10px;
    border-left-style: solid;
    background-color: var(--stu-note-background-color);
    border-left-color: var(--stu-note-border-left-color);
}

.sample-restful-transaction img {
    width: 75%;
    float: unset !important;
}

table.grid {
    width: 100%;
}