﻿html {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    overflow-y: scroll;
}

body, form {
    font-family: Trebuchet MS;
    margin: 0 auto;
    padding: 0;
    height: auto;
    width: 100%;
}

.page {
    z-index: 0;
    position: relative;
    width: 1300px;
    margin: 2px auto 0 auto;
    padding: 0px 7px 20px 7px;
    background: white;
    -moz-box-shadow: 0 0 30px #4F81BD;
    -webkit-box-shadow: 0 0 30px #4F81BD;
    -box-shadow: 0 0 30px #4F81BD;
}

@media (min-width: 1300px), screen {
    .page { width: 1300px;}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
    .page {
        width: 900px;
    }
}
