

/* Stylesheet Element Id: 7.614478.1515758987
 * Stylesheet Name: AQI Adverts Patch - Comet-specific 1209
 * Generated by CMS on: 06-Mar-2018 06:45:59
 */
    /* AQI CSS patch for The Comet */
/* Taming the header Z-indices */

.header .login-and-register>ul {
    /*z-index: 100;*/ /* HK: Live Issue 306753: z-index 100 was causing Login and Register links to be hidden. */
}

.header #verticals {
    z-index: auto;
}

.header #useful-links {
    z-index: 300;
}

.header .login-and-register form#login {
    z-index: 300;
}

.header .login-and-register form#register {
    z-index: 300;
}

.header .sticky-leaderboard{
    z-index: 200;
    background: white;
}

.header .navbar{
    z-index: auto;
}

@media (min-width: 1024px){
    .header .navbar{
        z-index: auto;
    }
    
    .header #header-extras {
        z-index: 100;
    }
}

article .advert .ad-slot-teads{
    height: auto;
}

/*
Ensures mobile floating ad at the bottom of the page has a white background.
*/

#un1lnu18aw{
    background: rgba(255,255,255,1);
}

/*
Fixes width of advert underneath Plista widget. It used to inherit the width of .article .images.
*/

.article .advert img{
  width: auto;
}

/*
Creates a margin between bottom of Plista widet anmd Advert element
*/

.plista_widget_belowArticle{
  margin-bottom: 10px;
}


form#registration-form {
    z-index: 10000;
}

.advert hr{
    display: none;
}

/*!
 * Mobile fixes: 
 *  - Centre Leaderboard
 *  - Add space below article comments before MPU
 */

@media (max-width: 727px){
	.advert .mobile.leaderboard{
		width: auto;
		height: auto;
	}

	.article-comments{
		margin-bottom: 20px;
	}
}


/* Leaderboard, Sticky: fix unwanted white space in top margin */

@media (min-width: 650px){

}

/* Footer fixes: remove fixed height for ad slot position elements in footer */
footer .mpu.desktop,
footer .leaderboard.desktop{
	height: auto;
}


            