#helperDiv {
    display: block;
	max-width: 45em;
}

#helperDiv h2{
    text-align: center;
    text-decoration: underline;
}

#helperDiv .buttonHolder{
    margin: 1em;
	margin-left: 14em;
}

.btn {
    margin: 0.28em;
}

.activeBtn{
    /*box-shadow: 0 0 0 0.2rem rgba(108,117,125,.5);*/
    color: #fff !important;
    background-color: #0094c3 !important;
    border-color: #0094c3 !important;
}

div.card:hover, div.card-keep:hover {
    background-color: #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    /*color: white;*/
}

.clear{
    display: inline;
    margin: 0;
}

.card-keep{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-color: #343a40!important;
    border-radius: .25rem;
	padding: .25em .25em 0em 1em;
}

.card {
	text-align: center;
}

.close {
	margin-right: .15em;
}

#fgroup_id_clearar .fitemtitle {
    display: none;
}

/*.btn:first-child {
    background-color: #ffffff !important;
    border-color: #cccccc !important;
    color: #292b2c !important;
}*/
