div.trans {
    background:#f5f5f5;
    height: 150px;
    width: 115px;
    vertical-align: middle;
    display:table-cell;
    transition: all 1s ease;
}
div.trans:hover {
    cursor: pointer;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
div.p {
    margin: 10px;
    float: left;
}
p.trans {
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}
a.trans {
    color: #333;
}
input.m {
    height: 40px;
    width: 200px;
    font-size: 15px;
}
select.m {
    height: 40px;
    width: 200px;
    font-size: 15px;
}