body {
    background-color: #f5f5f5;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    padding-top: 30px;
    font-color: #333;
}
.title {
    display: inline-block;
}
.welcome {
    font-size: 14px;
    text-align: right;
    padding-top: 10px;
}
.col-xs-6.col-md-6.decimal:after {
    content: ".";
    position: absolute;
    right: 0;
    bottom: 15px;
    font-weight: bold;
    font-size: 20px;
}

#js-daterangepicker {
    cursor: pointer;
}