article.classroom {
	margin-bottom: 50px;
}

article.classroom span{
	font-weight: bold;
	padding-right: 5px;	
}

article.classroom a{
	text-decoration: none;
	color: #000000;
}

article.classroom a:hover{
	text-decoration: underline;
	color: #333333;
}

article.classroom h1{
	font-weight: bold;
	font-size: larger;
}

article.classroom p{
    text-indent: 20px;
    text-align: justify;
	margin-bottom: 20px;
}

article.classromm ul {
    list-style-type: none;
}

article.classromm ul,
article.classromm li {
    margin-bottom: 3em;
    list-style-type: square;
}

.expandable-menu-toggle {
    cursor: pointer;
    padding: 10px;
    color: #fff;
    background-color: #555;
    text-align: left;
    margin-top: 10px;
}

.expandable-menu {
    display: none;
    background-color: #333;
    padding: 10px;
    text-align: left;
}

.expandable-menu a {
    color: #fff;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
}

.expandable-menu a:hover {
    background-color: #575757;
}

table.calendar {
    width: 100%;
    max-width: 800px;
    border-collapse: collapse;
    margin: 0 auto;
}

table.calendar th,
table.calendar td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
    width: calc(100% / 7); /* Ajusta a largura das colunas */
}

table.calendar th {
    background-color: #f2f2f2;
    color: #333;
}

table.calendar td {
    background-color: #fff;
    color: #333;
    vertical-align: top;
    height: 100px; /* Ajusta a altura das células */
}

table.calendar td:hover {
    background-color: #f2f2f2;
}

/* Estilo para a tabela */
.styled-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.8em;
    font-family: Arial, sans-serif;
    min-width: 600px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #333;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 10px;
    border: 1px solid #ddd;
    text-align: center;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #333;
}

.styled-table tbody tr:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}
