.esteroDropdown {
	position: absolute;
    /* top: 0; */
    right: 0;
    z-index: 1000;
    /* display: none; */
    /* float: left; */
    /* min-width: 160px; */
    padding: 5px 10px;
    margin: -10px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #008a57;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    outline: none;
}

.esteroDropdown a{
	cursor: pointer;
}