.document > section > a,
.document > section > div {
        display: none;
}

.document > section > div.shift-font-size {
        display: block;
        font-size: 15px;
        line-height: 22px;
}

.bannerRed {
	color: #cc0000;
	font-weight: bold;
}

.bannerBold {
	font-weight: bold;
}

#banner {
	background-color: #ffff82 !important;
	font-size: 120% !important;
}

#chatbot-action {
    
    .ico {
      color: red !important;
      font-size: 48px !important;
    }    
    
    &:hover .ico {
      color: green !important;    
    }
}

stages-disclaimer-main h5 {
        color: #C1CCD9;
}

stages-disclaimer-main h5:hover {
    transition-delay: 500ms;
    color: #819BB0;
}
