/******************************************************************************

	Filename: 						VariousViews30.css

	Purpose: 							My Move Cal Substitutes Dialog CSS
	 
	Implemented by:				views/HTML5/Admin/Overview/VariousViews.php
	
	Author:								USA Cyborg - usacyborg.com
	
	Last Modified:				2023-09-20
	
******************************************************************************/

.variousView30Wrap
{
	width: 690px;
	margin: 20px;
	height:	400px;
	overflow: auto;
}

.variousView30
{
	width: 640px;
}

	/* type column  */
.variousView30  tr th:nth-child(1)
{
  width: 50px;
}

	/* name column  */
.variousView30 tr th:nth-child(2)
{
  width: 300px;
}

	/* user column  */
.variousView30  tr th:nth-child(3)
{
  width: 145px;
}

	/* Date/Time column  */
.variousView30  tr th:nth-child(4)
{
  width: 140px;
}


