/* allow image to be larger*/
/*body {
    background-size: cover;
}*/

/* Target the specific class you found in Step 2 */
 .camera_caption {
    color: #FFFFFF; /* Change the text color (e.g., white) */
    font-size: 26px; /* Change the font size */
    font-weight: bold; /* Make the text bold */
    text-align: center;
    background-color: rgba(35, 128, 35, 0.7); /* Add a semi-transparent background */
    padding: 10px; /* Add some space around the text */
    /* Add any other desired CSS properties */
}

/*.camera_target */

    .WaGadgetSlideshow {
background-color:#ffffff;
border-width:2px;
border-color:rgba(49, 52, 85, 0.562);
border-style:solid;
box-shadow: 1px 1px 1px .5px rgba(207, 198, 198, 0.5)
}
.WaGadgetEvents.WaGadgetEventsStateCalendar .EventListCalendar td>div {
border-color: #888888;
border-width:2px;
border-style:solid;
box-shadow: 1px 1px 1px .5px rgba(207, 198, 198, 0.5);
background-color: #ffffff;
font-size: .5em;
}

.WaGadgetEvents.WaGadgetEventsStateCalendar .EventListCalendar td>div:hover {
background: #cccccc;
font-size: .5em;
}