/* ------------------------ */
/* ---- USERS STYLING ----- */
/* ------------------------ */

/* TOC
	4. Users
		4.1. login
		4.2. index
		4.3. add
		4.4. edit
*/

/* 4. Users
------------------------------------------------ */

/* 4.1. Users > login
------------------------------------------------ */

#users_login_container {
	width: 400px;
}


/* 4.2. Users > index
------------------------------------------------ */

#users_index_container table {
	border: 1px solid #ccc;
}

#users_index_container table tr:nth-child(even) {
	background-color: #eee;
}

#users_index_container table tr th {
	background-color: #ddd;
}

#users_index_container table tr th:nth-child(1) {
	width: 592px;
}

#users_index_container table tr th:nth-child(2) {
	width: 160px;
}

#users_index_container table tr th:nth-child(7) {
	width: 160px;
}

#users_index_container table tr th a {
	color: #000;
}

#users_index_container table tr td.actions a {
	margin: 0;
}

#users_index_container p {
	font-size: 0.75rem;
}


/* 4.3. Users > add
------------------------------------------------ */

/* 4.4. Users > edit
------------------------------------------------ */