/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .btn-transparent {
	background-image: none !important;
	background-color: transparent !important;
	border: none !important;
	color: white !important;
}

.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;
}