.program .time
{
	font-weight: bold;
    color: #e3001b;
    font-size: 16px;
}

.rect_program
{
	    width: 8px;
	    height: 8px;
	    background-color: #e3001b;
	    float: left;
	    margin-top: 5px;
	    margin-right: 10px;
}

.program
{
	font-size: 14px;
	padding-left: 0px;
	padding-bottom: 20px;
	
}

.title_program
{
	font-size: 26px;
	border-bottom: 1px solid black;
	font-weight: bold;
	color: #e3001b;
	margin-bottom: 30px;
}

.content_program
{
	padding-left: 62px;
}

.rect_program
{
    margin-left: -25px;
}

@media all and (max-width: 600px) {

.content_program
	{
		padding-left: 0px;
	}

}


th, td {
    padding: 2px;
    text-align: left;

}
td:hover {
background-color: #f5f5f5;
}

th {
    background-color: #4CAF50;
    color: white;
    height: 50px;
    font-size: 20px;
}




p{
text-align: justify;
padding-left: 3px;
}
td span {
	font-weight: 800;
	text-align: justify;
}

td.time {
	width: 10%;
	}

td {
width: 45%;
 vertical-align: top;
}

.table {
	.table-responsive
    	table-layout: auto;
}


td.data {
    color: #333333;
    height: 50px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    padding-top: 10px;
}
