/*
Theme Name: Leeman's Workout
*/

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

#leemans-workout-form {
    margin-bottom: 28px;
}

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

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

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

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

#leemans-workout-table tbody td:nth-child(2), #leemans-workout-table thead th:nth-child(2) {
    width: auto;
}

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

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

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

#leemans-workout-table tbody td {
    border: 1px solid #cccccc;
	padding: 1px 3px !important;
	font-size: 0.8em;
}

.save-button, .cancel-button, .delete-button, .edit-button {
  width: auto;
  display: inline-block;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 28px !important;
margin: 0 !important;
}
