div.SumoSelect{
	box-sizing: border-box;
    padding: 0.3em 0.4em 0.3em 0.5em;
    max-width: 100%;
    border: 1px solid #b8b8b8;
    border-top-color: #999;
    /*border-radius: 2px;*/
    background: #fcfcfa;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    font-size: 1em;
    color: #595959;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    width: 92.5%;
}

.SumoSelect > .CaptionCont {
    position: relative;
    /* border: 1px solid #A4A4A4; */
    min-height: 14px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0;
}

.SumoSelect > .CaptionCont > label > i{
	top: 28px;
}


.SumoUnder.form-select{
	/*width: 100%*/;
}