.addin {
    padding: 1em;
    background-color: white; /* Sets the background color to "Secondary" */
    overflow-y: scroll;
    width: calc(100% - 40px); 
    height: calc(100% - 40px); 
}
.title {
    font-weight: bold;
    color: #444;
    border: none;
    font-size: 18pt;
    width: 100%;
    font-family: "Segoe UI Light", "Segoe WP Light", device-segoe-light, "Segoe WP Semilight", "Segoe UI", "Segoe WP", Segoe, Tahoma, Helvetica, Arial, sans-serif; /* Sets the font of the caption to ""Segoe UI Light" */
}
