   .jumbotron {
          background-color:unset;
          margin-bottom:unset;
      }
        .jumbotron p{
            font-size:19px;
        }
        .border-date{
            border-top:none;
            border-left:none;
            border-right:none;
        }
        .mt4{
            margin-top:8px;
        }
        .f-15{
            font-size:13px;
        }
        th{
            text-align:center;
            font-size:14px;
            vertical-align: middle !important;
            text-align: center;
        }
        h1{
            font-size:28px;
        }
        .total{
            text-align:center;
            font-weight:bold;
        }
        label{font-weight:bold;}
        @media only screen and (max-width: 600px)  {
            .border-date{
            border-top:none;
            border-left:none;
            border-right:none;
            width:inherit;
        }
        }