/* Hide top left menu going online or not relevant (RSS feed, ...)*/
#topLeft li:nth-of-type(2),
#topLeft li:nth-of-type(4),
#topLeft li:nth-of-type(5){
    display: none !important;
}

/* Hide the random button */
ul.comicNav > li:nth-of-type(3) {
    display: none !important;
}

/* Hide the bottom links */
div#bottom > div:nth-of-type(1),
div#bottom > div#comicLinks {
    
    display: none !important;
}

