.picks-league-selection {
    color: #2f343b;
    float: right;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 14px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;


}