#orari_table
{
   all: unset;
   display: table;
   box-sizing: border-box;
   border-spacing: 2px;
   border-collapse: collapse;
}

#orari_table tbody
{
   display: table-row-group;
   vertical-align: middle;
   border-color: inherit;
}

#orari_table tr
{
   all: unset;
   display: table-row;
   vertical-align: inherit;
   border-color: inherit;
   color: #000;
}

#orari_table .today
{
   font-weight: bold;
   color: #ED018C !important;
}

#orari_table td
{
   all: unset;
   padding: 0;
}

#orari_table .td_first
{
   all: unset;
   padding-right: 8px;
   display: table-cell;
   vertical-align: inherit;
   
}

.no_newline
{
   display: inline;
}

.slash
{
   font-weight: bold !important;
   color: #ED018C !important;
}

.indent_20
{
   margin-left: 20px;
}