@charset "utf-8";
/* CSS Document */

#dropdownx { color:#121212; }
#dropdownx a{ color:#0055D4; font-weight:bold; text-decoration:none; }
#dropdownx a:hover{ color:#0055D4; font-weight:bold; text-decoration:underline; }
#dropdownx a:visited{ color:#0055D4; font-weight:bold; text-decoration:none; }

/* JQUERY */

div.expand_text_dropdown {
 width:100%;
 display:none; }
