html {
  font-size: 17.5px;
}

@media (min-width: 768px) {
  html {
    font-size: 17.5px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    text-align: justify;
    font-family:'Times New Roman', sans-serif;
}
.fb{
    font-weight:bold;
}
.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;
}
.pics {
    display: block;
    width: 80px;
    float: left;
}

#pointer {
   
    min-height: 40px;
    position: relative;
    background: #00c957;
}

    #pointer:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 20px solid white;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }
   
   /* #pointer:before {
        content: "";
        position: absolute;
        right: -20px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 20px solid #00c957;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }*/