/*!
Theme Name: Parkour3
Theme URI: https://parkour3.com
Author: Parkour3
Author URI: https://parkour3.com
Description: Thème de base pour WordPress par Parkour3.
Version: 1.0.0
Require at least: 5.9
Required PHP: 7.4.X
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: parkour3
*/

.timesheet
{
	display:flex;
	flex-direction:column;
	min-width: 600px;
}

.timesheet-line
{
	display:flex;
	flex-direction:row;
	margin-bottom:4px;
}

.timesheet-name
{
	width:50%;
}

.timesheet-value
{
	width:50%;
}

@media (max-width: 1024px) {

	.timesheet-line
	{
		margin-bottom:10px;
		flex-direction:column;
	}

	.timesheet-name
	{
		font-weight:bold;
	}

	.timesheet-name,
	.timesheet-value
	{
		width:100%;
	}
}