.inner.gadgetEventEditableArea p { 
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px !Important; }
/* Media query for devices with max-width of 600px */
@media only screen and (max-width: 600px) {
    .inner.gadgetEventEditableArea p {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 18px !important; 
    }
}

/* Login button */
#id_IOTD79t {
    color: white;
}

#id_IOTD79t a {
    color: white;
    text-decoration: none; /* Optional: removes the underline from links */
}

#id_IOTD79t a:hover {
    color: red;
}

.hidden {
  display: none;
}
