/*
Theme Name: Leeman's Workout
*/

#ambers-workout-form input, #ambers-workout-form select {
  max-width: 25%;
  width: auto;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
}

#ambers-workout-form {
    margin-bottom: 25px;
}

#ambers-workout-form button {
  width: auto;
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 25px !important;
}

#ambers-workout-table tbody tr:nth-child(odd) {
    background-color: #f2f2f2; /* Light grey for odd rows */
}

#ambers-workout-table tbody tr:nth-child(even) {
    background-color: #ffffff; /* White for even rows */
}

#ambers-workout-table tbody td:nth-child(1), #ambers-workout-table thead th:nth-child(1) {
    width: 15%;
}

#ambers-workout-table tbody td:nth-child(2), #ambers-workout-table thead th:nth-child(2) {
    width: 40%;
}

#ambers-workout-table tbody td:nth-child(3), #ambers-workout-table thead th:nth-child(3) {
    width: 25%;
}

#ambers-workout-table tbody td:nth-child(4), #ambers-workout-table thead th:nth-child(4) {
    width: 20%;
}

#ambers-workout-table thead th {
    border: 0;
	padding: 3px;
	background: darkorange;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.7em;
}

#ambers-workout-table tbody td {
    border: 1px solid #cccccc;
	padding: 1px 3px;
	font-size: 0.9em;
}

#ambers-workout-table tbody tr {
    border: 6px solid #333333;
}

