/* stylesmapupdates.css */

/* General styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Header styles */
.header {
    background-color: none;
	font-size: 1.5rem;
    text-align: center;
    padding: 10px;
    margin: 0;
}

/* Main content styles */
main {
    padding: 20px;
    max-width: 900px; /* Added max-width */
    margin: 0 auto; /* Center main content horizontally */
}

/* Heading styles */
h1.listtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
    margin: 0;
}

h3 {
    font-size: 1.2rem;
    text-align: center; /* Center the <h3> elements */
}

/* Paragraph styles */
p {
    font-size: 0.75rem;
    line-height: 1.5;
	width: 80%;
	margin: 10px auto;
}



.chronological {
    font-size: 0.75rem;
    line-height: 1.5;
	width: 80%;
	margin: 10px auto;
}

.chronological-indent {
    font-size: 0.75rem;
    line-height: 1.5;
	width: 80%;
	margin: 6px auto;
	padding-left: 66px;
}


.listscode {
    display: flex;
    gap: 20px; /* Adjust the gap between the two tables as needed */
    width: 60%;
    margin: 18px auto;
}

hr {
	width: 60%;
	margin-top: 22px;
	color: #ccc;
}


.lists {
    display: flex;
    gap: 20px; /* Adjust the gap between the two tables as needed */
    width: 90%;
    margin: 0 auto;
}

.lists .katydids, .lists .crickets {
    flex: 1;
}

.mappageupdatelist {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.75rem;
}

.mappageupdatecell {
    border: 3px solid rgb(220, 220, 220);
    padding: 12px 8px 36px 8px;
	
}

.mappageupdatecell.yellow {
    background-color: rgba(255, 255, 0, 0.3);
	color: red;
	font-weight: bold;
}

.mappageupdatecell.brown {
    background-color: rgba(115, 99, 0, 0.3);
	color: black;
	font-weight: bold;
}

.mappageupdatecell.blue {
    background-color: rgba(0, 0, 255, 0.5);
	color: white;
	font-weight: bold;
}

/* Ensure the link color does not change on hover or other states */
.mappageupdatecell a:link, 
.mappageupdatecell a:visited, 
.mappageupdatecell a:hover, 
.mappageupdatecell a:active {
    color: inherit;
}










/* notecards */
.notecardcontainer {
	max-width: 740px;
	width: 80%;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.notecard {
    background-color: #fafafa;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

p.datenotecard {
	width: 90%;
	font-size: 0.9rem;
	font-weight: bold;
}


p.textnotecard {
	width: 80%;
	font-size: .8rem;
}









.noborder {
	border: none;
}




/* Responsive styles */
@media screen and (max-width: 720px) {
    h1.listtitle {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.2rem;
    }

    p {
        font-size: 0.9rem;
    }
}
