.footall {
    border-top: #E0E0E0 1px solid;
  clear: both;
    color: #A0A0A0;
  font-size: 8pt;
  padding: 15px 10px 20px 10px;
  text-align: justify;
}
.footall  p{text-align: center;}
/* @group Калькулятор дозировки пептидов */
input[name="flakon"], input[name="water"], input[name="kg"]{
        background-color: #AFB0B2;
            border: 1px solid #ccc;
            text-align: center;
            width: 83px;
            height: 24px;
            font-weight: 900;
            color: #FFFFFF;
        }
        .error{
           margin: 10px 0 20px;
        }
        .syringe{
            width: 132px;
            height: 726px;
           float: left;
        }
        .syringe1{
            position: absolute;
            width: 132px;
            height: 726px;
            background: url("../images/shpric1.png");
            z-index: 2;
        }
        .syringe2{
            position: absolute;
            width: 132px;
            height: 726px;
            background: url("../images/shpric2.png");
            z-index: 1;
        }
        .total{
            background-color: #16CF0F;
            color: #000000;
            border: 0;
            text-align: center;
            width: 100px;
            height: 24px;
            font-weight: 900;
            padding-top: 6px;

        }
        #center_column  input[type="submit"]{
               background-color: green;    
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 10pt;
    height: 50px;
    text-transform: uppercase;
    width: 150px;
  margin: 0px 0 10px;

  
}
.dozirovka tr td{
  padding-bottom: 10px; 
  vertical-align: middle;
}
.dozirovka{
width:300px;
}
    .calculator-text-body{
      margin: 200px 0 0 150px;    
      width: 500px;

}
#peptids-calculator{
   position: absolute;    
  top: 195px;
    width: 700px;
}
form input.error-border{
  border: 1px solid red;
}
    /* @end */
