.md-chip {
    display: inline-block;
    background: #e0e0e0;
    padding: 0 0px;
    border-radius: 32px;
    font-size: 13px;
    background-color: #fff;
    border: 0px solid #dfe1e5;
    -webkit-box-shadow: none;
    box-shadow: none;   
}

    .md-chip.md-chip-hover:hover {
        background: #ccc;
    }

.md-chip-clickable {
    cursor: pointer;
}

.md-chip {
    height: 40px;
    line-height: 53px;
}
.md-chip-icon {
    height: 46px;
    line-height: 46px;
}

.md-chip-icon {
    display: block;
    float: left;
    background: #f1f1f1;
    width: 22px;
    border-radius: 50%;
    text-align: center;
    color: white;
    /* margin: 0 8px 0 -12px; */
    margin: 4px 0px 0px -7px;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.md-chip-remove {
    display: inline-block;
    background: #aaa;
    border: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    padding: 0;
    margin: 0 -4px 0 4px;
    cursor: pointer;
    font: inherit;
    line-height: 20px;
}

    .md-chip-remove:after {
        color: #e0e0e0;
        content: 'x';
    }

    .md-chip-remove:hover {
        background: #999;
    }

    .md-chip-remove:active {
        background: #777;
    }

.md-chips {
    padding: 0px 0;
}

    .md-chips .md-chip {
        margin: 0 5px 3px 0;
    }

.md-chip-raised {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

*, *:before, *:after {
    box-sizing: border-box;
}

section h1 {
    margin: 0 0 2em;
}

.md-chip {
    /*margin-bottom: 15px !important;*/
}

.md-chips {
    /*overflow-x: hidden;
    overflow-y: hidden;
    height: 80px;*/
    /*width: 100%;*/
}