.program .time
{
	font-weight: bold;
    color: #e3001b;
    font-size: 18px;
}

.rect_program
{
	width: 8px;
    height: 8px;
    background-color: #e3001b;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.program
{
	font-size: 14px;
	padding-left: 25px;
	    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;
	}

}
