.Agenda {
	background-color : #4B1919;
	color : #F2F0E9;
}

.Agenda > .main {
	padding-left : 5px;
	padding-right : 5px;
}

.flex_container-buttons > button {
	background-color : #f2f0e921;
    font-size : 20px;
    color : #F2F0E9;
    /* width : 120px; */
    border-radius : 1px;
    border : none;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
  }

  .flex_container-buttons {
	display : flex;
    flex-direction : column;
    margin-bottom: 10px;
}

.table {
	display: flex;
	flex-direction : column;
	margin-top: 5px;
}

.table_header {
	display: flex;
	flex-direction : row;
    font-weight: 700;
	background-color :#d8a5a56b;
	border-bottom: 1px solid #f2f0e921;
}

.table_header > div {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}
.table_body {
	display: flex;
	flex-direction : column;
	margin-bottom: 5px;
	margin-top: 5px;
}
.record {
	display: flex;
	flex-direction : row;
	text-align: center;
  }

  .record > div {
    flex-basis : 0;
    flex-grow : 1;
  }