.white{
    color: white !important;
}

.sky-blue{
    background-color: #74b9ff !important;
}

.column-border {
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-top: none !important;
    border-bottom: none !important;
}

.column-border-left {
    border-left: 1px solid #fff !important;
    border-top: none !important;
    border-bottom: none !important;
}

.column-border-right {
    border-right: 1px solid #fff !important;
    border-top: none !important;
    border-bottom: none !important;
}

.no-border{
    border-top: none !important;
    border-bottom: none !important;
}

option.opt {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.table-xs td {
    padding: 4px 2px !important;
    font-size: 0.8rem;
}

select > option {
  color: #000000 !important;
}