/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.dropdown-w3c {
	background-color: rgba(255,255,255,1) !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-header-w3c {
	color: black !important;
}

.w3c-a, .w3c-dropdown-button {
    padding-left: 1px !important;
    padding-right: 1px !important;
}
.block-center {
    margin-left:auto;
    margin-right: auto;
}
.text-center {
    text-align: center;
}
.w3c-ul {
    display: inline-flex;
    list-style: none;
    margin-left: -45px;
}
#w3c-dropdown + .dropdown-menu {
    max-width: 120px !important;
}
.w3c-a {
    border: none !important;
}