#m2{
height: 48px;
width: 102px;
text-align: center;
font-weight: bold;
color: #000;
font-size: 16px;
}
.m2-label{
width:54px;
}
#tile-calculator-button-container{
margin: 16px 0;
float: right;
width: calc(100% - 166px);
text-align: right;
}
#tile-calculator-button{
position: relative;
top:5px;
}
#tile-calculator-total-container{
text-align: right;
position: relative;
top: 50px;
font-size:16px;
font-weight: bold;
text-transform: uppercase;
}
#tile-calculator-total{
font-weight:normal;
}
#tile-calculator-container{
background:rgba(0,0,0,.5);
cursor:pointer;
display:none;
height:100%;
position:fixed;
text-align:center;
top:0;
left:0;
width:100%;
z-index:10000;
}
#tile-calculator-container .helper{
display:inline-block;
height:100%;
vertical-align:middle;
}
#tile-calculator-close{
position: absolute;
top: 10px;
right: 10px;
width: 18px;
height: 22px;
font-size: 26px;
color: #666;
}
#tile-calculator-close:hover{
color:#333;
}
#tile-calculator{
background-color: #fff;
box-shadow: 10px 10px 60px #555;
display: inline-block;
height: auto;
max-width: 580px;
min-height: 100px;
vertical-align: middle;
width: 60%;
position: relative;
z-index: 99999999999999999999;
border-radius: 8px;
padding: 30px 5%;
}
.tile-calculator-wall{
margin: 16px 0;
}
.tile-calculator-input{
width:16%;	
}
.tile-calculator-unit{
width:22%;
}
.tile-calculator-subtotal{
width:16%;
border:0;
}
#tile-calculator-totals{
display:none;
margin: 20px 0;
width: 100%;
}
#tile-calculator-totals div{
display: inline-block;
width:100%;
margin: 4px;
}
#tile-calculator-totals div span{
font-weight:normal;
}
#tile-calculator-totals a{
margin-top:16px;
}