.token .close {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    font-weight: lighter;
}

.token {
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.token-select.form-control {
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d5dfe6;
    border-radius: 0;
    background: #fff;
    color: #525f74;
    padding: 16px;
    padding: 1rem;
    box-shadow: 0 2px 16px 0 rgba(87, 96, 102, 0.13);
}
