body {
    padding: 0 5px 5px;
}

.bg-purple {
    background-color: transparent;
}

.header {
    margin-top: .5rem !important;
}

.title {
    font-size: 1.2rem;
}

.item {
    font-size: 1rem;
}

.h2, h2 {
    font-size: 1.4rem;
}

.h3, h3 {
    font-size: 1.3rem;
}

table tr {
    font-size: 14px !important;
}

.table td, .table th {
    padding: .55rem;
}

.date-picker {
    top: 0;
    right: -270px;
    width: 250px;
    background: #efefef;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.btn-feedback {
    margin-top: -.4rem;
}

.btn-top-scroll {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99;
    /*font-size: 18px;*/
    /*border: none;*/
    /*outline: none;*/
    /*background-color: red;*/
    /*color: white;*/
    /*cursor: pointer;*/
    /*padding: 15px;*/
    /*border-radius: 4px;*/
}

.btn-top-scroll:hover {
    /*background-color: #555;*/
}