html {
  font-size: 18px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    text-align: justify;
    background: #fff;
    font-family:'Times New Roman';
}
.fb{
    font-weight:bold;
}



.templateux-overlap {
    z-index: 3;
    margin-top: -98px;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 7px;
    -webkit-box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.2);
}
.pics {
    display: block;
    width: 80px;
    float: left;
}

.dateBox {
    background: #b2f1bb;
    border-radius: 0;
    box-shadow: 3px 3px 0 #C3C3C3;
    color: #383838;
    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;
}