﻿/* Style - www.netbax.net © January 2025 - Autor by Chris Bax - net@netbax.net */


.gen1{
position:absolute;
height:500px;
z-index:20;
}


.stock:hover{
-ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9); 
}



.form-group{
margin-bottom:10px;
}