﻿i.stdcode {
    font-size: 18px !important;
    line-height: 40px!important;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,50px)!important;
    transform: translate(0,50px)!important;
}
