﻿@media only screen and (min-width: 320px) and (max-width: 384px) {
    html, body {
        height: 100%;
    }
    .contentContr {
        height:100% !important;
    }
    .ui-helper-clearfix {
        float:left;
    }
    .contentcontnrPadng {
        padding:10px;
    }
    .leftcoloumn {
        width:100%;
        padding:0;
    }
    .rightcolumn {
        width:100%;
        padding:0;
        margin:0;
    }
    #loginForm input {
        width:97%;
    }
    .footerContr {
        height:auto;
        width:100%;
    }
        .footerContr > div {
            padding:5px;
        }
    .footerContr table {
        width:100% !important;
    }
    .footerContr table td{
        width:100%;
        float:left;
    }

}