.box
{
	background-color: #736b6b;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #C1C1C1;
	border-left: 2px solid #C1C1C1;
	box-shadow: 11px 17px 9px rgb(0, 0, 0), inset -98px 0px 100px rgba(255, 255, 255, .5);
} 
.closed {
    opacity: 1 !important;
    color: red;
    float: right;
    font-size: 3.5vw;
    font-weight: bold;
}
.row
{
   margin-bottom: 1.5%;
   margin-left: -1%;
}
.button
 {
	display: inline-block;
	margin-left: 7%;
	font-size: 2vw;
	font-weight: bold;
	border-radius: 4px;
	padding:0%;
	text-align:center;
}
#calculatorDiv
{
	border-radius: 2vw; 	
	margin-bottom:3vh;
	margin-top: 10vh;
}
.display
{
	margin: 0% 0 6% 8%;
}
.display input
{
	display: block;
	padding:3%;
	height: 9vh;
	border-radius: 7%;
	border-top: 2px solid #C1C1C1;
	border-right: 2px solid #C1C1C1;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	background-color: #FFF;
	box-shadow: inset 0px 0px 10px #030303, inset 0px -20px 1px rgba(150, 150, 150, .2);
	font-size: 2vw;
	color: black;
	text-align: right;
	font-weight: bold;
} 

#clearButton{
	color: #FFF;
	text-shadow: -1px -1px 0px #44006F;
	background-color: #D20000;
	border-top: 2px solid #FF8484;
	border-right: 2px solid #FF8484;
	border-bottom: 2px solid #800000;
	border-left: 2px solid #800000;
	/* box-shadow: 0px 0px 2px #030303, inset 0px -20px 1px #B00000; */
	font-size:2vw;
	border-radius: 21%;
}
.digits,#backSpaceButton
 {
	color: black;
	text-shadow: 1px 1px 0px #FFF;
	background-color: #EBEBEB;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #C1C1C1;
	border-left: 2px solid #C1C1C1;
	border-radius: 21%;
	/* box-shadow: 0px 0px 2px #030303, inset 0px -20px 1px #DCDCDC; */
	font-size:2vw;
}
.mathButtons 
{
	color: #FFF;
	text-shadow: -1px -1px 0px #44006F;
	background-color: #434343;
	border-top: 2px solid #C1C1C1;
	border-right: 2px solid #C1C1C1;
	border-bottom: 2px solid #181818;
	border-left: 2px solid #181818;
	/* box-shadow: 0px 0px 2px #030303, inset 0px -20px 1px #2E2E2E; */
	font-size:2vw;
	border-radius: 21%;
}
.digits:hover,.mathButtons:hover,#clearButton:hover ,#backSpaceButton:hover
{
	background-color: #FF8000;
	/* box-shadow: 0px 0px 2px #FFBA75, inset 0px -20px 1px #FF8000; */
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
.glyphicon 
{
	top:0px;
	line-height: inherit;
}