﻿.custom-button-group-mobile {
    border: 0;
    background-color: transparent;
}

.custom-button-group-mobile .custom-btn{
    margin: 3px;
    height: 30px;
    min-width: 100px;
    box-shadow: none;
    background: transparent;
    border: 0px;
}

.custom-button-group-mobile .custom-btn.btn-clicked{
    background: #ffffff;
    color: white;
}

.custom-button-group {
    border: 1px solid #cecece;
    padding: 12px 6px;
    border-radius: 6px;
}

.custom-button-group .custom-btn{
    margin: 3px;
    height: 30px;
    min-width: 100px;
    border-radius: 4px;
    box-shadow: none;
    background: #EEEEEE;
    border: 1px solid #cecece;
}

.custom-button-group .custom-btn.btn-clicked{
    background: #888888;
    color: white;
}