
html body {
    background-color: #ffffff;
}

body .layout-wrapper {
    width: auto;
    margin: 0;
}

body .header {
    padding: 2px 2px 0;
    background-color: #ffffff;
    border-bottom: 0px none transparent;
}

body .mobile-page {
    width: 320px;
    padding: 0;
    margin: 0;
    float: none;
    background-color: #ffffff;
    border: 0px none transparent;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    
    display: none;
    min-height: 320px;
}

html body .infopage {
    width: 310px;
    padding: 5px;
}

.mobile-page.current  {
    display: block !important;
    position: static;
}

.calendar-wrapper h2 {
    display: none;
}

html .calendar {
    margin: 0 2px;
    width: 316px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

body .login-panel .login-form {
    display: block;
    position: static;
    width: auto;
}

body .login-panel .handle {
    display: none;
}

body .login-panel {
    padding: 10px;
    width: 300px;
    min-height: 300px;
}
body .login-panel,
body .login-panel label,
body .login-panel button {
    font-size: 14px;
}

body label.overlabel {
    xdisplay: inline;
    line-height: 24px;
    float: left;
    width: 60px;
    margin-right: 5px;
    text-align: right;
}

.login-form .fieldwrapper,
.login-form .wrapper-password {
    float: none;
}

.login-form .wrapper-stayloggedin {
    float: none;
    margin-left: 64px;
}

body .login-form button {
    float: none;
    margin-left: 64px;
}
    
body .login-form input.text {
    width: 150px;
    margin-bottom: 6px;
    font-size: 18px;
}

body .logoutlabel {
    display: inline;
}

div.info {
    xwidth: 316px;
    float: none;
    padding-top: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

div.info .section {
    margin: 0px 7px 10px 7px;
}

html .save-form {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;   
    font-size: 12px;
}

html .save-form.expanded {
    background-color: #ffeeee;
    border: 0px none;
    padding: 1px 6px;
}

html .save-form .fieldwrapper {
    clear: left;
    width: 295px;
}

body .save-form input.text {
    width: 150px;
    float: right;
}

body .save-form .email-row input {
    width: 200px;
}

html .save-form .hideregister {
    padding: 5px;

    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;   
}

html .save-form .help {
    margin-left: 92px;
}

body .feedback-form input {
    display: block;
    width: 302px;
    xwidth: 100%;
}

body .feedback-form textarea {
    display: block;
    width: 302px;
    xwidth: 100%;
    height: 100px;
}

body .logo {
    float: left;
    margin: 0 10px 5px 2px;
    background: url('../images/logo_small.png');
    
    width: 40px;
    height: 50px;
}

body h1 {
    line-height: 1.4;
}

body .subh1 {
    font-size: 11px;
    line-height: 1;
}

body .calendar .cell {
    width: 44px;
    height: 43px;
}

body .calendar .today {
    width: 42px;
    height: 41px;
}

body .pagerpanel {
    display: block;
}

body .calendar .l-m {
    line-height: 16px;
}

body .section p,
body .section form,
body .section ul {
    font-size: 12px;
}

.badge-iphone {
    display: none;
}

.prediction h1 {
    display: none;
}

.footer {
    padding-bottom: 10px;
}

html .messages {
    min-height: 8px;
    margin: 0px;
    width: auto;
    float: none;
    background-color: #ffffff;
}

html .getstarted {
    position: static;
    margin: 0;
    padding: 4px 0 2px;
    font-size: 12px;
    border: 0px none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    
}

html .getstarted .arrow {
    display: none;
}

html .getstarted .closebtn {
    position: static;
    float: right;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

html .disclaimer {
    border: 0px none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0px;
}

.registerbutton {
    font-size: 12px;
    position: static;
    margin: 0 4px 4px;
    padding: 3px 5px;
    width: auto;
    color: #000000;
}

html .export-panel {
    display: none;
}

.static-page .info {
    display: none;
}

body #info h3 {
    font-size: 15px;
}

body .adproxy {
    display: none;
}

body .logout {
    display: none;
}

body .sharebutton,
body .settingsbutton {
    display: none;
}

