
.fake-dropdown {
  display: inline;
  position: relative;
}
.fake-dropdown-options {
  position:absolute;
  top:25px;
  left:0;
  z-index:1000;
  display:none;
  float:left;
  min-width:158px;
  padding:5px 0;
  margin:2px 0 0;
  list-style:none;
  background-color:#ffffff;
  border:1px solid #ccc;
  border:1px solid rgba(0, 0, 0, 0.2);
  *border-right-width:2px;
  *border-bottom-width:2px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip:padding-box;
  -moz-background-clip:padding;
  background-clip:padding-box;
  max-height: 180px;
  overflow-y: auto;
}
.fake-dropdown-options.opened {
  display: block;
}
.fake-dropdown-options ul {
  margin: 0;
  padding: 0;
}
.fake-dropdown-options ul li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.fake-dropdown-options ul li:hover,
.fake-dropdown-options ul li.selected {
  background: #ccc;
}

.fake-dropdown-options ul li span {
  display: block;
  min-height: 20px;
  clear: both;
  color: #333333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 12px;
  white-space: nowrap;
}


#edit-today .markup span{
background: #EEEEEE;
  text-align:left;
  position: relative;
  
width: 100%;
  
/* display: inline-block; */
  *display:inline;
  *zoom:1;
  padding:4px 8px 4px 12px;
  margin-bottom:0;
  font-size:14px;
  
line-height: 15px;
  
/* text-align:center; */
  
vertical-align:middle;
  cursor:pointer;
  
color: #B3B1B1;
  text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
  background-color:#f5f5f5;
  background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color:#e6e6e6 #e6e6e6 #bfbfbf;
  border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border:1px solid #cccccc;
  *border:0;
  border-bottom-color:#b3b3b3;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  *margin-left:.3em;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  min-width: 160px;
  
font-family: "Roboto";

  
/* padding-left: 10px; */
}


.fake-dropdown button, #edit-today .markup a{ 
  background: #EEEEEE;
  text-align:left;
  position: relative;
  width: 100%;
  display:inline-block;
  *display:inline;
  *zoom:1;
  padding:4px 8px 4px 12px;
  margin-bottom:0;
  font-size:14px;
  line-height:20px;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
  color:#333333;
  text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230));
  background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color:#e6e6e6 #e6e6e6 #bfbfbf;
  border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border:1px solid #cccccc;
  *border:0;
  border-bottom-color:#b3b3b3;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  *margin-left:.3em;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  min-width: 160px;
  font-family: "Roboto",Helvetica,Arial,"Nimbus Sans L",sans-serif;
  border-radius: 4px;
}
#edit-today .markup a,
#edit-today .markup span {
  padding: 5px 0px 2px 10px;
  height: 16px;
  width: 150px;
  line-height: 14px;
}
.disabled.fake-dropdown span {
  opacity: 0.5;
}
.fake-dropdown button:hover,
.fake-dropdown button:focus,
.fake-dropdown button:active,
.fake-dropdown button.active,
.fake-dropdown button.disabled,
.fake-dropdown button[disabled]{
    color:#333333;
    background-color:#e6e6e6;
    *background-color:#d9d9d9;
}
.fake-dropdown button .filter-option {
  float: left;
  overflow: hidden;
  text-align: left;
}
.fake-dropdown button .caret{
  float: right;
  width:0;
  height:0;
  border-top:4px solid #000000;
  border-right:4px solid transparent;
  border-left:4px solid transparent;
  content:"";
  margin: 8px 0 0 10px;
}
.fake-dropdown button:before,
#edit-today .markup a:before,
#edit-today .markup span:before {
  content:'';
  display:inline-block;
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  border-bottom:7px solid #CCC;
  border-bottom-color:rgba(0,0,0,0.2);
  position:absolute;
  bottom:-4px;
  left:9px;
  display:none;
}
.fake-dropdown button:after,
#edit-today .markup a:after,
#edit-today .markup span:after {
  content:'';
  display:inline-block;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-bottom:6px solid white;
  position:absolute;
  bottom:-4px;
  left:10px;
  display:none;
}
.fake-dropdown button.opened:before,
.fake-dropdown button.opened:after {
  display:block;
  z-index: 1010;
}
