/*!
 * 
 */

html {
    width: 100vw;
    overflow-x: hidden;
}

body {
    padding-top: 20px;
}

a.disabled {
	/* Make the disabled links grayish*/
	color: gray;
	/* And disable the pointer events */
	pointer-events: none;
}