/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 990px){
img, iframe, object										{ max-width: 100%; }
.default_width 											{ width: 96%; }
#dnnStandardMenu .root .txt .left							{ padding: 0 0 0 8px; }
#dnnStandardMenu .root .txt .right						{ padding: 0 8px 0 0; }
.kwicks img												{ width: auto !important; max-width: inherit; }
.bottom_links											{ white-space: nowrap; display: inline-block; }
}
@media screen and (max-width: 640px){
.loginrt												{ float: none; display: table; margin: auto; }
.dnn_logo 												{ padding: 0; float: none; text-align: center; }
.left_pane,
.center_pane,
.right_pane,
.main_left_pane,
.main_right_pane,
.content_left_pane,
.content_right_pane,
.bottom_left_pane,
.bottom_right_pane 										{ float: none;  padding: 0; width: auto; }
.menu_bg												{ display: none; }
}