.styled-table {
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 0.9em;    
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}

.styled-table thead tr {
    background-color: var(--convis-theme-color-second);
    color: #ffffff;
    text-align: left;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 3px solid  var(--convis-theme-color-second);
}

.styled-table th,
.styled-table td {
    padding: 5px 10px;
}

table caption {
    font-weight: bold;
    text-align: left;
}

.styled-table > thead > tr > th,
.styled-table  > thead > tr > td,
.styled-table  > tbody > tr > th,
.styled-table  > tbody > tr > td,
.styled-table  > tfoot > tr > th,
.styled-table  > tfoot > tr > td {  
  border-width: 0;
  border-style: none;
}


/* CSS taula horari Aules*/

.taula_url_horari td.classe {
  background-color:#d9edf7 !important;
  text-align:center;
  border:2px solid #ddd;
  font-weight:bold;
  vertical-align:middle;
  overflow:hidden;
}

.taula_url_horari td, .taula_url_horari th {
  width:18%;
}

.taula_url_horari th.hora {
  width:10%;
}


.data-calendar{
  float: left;
  display: block;
  margin-right: 0.8em;
  margin-bottom: 0.3em;
  text-align: center;
  line-height: 100%;
  -webkit-box-shadow: 1px 1px 3px 0 #666;
  -moz-box-shadow: 1px 1px 3px 0 #666;
  box-shadow: 1px 1px 3px 0 #666;
  background: #fff;
  padding-top: 5px;
  .diaset{
    display: block;
    font-size: 12px;
    line-height: 100%;
    margin: auto;
    padding: 0px 15px 0;
  }
  .dia{
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 100%;
    margin: auto;
    padding: 5px 15px;
  }
  .mes{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 100%;
    font-weight: bold;
    background: #bc043c;
    margin: auto;
    padding: 5px 10px;
    color: #fff;
  }

}


#calendar table {
  margin-bottom: 0px !important;
}