﻿
@media (max-width: 460px) {
     #contentcontainer {
        min-height: 480px !important;
    }
}
@media (max-width: 830px) {

    html {
          -ms-text-size-adjust: 100%; /* 2 */
          -webkit-text-size-adjust: 100%; /* 2 */
          position: relative;
        }

        body {
          margin: 0;
          position: relative;
                width: 100%;
            height: 100%;
            padding:0px;
        }

    h2 {  margin-top:0px; font-size: 1rem;
    line-height: 1.4rem; }

    #tbEmail { width:96% !important; }

    #menu, #content, #contentcontainer, #header
    {
        width: 100%;
        position: relative;
        max-width: none !important;
        padding: 0px !important; 
        background:none !important;
    }

    .validatorA { padding-bottom:10px; }

    #header, #headercontainer {  height: 120px !important; }
       
    #headerBgr {
        height: 83%;
        width: 100%;
        background-size:cover;
    }

    #headerBgr div { width:100% !important; left: 0px !important;
    top: 0px !important; }

    #footernavigation { width:100%; left:0px; }
    #footer { width:100%; display:none !important; }

    .Container1 { padding:0px 20px !important; }

    #footercontainer { height: 85px; }

    #headerTop { display:none; }

    #tdCenter { text-align:center !important; }

    #lbConfirm { float:none !important; left: 50%;
    position: relative;
    margin-top:10px;
    margin-bottom:10px;
    margin-left: -42px !important; }


    #footerspace {
    height: 70px;
}

    form { display: block !important; }
}

