/** TransIP **/
body{
    background-color: white !important;
}

#toplogo {
    margin-top: 10px;
}

#vendor-branding {
    display: none;
}

/* 'About' link that doesn't add any real value */
div#header div#topline div.topleft a {
    display: none;
}

/* 'Apps' link that doesn't add any real value */
div#header div#topnav div#taskbar a#button-apps {
    display: none;
}

/* Transition Notice */
#transitionNotice {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #EAEAEA;
    z-index: 1;
    position: absolute;
    background: #fffce1;
}
