
/* .buttonDivCss{
    top: 1.4vh; 
} */

.buttonCss{
	height: 10vh;
    color: white;
	margin-top: 1vh;
	font-weight: bold;
    font-size: 3.2vw;
    text-align: center;
    margin-bottom: 1vh; 
	border-radius: 2vh; 
    /* font-family: Fontania-MjXr; */
    /* background-size: 100% 100%; */ 
    background-position: center;
    background-repeat: no-repeat;
    user-select: none;
    overflow-y: hidden;
}
.zeroBtn{
    left: 4vw;
}
.clearBtn{
    left: 2vw;
}

.glyphicon {
    top: 0px;
    line-height: inherit;
}

.glyphicon {
   /*  position: relative;
    top: 1px; */
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    /* line-height: 1; */
}

.glyphiColor {
    color: white;
    font-size: 7vh;
}