.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}


.btn-relative {
    padding : 18px 28px;
    width:100%;
    height:100%;
    font-size: 100%;
    display:block;
    line-height:normal;
    -webkit-border-radius: 5%;
       -moz-border-radius: 5%;
            border-radius: 5%;
}

.btn-xxxl {
    padding: 18px 28px;
    font-size: 44px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.btn-xxl {
    padding: 18px 28px;
    font-size: 33px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.btn-xl {
    padding: 18px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}


.custom-range-value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #ffffff;
  background: #007bff;
  line-height: 22px;
  text-align: center;
  border-radius: 3px;
  padding: 5px 10px;
  margin-left: 8px;

}
.custom-range-value::after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #007bff;
    border-bottom: 7px solid transparent;
    content: '';
}

.modal { overflow: auto !important; }