﻿/*
    GENERIC CSS

    NOTE: these should be limited to application-specific functionality and may be overridden by themes
*/

ul#cc-images li {
    list-style-type: none;
    display: inline-block;
    margin-right: 4px;
}

    ul#cc-images li img:hover {
        cursor: pointer;
    }

ul#cc-images {
    margin-bottom: 2px;
}

select.tsDropDownLists_creditCardTypes.cc-type-images {
    display: none !important;
}

.paypalButton {
    cursor: pointer;
}
 
.VolunteerPosts_System {
    align-items: center;
    display: flex;
    flex-wrap: wrap !important;
}

    .VolunteerPosts_System label {
        flex-grow: 1;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        width: fit-content;
        flex-shrink: 1;
        flex-grow: 0;
    }