
/* .buttonDivCss{
    top: 1.4vh; 
} */

.buttonCss{
	height: 7.5vh;
	margin-left:2.7vw;
    margin-top: 2vh;
    margin-bottom: 1vh; 
	border-radius:2vh;
}
#row1
{
	margin-top:4vh;
}
.buttonCss1{
	height: 7.5vh;
	margin-left:8.8vw;
    margin-top: 2vh;
    margin-bottom: 1vh; 
	border-radius:2vh;
}
#numberPad
{
	margin-top:-2.7vh;
}
.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;
}