﻿*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"],
input[type="number"] {
    width: 100px;
}

select,
textarea {
    width: 150px;
}

    button, input, select[multiple], textarea {
        background-image: none;
    }

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    line-height: normal;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}

img {
    vertical-align: middle;
}

img {
    border: 0 none;
}

body {
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

.calcDivBody {
    width: 100%;
    height: 100%;
}

.calc {
    background: none repeat scroll 0 0 #AAAAAA;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 14px;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    width: 600px;
    height: 300px;
}

.calcElement {
    position: absolute !important;
    margin-left: 10px;
    margin-top: 10px;
}

.labelForElement {
    padding-left: 10px;
}

.divLinks {
    width: 500px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid blue;
    padding: 10px;
    margin: 0 auto;
    background: #CCCCCC;
}
