.qchip {
    display: inline-block;
    padding: 0 25px;
    margin: 5px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

.qchip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.close {
    float: right;
    margin-left: 0.5rem;
    margin-top: 0.7rem;

}

/*Another one */







/** TEXT COLORS AND BACKGROUNDS **/


.grey {
    background-color: #f1f1f1;
}

.orange-darken-1 {
    background-color: #fb8c00;
}

.orange {
    background-color: #ff9800
}

.grey-text {
    color: grey
}

.orange-text {
    color: #ff9800
}

.orange-text-darken-1 {
    color: #fb8c00
}

.white-text {
    color: #ffffff
}