 /*****************************************************************************
 *	Filename:				layout.css
 *	Author					Andreas Lenzen (ReX_)
 *	Email:					rex@rexlabs.org
 *	Start of Developing:	2021-01-02
 *	Last Modification:		2021-01-21
 *	Description:			CSS Stylesheet for training plan module.
 * (c) Copyright 2018 by Andreas Lenzen (ReX_)
 ****************************************************************************/

#excuse {
	padding: 2em;
	font-size: 2.5em;
	font-weight: bold;
	color: black;
	text-align: center;
	line-height: 1.5;
}

@media only screen and (max-width: 768px) {
	#excuse {
		padding: 1em;
		font-size: 1.5em;
	}
}
