/* General Page Styles */
body {
    background-color: #f6f8fa;
    margin: 0;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.wrapper {
    padding: 20px;
    background-color: white;
    border-radius: 8px;
}

/* Heading Styles */
h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

h2.caseTitle {
    font-size: 1.8rem;
    font-weight: bold;
    color: #1d4ed8;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* Paragraphs */
p {
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 1rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1rem;
    color: #333;
    background-color: #fff;
}

th, td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

th {
    background-color: #f4f4f4;
    font-weight: bold;
    color: #000;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f1f1f1;
    cursor: default;
}

td:first-child, th:first-child {
    width: 30%;
	padding: .5rem;
}



td:last-child, th:last-child {
    width: 20%;
	padding: .5rem;
}

th {
    text-align: center;
}

td {
    vertical-align: top;
}

/* Links */
.browsers a{
    color: #1d72b8;
    text-decoration: none;
    font-weight: 600;
}

.browsers a:hover {
    color: #194060;
    text-decoration: underline;
}

h3.caseTitle{
font-size: 1.25rem;
padding: 2rem 0;
}
