table.open-tijd-tabel tbody tr:nth-child(odd) {
background-color: transparent;
}
table.open-tijd-tabel tr {
border-bottom: none;
} .open-tijd-tabel {
border: none;
border-collapse: collapse;
}
.open-tijd-tabel td {
text-align: left;
padding: 3px 20px 2px 10px;
border: none; }
.open-tijd-tabel th {
text-align: left;
padding: 3px 20px 2px 10px;
border: none;
font-size: larger;
}
table.open-tijd-tabel .current-day { }
.open-tijd-dag {
font-weight: 600;
}
.open-tijd-tabel {
background-color: inherit;
border: inherit;
color: inherit;
}
.phoneline-widget{
display:flex;
}
.fa-headset {
font-size:1.5em;
margin-right:20px;
height:fit-content;
position:relative;
align-self:center;
}
.phone-closed::after {
content:'';
display:block;
width:8px;
height:8px;
background-color:red;
position:absolute;
bottom:0;
left:-2px;
border-radius:50em;
}
.phone-open::after {
content:'';
display:block;
width:8px;
height:8px;
background-color:#00d500;
position:absolute;
bottom:0;
left:-2px;
border-radius:50em;
}
.phoneline-widget-content p{
margin-bottom:0!important;
}