/* Undergrad Surveys table CSS Document */
html {
	background: #f5f4e2 none repeat scroll 0 0 !important;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Titillium Web", sans-serif;
	margin: 0;
	padding: 0;
	/* margin: 5px 5px 5px 10px; */
}

h1, h2.dropdown-title {
	color: #990000;
	font-family: 'Times New Roman', Times, serif;
}

.table-container {
	overflow-x: auto;
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	max-width: 1000px;
	margin: 0 auto;
}

.table-container thead {
	font-family: 'Times New Roman', Times, serif;
}

.survey-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 600px;
}

.survey-table thead {
	background-color: #e0e0e0;
}


.survey-table td {
	padding: 12px 15px;
	border: 1px solid #ddd;
	font-size: 14px;
}


.survey-table th {
  color: #990000;
  font-weight: bold;
}
	
.survey-table tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

/* DROPDOWN MENU STYLES */
.dropdown-link {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.arrow {
	margin-right: 8px;
	font-size: 1.2em;;
}

.dropdown-title {
	font-size: 1.2em;
	color: #990000;
	/* margin: 0; */
}

/* this code messes with the table */


/* .dropdown {
	position: relative;
	display: inline-block;
}

.dropbtn {
	background-color: #990000;
	color: white;
	padding: 10px 15px;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
} */
