.menuItem{
	height: 73px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	font-size: 20px;
}

.view{
	 display: none;
}

.borderedBoxResult{
    border: black 1px solid;
    width: 30px;
    height: 30px;
    border-bottom: black 1px solid;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.borderedBoxForWholeNumResult{
    font-size: 30px;
    border: black 1px solid;
    width: 30px;
    height: 60px;
    border-bottom: black 1px solid;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.numberBarCell{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid black;
    cursor: pointer;
    user-select: none;
    font-size: 24px;
    background-color:white;
}

.fontSizeSign{
    font-size: 32px;
}

.fracitonContainer{
    margin: 2px;
    background-color:cornsilk ;
    padding: 4px 8px 8px 8px;
    border-radius: 4px;
}
.fractionLineContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 0px;
    height:0px; 
}
.fractionLine{
    display: inline-block;
    width: 30px;
    border-bottom: black 1px solid;
    line-height: 0px;
    height:0px;
}