    .dd-pointer {
        height: 0;
        margin: 10px 0px 0px 24px;
        /*position: absolute;
        right: 10px;
        top: 50%;*/
        width: 0;
        float: left;
        position: relative;
        display: inline-block;
    }

    .dd-selected-text {
        color: #00aeef;
        line-height: 29px;
        font-size: 13px;
        font-weight: bold;
        cursor: pointer;
        text-transform: uppercase;
        float: left;
        margin: 14px 0 0 0;
    }

    .dd-option-text {
        color: #4c4c4c;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .dd-selected {
        background: #ececec;
        border: none;
        padding: 0px 0px 0px 8px;
        display: inline;
    }

    .dd-option {
        border-bottom: none;
        color: #4c4c4c;
        cursor: pointer;
        display: block;
        overflow: hidden;
        padding: 10px 8px 10px 8px;
        text-decoration: none;
    }

    .dd-options { top: 30px; }


/*    .dd-container { margin: 25px 0px 0px -10px; }*/
    .dd-container { margin: 25px 0px 0px 0px; }