.imageGallery{
    max-width: 100%;
    border-radius: 2px;
    box-shadow: black 1px 1px 5px;
}

.deleteImage{
    font-size: 20px;
    color:red;
    position: absolute;
    top:10px;
    right: 25px;
    text-shadow: white 0px 0px 5px;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.deleteImage:hover{
    transition: ease-in-out 0.2s;
    transform: scale(1.2);
}

#collapseCompanyData:hover{
    text-decoration: none;
}

.eventICAL{
    padding:0px !important;
    border-radius: 5px;
    border: solid black 1px;
    box-shadow: 2px 2px 5px black;
}

.eventICALHead{
    text-align:center;
    padding:10px;
    border-bottom:solid black 1px;
    justify-content: center;
}

.eventICALBody{
    padding:10px;
    justify-content: center;
    text-align: center;
}

#formExportPrices{
    display: none;
}