
.round-corner
{
padding:1em;
border: 1px solid;
border-radius: 12px;
}


.title       { color: #800080; font-size: 14pt; } /* font-weight: bold */
.record-label       { color: #800000; font-weight: bold ;}
.record-item    { color: #000080; font-weight: bold ;}

.close-red 
{
        color:  #990000; /* Set the color of the X to red */
        opacity: 1; /* Ensure full visibility */
        position: absolute; 
        right: 0.25em;
}
.close-red:hover
{
        color:  #FFFFFF; /* Optional: Change color on hover */
	    background-color: #990000;  
   	    position: absolute; 
        right: 0.25em;
}