.pds-content {
    background: white;
}

/*This over ride removes an extra scrollbar on the content page*/
.pds-app main {
    overflow-x: hidden !important;
}

.pds-scope .pd-admin-back-link{
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.pds-scope .pd-admin-back-link .pds-icon{
    fill: #fff;
}

/*This over ride removes an extra scrollbar on the content page*/
.tnl-page-content .tnl-page-article {
    margin-bottom: 0 !important;
}

.pds-scope .pds-app-header-bar {
    min-width: 0;
}

.pds-scope .pds-app-header-bar .pds-app-back {
    padding-right: 15px;
}

.pds-scope .pds-app-header-bar .pds-app-header-bar-center {
    flex: 1 0 70%;
}

.pds-scope .pds-app-header-bar .pds-app-header-bar-center .pds-app-header-bar-text {
    max-width: 100%;
}
