body {
    /*color: #d3d3d3;*/
    text-align:center;
    overflow:hidden;
    background: url("BackgroundImg.jpg");
    position:absolute;
    z-index:0;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-size:cover; 

    
    letter-spacing: .4px;
    word-spacing: 1.5px;
    line-height:20px;

    /*    color: #666;*/
    color: #F9FAF9;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}

div.calculatorform{
    margin-left: auto;
    margin-right: auto;
    width:50%;
    /*    background: #2a2a2a;*/
background: #5D665B; /*   background: #747F72; background: #95A493;*/
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-top: 2%;
    margin-bottom: 2%;

    min-width: 200px;
    max-height:88%;
    overflow:auto;  
}

div.box{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width:95%;
/*    background: #7C8B7A;*/
background: #727F70;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;

    overflow:auto;  
}

.a{
    width:50px;
    text-align: center; 
}

.b{
    color: white;
    font-size:110%;
    word-spacing: -2px;
}

h1{
    color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

table{
    margin-bottom: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
    margin-top: 1%;
    width:98%;
    /*height:100%;*/
    padding: 0;
}

td {
    padding: 0;
    min-width: 100px;
    /*    border: 1px solid white;*/
}

tr:nth-child(even) {
    /*    background-color: #1C1C1C;*/
/*    background-color: #7C8B7A;*/
background-color: #677264;
}

tr:nth-child(odd) {
    /*    background-color: #2E2E2E;*/
/*    background-color: #8C9D89;*/
background-color: #727F70;
}

td:nth-child(1) {
    padding-left: 6px;
}

td:nth-child(2) {
    text-align: right;
    padding-right: 4px;
}

td:nth-child(3) {
    padding-left: 4px;
    min-width: 120px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
    -moz-appearance:textfield;
}

