/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-app-transitioning .yui3-app-views,
.yui3-app-views.yui3-app-transitioning {
    overflow-x: hidden;
    position: relative;
    white-space: nowrap;
}
.yui3-app-transitioning .yui3-app-views > *,
.yui3-app-views.yui3-app-transitioning > * {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    white-space: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.app-transitions-css { display: none; }
