.edm{
    height: 22px;
    width:auto;
}

@media only screen and (max-width: 450px){
    .text-left{
        text-align: center !important;
    }
    .text-right{
        text-align: center !important;
    }
    .md{
        height:50px !important;
        width: auto !important;
    }
    .jd{
        height:40px !important;
        width: auto !important;
    }
    .cen{
        text-align: center !important;
    }
}

  