/* header */
.t-Header-logo .app-icon {
    height: 32px;
    width: 32px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
@media (max-width: 480px) { .t-Header-logo .title-label { display: none !important; } }

/* I don't like transparent sticky areas */
.t-Body-title {
    background-color: #FFF;
}
/* title */
.title .t-HeroRegion-wrap {
    padding: 8px 16px;
}
.title .t-HeroRegion-icon {
    height: 42px;
    width: 42px;
    line-height: 4.2rem;
    background-color: #c4fcc7;
}
.title .t-HeroRegion-icon .a-Icon::before {
    font-size: 2rem;
}
.title .t-HeroRegion-title {
    font-size: 1.4rem;
    line-height: 2.4rem;
}

/* lists */
.presentation-list li {
    font-size: 3.2rem;
    line-height: 4.2rem;
}
.presentation-list li li {
    font-size: 2.2rem;
    line-height: 3.2rem;
}

.presentation-list .t-Icon {
    height: 46px;
    width: 46px;
}

.presentation-list .t-Icon::before {
    font-size: 4rem;
}

.t-LinksList .t-Icon /* , .t-NavigationBar-item .t-Button--header */ {
    color: #ccfcce;
}

/* nav */
.nav-prev .t-Button-label, .nav-next .t-Button-label {
    display: none;
}

/* hack to fix the RDS initial display all tabs issue */
.a-Tabs-panel {
    display:none;
}

/*
 * Show-Me classes
 */
.show-me {
    list-style: none;
    margin: 0;
}
.show-me li {
    font-size: 1.6rem;
    line-height: 1.9rem;
}
.show-me-outline {
    border: 2px solid #c4fcc7;
    border-radius: 4px;
    background: transparent;
    position: absolute;
    z-index: 900;
}
body .ui-dialog.show-me-popup .ui-dialog-content {
    color: #444;
    background-color: #c4fcc7 !important;
    fill: #c4fcc7 !important;
    border-radius: 4px;
}
.ui-dialog.show-me-popup {
    border-radius: 4px;
}
.show-me-popup .t-ButtonRegion-buttons {
    padding: 8px;
}
.popup-callout.top {
    top: -16px;
    left: 16px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #c4fcc7;
    border-left-color: transparent;
}
.popup-callout.bottom {
    bottom: -16px;
    left: 16px;
    border-top-color: #c4fcc7;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.popup-callout.left {
    top: 16px;
    left: -16px;
    border-top-color: transparent;
    border-right-color: #c4fcc7;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.popup-callout.right {
    top: 16px;
    right: -16px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #c4fcc7;
}
.popup-callout {
    border: 8px solid #c4fcc7;
    content: "";
    position: absolute;
    z-index: 901;
}
