﻿
@media(min-width:320px) and (max-width:568px){
    div.msgBox {
    width: 265px!important;
}

    div.msgBoxButtons input[type='button'] {
        width: 50px!important;
        height: 25px!important;
    }

    .msgBox {
        top: 300px!important;
        left: 60px!important;
        /*overflow-y: scroll!important;*/
    }
     div.msgBoxImage img {

        height: 40px!important;
        width: 40px!important;

    }


     div.msgBoxContent {
        margin: -67px 3px 3px 50px!important;
        /*height: 40px!important;*/
        font-size: 11pt!important;
        /*white-space: nowrap;*/
        width: 200px!important;
        /*overflow-y:hidden!important;*/
    }

    div.msgBoxButtons {
            /*position: absolute!important;
            margin-top: 30%!important;*/
    }
}