html {
  font-size: 17px;
}

@media (min-width: 768px) {
  html {
    font-size: 17px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    text-align: justify;
    font-family: 'Times New Roman', sans-serif;
}
.fb{
    font-weight:bold;
}

.section-grey {
    background-color: #f5f5f5;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}
.dateBox {
    background: #ff0035;
    border-radius: 0;
    box-shadow: 3px 3px 0 #C3C3C3;
    color: #ffffff;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 400;
    height: 40px;
    line-height: 30px;
    margin: 0 6px;
    padding: 3px;
    text-align: center;
    text-shadow: 1px 1px 0 #DCDCDC;
    width: 100px;
}

.more-title {
    width: 100%;
  
   border-bottom:1px solid #dcdcdc;
    border-radius: 5px 5px 0px 0px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    
    padding-left: 10px;
}

.ui-accordion__number {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #ff4b00;
    color: #fff;
    font-size: 18px;
    padding-left: 12px;
    width: 50px;
    height: 100%;
    line-height: 58px;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    -webkit-transition: all .3s;
    transition: all .3s;
}