table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
th, td {
    text-align: left;
    padding: 12px;
    border: 1px solid #ddd;
}
th {
    background-color: #2c3e50;
    color: white;
    text-align: center;
}
tr:nth-child(even) {
    background-color: #f9f9f9;
}

#CenterModule ul {
	text-align: justify;
  	margin-left: -1.5em;
}

.highlight-box {
    background-color: #fff9f1;
    border-left: 5px solid #e67e22;
    padding: 15px;
    margin: 20px 0;
    font-style: italic;
}
.note {
    border: 2px solid #ddd;
    padding: 5px;
    font-size: 0.9em;
    color: #666;
    margin-top: 10px;
    background-color: #ddd;
  	border-radius: 0.8em;
}

.text-align-justify {
	text-align: justify;
}
