section#agenda {
	padding-top: 50px;
}

	section#agenda table thead .th {
		background: #154733;
		color: #fff;
		border-bottom: 1px solid #3c765f;
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		width: 100%;
		min-height: 60px;
		border-radius: 10px;
		padding: 5px;
		justify-content: center;
		align-items: center;
	}
section#agenda table thead .th span{
	display: block;
	width: 100%;
}
	section#agenda table th {
		border: none;
		text-align: center;
	}

	section#agenda table tr {
		/* border-bottom: 1px solid #333; */
	}

	section#agenda table td {
		text-align: center;
	}


.bg-light-gray {
	background-color: #f7f7f7;
}

.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6;
}


.bg-sky.box-shadow {
	box-shadow: 0px 5px 0px 0px #00a2a7
}

.bg-orange.box-shadow {
	box-shadow: 0px 5px 0px 0px #af4305
}

.bg-green.box-shadow {
	box-shadow: 0px 5px 0px 0px #4ca520
}

.bg-yellow.box-shadow {
	box-shadow: 0px 5px 0px 0px #dcbf02
}

.bg-pink.box-shadow {
	box-shadow: 0px 5px 0px 0px #e82d8b
}

.bg-purple.box-shadow {
	box-shadow: 0px 5px 0px 0px #8343e8
}

.bg-lightred.box-shadow {
	box-shadow: 0px 5px 0px 0px #d84213
}


.bg-sky {
	background-color: #02c2c7
}

.bg-orange {
	background-color: #e95601
}

.bg-green {
	background-color: #5bbd2a
}

.bg-yellow {
	background-color: #f0d001
}

.bg-pink {
	background-color: #ff48a4
}

.bg-purple {
	background-color: #9d60ff
}

.bg-lightred {
	background-color: #ff5722
}

.padding-15px-lr {
	padding-left: 15px;
	padding-right: 15px;
}

.padding-5px-tb {
	padding-top: 5px;
	padding-bottom: 5px;
}

.margin-10px-bottom {
	margin-bottom: 10px;
}

.border-radius-5 {
	border-radius: 5px;
}

.margin-10px-top {
	margin-top: 10px;
}

.font-size14 {
	font-size: 14px;
}

.text-light-gray {
	color: #63af91;
}

.font-size13 {
	font-size: 13px;
}

.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6;
}

.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}


tfoot p {
    padding-left: 50px;
    position: relative;
}

tfoot p:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 1px;
    width: 40px;
    background: #005938;
}