#page-title-calc h1{
    font-family:Arial,sans-serif;
    font-size:20pt;
    
}

#left-side-calc{
width:70%;
float:left;
}

#right-side-calc{
width:30%; 
float:left;
}

#page-wrapper-calc{
   
font-family:Arial;
font-size:11pt;
line-height:1.4;
}

#page-wrapper-calc ol{
margin-left:20px;
}

#page-wrapper-calc ol li{
margin-bottom:5px;
}

#page-wrapper-calc h1, h2, h3, h4, h5, h6{
margin-bottom:7px;
margin-top:5px;
}

#form-to-calculate{

float:left;  
margin-top:15px;
}


#form-to-calculate form{
width:100%;
border:1px solid #365487;
}



#form-to-calculate form div.line span{
float:left;
display:block;
width:180px;
text-align: left;
}

#form-to-calculate form div.line {
padding-top:8px;
padding-bottom:8px;
padding-left:10px;
padding-right:10px;
text-align:right;
}
#form-to-calculate form div.lineves {
padding-top:8px;
padding-bottom:8px;
padding-left:10px;
padding-right:10px;
text-align:left;
}
/* Столбец вес калькулятор */
#form-to-calculate-ves{
width:70px;
float:left;  
margin-top:15px;
}


#form-to-calculate-ves form{
width:100%;
border: 1px solid #365487; 
}



#form-to-calculate-ves form div.line span{
float:left;
display:block;
width:180px;
text-align: left;
}

#form-to-calculate-ves form div.line {
padding-top:8px;
padding-bottom:8px;
padding-left:10px;
padding-right:10px;
text-align:right;
}
#form-to-calculate-ves form div.lineves {
padding-top:8px;
padding-bottom:8px;
padding-left:10px;
padding-right:10px;
text-align:center;
}
table tr td.lineves {
padding-top:8px;
padding-bottom:8px;
padding-left:10px;
padding-right:10px;
text-align:center;
}
table tr td.line {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.form-title{
background:#365487;
padding:7px 0px;
text-align:center;
font-size:12pt;
font-weight:bold;
color: white;
}

.footer-form {
background-color:#365487;
padding:10px 0px;
text-align:center;
cursor: pointer;
font-weight: bold;
font-size: 12pt;
color: #fff;
}

.footer-form:hover {
background-color:#222931;
}





.button-calc{
background: #222931; /* Old browsers */
background: -moz-linear-gradient(top, #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b7a1), color-stop(50%,#8c3310), color-stop(51%,#752201), color-stop(100%,#bf6e4e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* IE10+ */
background: linear-gradient(to bottom, #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
   padding: 7.5px 15px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   
   color: #fff;
   font-size: 13px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   border:none;
   }
   
a.button-calc:hover {
   border:none;
   text-shadow: #000000 0 1px 0;
   background: #71d162;
   background: -webkit-gradient(linear, left top, left bottom, from(#88f78b), to(#71d162));
   background: -webkit-linear-gradient(top, #88f78b, #71d162);
   background: -moz-linear-gradient(top, #88f78b, #71d162);
   background: -ms-linear-gradient(top, #88f78b, #71d162);
   background: -o-linear-gradient(top, #88f78b, #71d162);
   background-image: -ms-linear-gradient(top, #88f78b 0%, #71d162 100%);
   color: #404040;
   }
   
a.button-calc:active {
   text-shadow: #000000 0 1px 0;
   border: 1px solid #0b8500;
   background: #71d162;
   background: -webkit-gradient(linear, left top, left bottom, from(#348737), to(#71d162));
   background: -webkit-linear-gradient(top, #348737, #71d162);
   background: -moz-linear-gradient(top, #348737, #71d162);
   background: -ms-linear-gradient(top, #348737, #71d162);
   background: -o-linear-gradient(top, #348737, #71d162);
   background-image: -ms-linear-gradient(top, #348737 0%, #71d162 100%);
   color: #404040;
   } 
   
   
#note{
position:relative;   
font-size:11pt;
}

#order-count{
position:relative;    
text-align:center;
top:35px;
left:-5px;
}

#more{ 
position:relative;
text-align:center;
top:30px;
left:-7px;
}

#right-side-calc-wrapper{
margin-left:25px;
margin-right:25px;
}

#kalk input{
   display: block;
    max-width: 100%;
    width: 20%;
    height: 30px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #5f656d;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding: 0px 2px 0px 2px;
    vertical-align: middle;
    outline: none;
    font-weight: 400;
    margin-bottom: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 1s ease , box-shadow 1s ease;
    -o-transition: border-color 1s ease , box-shadow 1s ease;
    transition: border-color 1s ease , box-shadow 1s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}