/* 
    Document   : 02.media.queries
    Created on : 11 Jul 2013, 7:56:56 PM
    Author     : salman
    Description:
        Purpose of the stylesheet follows.
*/
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1000px) ,screen and (max-width: 1000px){
.errorTextContainer .httperrorTitle{
        font-size: 40px !important;
    }
.errorTextContainer .httperrordescription {
    font-size: 26px !important;
    top: -25%;
}
.sideErrorCodePage .httperrorpic {
    font-size: 16em !important;
}
.sideErrorCodePage .httperror {
    font-size: 9em !important;
    padding: 10% 0px !important;
}
.transfersButton {
    top: -25%;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-height: 700px) ,screen and (max-height: 700px){
.sideErrorCodePage .httperrorpic {
    top: 20% !important;
}
.sideErrorCodePage .httperror {
    padding: 0px !important;
}
span{
    padding: 3% 0 !important;
}
}