.hidden {
    display: none !important;
}

.eventList > .card > h3 {
    margin-top: .5rem;
}

.selectedEvent > h2 {
    margin-top: .5rem;
}

textarea, progress, input[type="checkbox"] {
    display: block;
    width: 100%;
    margin: 0 0 1rem;
}

figure {
		position: relative;
    /*display: inline-block;*/
}

.figureButton {
		position: absolute !important;
		
		position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    
    /* Visual styling */
    background-color: green;
}