/* Style sheet modification for newer modal YouTube pop-ups (that use accessible dialogs; YouTube e.g. punch_about_introduction-to-punch.php) */
dialog {
	width: 100%;
	padding: 20px 20px 45px 20px;
	background-color: #2B4D54;
	border: none;
	scrollbar-width: none;
}
@media only screen and (min-width: 1050px){
	dialog {
		max-width: 1000px;
	}
}