.user-email {
    display: inline
}


.big {
    font-size: 1.2em
}

.small {
    font-size: .7em
}

.square {
    width: .7em;
    height: .7em;
    margin: .5em;
    display: inline-block
}

.up_3px {
    top: -3px
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: .9em;
    margin-left: 10px
}

.custom-dropdown select {
    background-color: #2159a3;
    color: #fff;
    font-size: inherit;
    padding: .5em;
    padding-right: 2.5em;
    border: 0;
    margin: 0;
    border-radius: 3px;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none
}

.custom-dropdown::before,.custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none
}

.custom-dropdown::after {
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em
}

.custom-dropdown::before {
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0
}

.custom-dropdown select[disabled] {
    color: rgba(0,0,0,0.3)
}

.custom-dropdown select[disabled]::after {
    color: rgba(0,0,0,0.1)
}

.custom-dropdown::before {
    background-color: rgba(0,0,0,0.15)
}

.custom-dropdown::after {
    color: rgba(0,0,0,0.4)
}
