.eduadmin {
	.tab_container {
		&.tabhead {
			border-bottom: 1px solid hsl(0, 0%, 82%);
		}

		.tab_item {
			padding: 5px 10px 4px 10px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			border: 1px solid rgba(0, 0, 0, 0);
			&:hover {
				border: 1px solid hsl(0, 0%, 72%);
				border-bottom: 0;
				border-top-left-radius: 10px;
				border-top-right-radius: 10px;
			}
			&.active {
				border: 1px solid hsl(0, 0%, 82%);
				border-bottom: 0;
				border-top-left-radius: 10px;
				border-top-right-radius: 10px;
			}
		}

		a.tab_item {
			text-decoration: none;
			box-shadow: unset;
		}
	}
	.myReservationsTable th,
	.myReservationsTable td {
		padding: 5px;
	}
}
