/*load Heisterkamp Futura font*/
@font-face {
    font-family: "Futura";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/futuraxk-webfont.woff") format("woff"),
        /* IE */ url(../fonts/FUTURAXK.TTF) format("truetype");
}

@font-face {
    font-family: "Futura";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/futurab-webfont.woff") format("woff"),
        /* IE */ url(../fonts/FUTURAB.TTF) format("truetype");
}

@font-face {
    font-family: "Futura";
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/futurabi-webfont.woff") format("woff"),
        /* IE */ url(../fonts/FUTURABI.TTF) format("truetype");
}

@font-face {
    font-family: "Futura";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/futural-webfont.woff") format("woff"),
        /* IE */ url(../fonts/FUTURAL.TTF) format("truetype");
}

@font-face {
    font-family: "Futura";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/futurali-webfont.woff") format("woff"),
        /* IE */ url(../fonts/FUTURALI.TTF) format("truetype");
}

/*
* Header styles
*/
#header .nav-right > li,
#header .nav-left > li {
    margin-top: 3px;
}

#header .nav-right > li > a,
#header .nav-left > li > a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 20px;
    padding: 0 10px;
    display: inline-block;
    position: relative;
}

#header .branding a.brand {
    line-height: 23px;
}

#header .branding.scheme-light .brand {
    height: 25px;
    background-position: left;
    margin: 2px 0 2px 7px;
}

#header.scheme-light .nav-right > li > a,
#header.scheme-light .nav-left > li > a {
    line-height: 25px;
}

#header ul li {
    font-size: 12px;
}

#header .nav-right > li.nav-profile > a,
#header .nav-left > li.nav-profile > a {
    font-size: 11px;
}

/*distance from menu*/
.appWrapper.aside-fixed #sidebar,
.appWrapper.header-fixed.aside-fixed #content {
    top: 25px !important; /*important for overriding main css*/
}

/*override general styles*/
.trucks .tile .tile-header h1 {
    font-size: 17px;
    line-height: 18px;
    /*font-family: "Futura" !important;*/
    font-style: normal;
    font-weight: 400 !important;
}

.trucks .table.table-custom > tbody > tr td.messageTD {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 1px;
}
.trucks .table.table-custom > tbody > tr td.prewarp,
div#messageModal p.prewarp {
    white-space: pre-wrap;
}

/*tiles*/
.trucks .tile,
.trucks .tile-header {
    /*border: solid 1px #efefef;*/
    background-color: #fff;
}

.trucks div#leftContainer .tile {
    background-color: transparent;
}

.trucks div.dataTables_length label {
    margin-bottom: 0;
    text-transform: capitalize !important;
}

/*
*tables
****/

table.table {
    width: 100%;
}

/*Info above table*/
div.table-info {
    padding: 2px;
    background-color: #f6f6f6;
    display: block;
    overflow: visible;
    left: auto;
    min-height: 28px;
    clear: left;
}

.table-info.flex .top-left > div,
.table-info.flex .top-right > div,
.table-info.flex > div {
    display: inline-flex;
}

@media screen and (min-width: 768px) {
    div.table-info.flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .table-info.flex .top-left > div,
    .table-info.flex .top-right > div,
    .table-info.flex > div {
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }
}

.trucks .table-info input,
.trucks .table-info select {
    padding: 0;
    font-size: 11px;
    line-height: 1;
    height: 22px;
}

.trucks .label_green {
    color: #019541;
}
.trucks .label_light_green {
    color: #c7d401;
}
.trucks .label_yellow {
    color: #ecdc14;
}
.trucks .label_orange {
    color: #e96509;
}
.trucks .label_red {
    color: #e20612;
}

.table-info .top-right > div.advancedFilterSearch,
.table-info .top-right > div.advancedFilterColumnClear {
    display: none;
}

div.table-info,
div.table-info .dataTables_length,
div.table-info .dataTables_filter,
div.table-info .dataTables_info,
div.table-info .dataTables_processing,
div.table-info .dataTables_paginate {
    font-size: 11px;
    margin-top: 0;
    color: #7a8a92;
    line-height: 1;
}

.table-info label {
    margin-bottom: 0;
}

div.table-info .dataTables_length,
div.table-info .dataTables_filter,
div.table-info .dataTables_info,
div.table-info .dataTables_processing,
div.table-info ul.pagination {
    padding-top: 0;
    margin-top: 0;
}

div.table-info ul.pagination li a {
    height: 22px;
}

.advancedFilter.btn,
div.table-info .top-left button {
    border: 1px solid #c7c7c7;
    background-color: #fff;
    border-radius: 2px;
    padding: 3px 4px;
    height: 95%;
    font-size: inherit;
}

.trucks .advancedFilter.btn,
.trucks div.table-info .top-left button {
    height: 23px;
}

.advancedFilter.btn:hover,
div.table-info .top-left button:hover {
    background-color: #989898;
    border-color: #878787;
    color: white;
    transition: 500ms;
}

.advancedFilterColumn,
.advancedFilterSearch,
.advancedFilterTT,
.advancedFilterSold {
    margin-right: 5px;
}

/* Trailer page*/
.advancedFilterTT::after,
.advancedFilterSold::after {
    display: inline-flex;
    align-items: center;
    padding-right: 5px;
}
.advancedFilterTT::after {
    content: "Track&Trace";
}
.advancedFilterSold::after {
    content: "Sold";
}
.advancedFilterOldCars::after {
    content: "Old cars";
}

/*Truck page*/
.advancedFilterColumn::before,
.advancedFilterSearch::before,
.advancedFilterColumnClear::before {
    align-items: center;
    display: flex;
}
.advancedFilterColumn::before {
    content: "Filter by column";
}
.advancedFilterSearch::before {
    content: "General search";
    padding-right: 5px;
}
.advancedFilterColumnClear::before {
    content: "Remove filters";
}
#sold.hideSold {
    color: #e03a3e;
}

div.table-info .top-right > *:last-child {
    margin-left: 4px;
}

.bootstrap-datetimepicker-widget {
    z-index: 20;
}

div.table-info div.centered {
    display: inline-flex;
    z-index: 5;
}

@media screen and (min-width: 768px) {
    div.table-info div.centered {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
        top: 2px; /* Fix for IE*/
    }
}

div.dataTables_length select {
    width: auto;
}

/*Tabs*/
.tab-header.tile-header {
    padding: 0;
}
.tab-header.tile-header H1 {
    padding: 4px 7px;
}
@media screen and (min-width: 768px) {
    .tab-header.tile-header .flex-content {
        display: flex;
    }
}

ul.tabs {
    margin: 3px 0 0;
    padding: 0;
}
.tile-header ul.tabs {
    margin-left: 2px;
}
ul.tabs li {
    display: inline-block;
    height: 100%;
}
ul.tabs li a {
    display: inline-flex;
    align-items: center;
    height: 100%;
    background-color: #fbfbfb;
    border: solid #f2f2f2;
    border-width: 1px 1px 0 1px;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    padding: 0 1em 0 1em !important;
    color: #7d8ea0;
    font-size: 0.95em;
}
ul.tabs li a:hover {
    background-color: #f2f2f2;
    border-color: #e3e3e3;
    color: #0067a6;
}
ul.tabs li.active a {
    background-color: #e4e4e4;
    /*background-color: #0067A6;*/
    border-color: #a5bbc7;
    color: #0067a6;
    text-decoration: none;
}

#processingBar, /*Loading bar within map*/
.dataTables_wrapper .dataTables_processing {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    transform: translatey(-50%);
    font-size: 2em;
    background: rgba(202, 215, 220, 0.8);
    text-align: center;
    color: white;
    height: 40px;
}

#processingBar i,
.dataTables_wrapper .dataTables_processing i {
    top: 25%;
    transform: translatey(-25%);
    position: absolute;
}

.align-right {
    text-align: right;
}

.trailerInformationTable td {
    width: 15em;
}

.headerCenter {
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 10%);
    color: #7e7e7e;
}

.headerCenter i {
    color: #b2b2b2;
}

.month {
    font-size: small !important;
}

thead {
    /*background-color:#CAD7DC;*/
    background-color: #0067a6;
    /*!*background-color: #8697a1;*!*/
    /*background-color: #4e5c74;*/
    color: #fff;
}
thead input {
    color: #757575;
}

.trucks thead th {
    font-weight: 400 !important;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    border-radius: 0 !important;
}

.table.table-custom > thead > tr th {
    padding: 4px 8px 8px;
}

/*Sorting icon*/
.trucks .table.table-custom > thead > tr td.sorting::after,
.trucks .table.table-custom > thead > tr td.st-sort-ascent::after,
.trucks .table.table-custom > thead > tr td.st-sort-descent::after,
.trucks .table.table-custom > thead > tr th.sorting::after,
.trucks .table.table-custom > thead > tr th.st-sort-ascent::after,
.trucks .table.table-custom > thead > tr th.st-sort-descent::after {
    top: 7px;
    right: 1px;
}

.trucks table.dataTable thead th.sorting::after,
.trucks table.dataTable thead th.sorting_asc::after,
.trucks table.dataTable thead th.sorting_desc::after {
    top: 8px;
    right: 1px;
    padding-left: 2px;
}

.trucks .table.table-custom > thead > tr td.sorting::after,
.trucks .table.table-custom > thead > tr th.sorting::after {
    color: #8bb9d6;
}

.trucks table.dataTable tbody tr.even {
    background-color: #f5f5f5;
}

.trucks #trucks-table table.dataTable tbody tr:hover {
    background-color: #e7f1f6 !important;
}

.trucks .dataTables_wrapper table.table-custom > thead td.sorting,
.trucks .dataTables_wrapper table.table-custom > thead th.sorting,
.trucks .dataTables_wrapper table.table-custom > thead td.sorting_asc,
.trucks .dataTables_wrapper table.table-custom > thead td.sorting_desc,
.trucks .dataTables_wrapper table.table-custom > thead th.sorting_asc,
.trucks .dataTables_wrapper table.table-custom > thead th.sorting_desc,
.trucks .table.table-custom > thead > tr td,
.trucks .table.table-custom > thead > tr th,
.trucks .table.table-custom > tfoot > tr td,
.trucks .table.table-custom > tfoot > tr th {
    padding-bottom: 4px;
}

#trucks-table > tbody > tr,
#trailers-table > tbody > tr,
#unread-table > tbody > tr,
#recent-table > tbody > tr,
#sent-table > tbody > tr,
#trailer-sensor-table span.sensor-name {
    cursor: pointer;
}

.trucks table.dataTable tbody tr.row_selected {
    background-color: #8bb9d6;
    color: #333;
}

/*when row selected thead styling*/
#truck-position-table thead,
.table-custom thead td.sorting_asc,
.table-custom thead td.sorting_desc,
.table-custom thead th.sorting_asc,
.table-custom thead th.sorting_desc,
.table-custom thead td.sorting:hover,
.dataTables_wrapper table.table-custom > thead th.sorting:hover {
    color: inherit !important;
    background-color: #4590be !important;
    border-color: inherit !important;
    border-width: 1px !important;
}

.table-custom thead td.sorting_asc,
.table-custom thead td.sorting_desc,
.table-custom thead th.sorting_asc,
.table-custom thead th.sorting_desc {
    font-weight: 700 !important;
}

/*Date navigation styling*/

div.truckMessagesDate {
    text-align: center;
    color: #616f77;
    font-size: 12px;
}

#truck-position-table_wrapper .truckPositionDate:first-child {
    top: 5px;
}

#truck-position-table + .truckPositionDate {
    padding-top: 5px;
    margin: 0 auto;
    width: 250px;
}

/*override bootstrap gutters*/
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/*remove margin from bottom tables*/
.dataTables_wrapper .dataTables_scroll {
    margin-bottom: 0;
}
.dataTables_wrapper .dataTables_info {
    padding-top: 0;
    padding-left: 2px;
}
.dataTables_wrapper .dataTables_paginate {
    margin-top: 0;
    padding-top: 0;
}
div.dataTables_paginate ul.pagination {
    margin-right: 0;
    margin-bottom: 0;
}
.dataTables_wrapper .pagination > li > a,
.dataTables_wrapper .pagination > li > span {
    padding: 2px 8px;
}
.paginate_button.disabled a {
    color: #bbb;
}

/*Class for tabs that do not contain a  data table*/
.no-data-table {
    padding: 0 0 5px;
    font-size: 1.05em;
}

.no-data-table table {
    margin: 0 15px;
}

.no-data-table td {
    padding: 2px 6px;
}

.no-data-table td:first-child {
    padding-left: 0;
}

.no-data-table td:nth-child(even) {
    font-weight: 600;
}

#options td:nth-child(even) {
    font-weight: normal;
}

.assign-arrows {
    text-align: center;
    padding-top: 35px;
}

.span-left {
    float: left;
}

.documentDownload {
    display: inline;
    position: relative;
}

.columnFilter {
    width: 100%;
    height: 100%;
    font-size: xx-small;
    position: relative;
    display: flex;
    margin: 0 !important;
    padding: 0 0 0 3px !important;
    border: 1px #8b8b8b;
    border-radius: 1px;
}

.columnFilter::-webkit-input-placeholder {
    color: #8a8a8a;
}

.columnFilter:-moz-placeholder {
    color: #8a8a8a;
}

.columnFilter::-moz-placeholder {
    color: #8a8a8a;
}

.columnFilter:-ms-input-placeholder {
    color: #8a8a8a;
}

.filterRow {
    background-color: #adadad;
    display: none;
}

.filterRow > th {
    border: 0 !important;
    height: 1.5em;
    padding: 2px 0 2px 1px !important;
}

#trucks-table > thead > tr > th {
    background-color: #ffffff !important;
}

#trailers-table > thead > tr > th {
    background-color: #ffffff !important;
}

/*override jquery datatable */
.dataTables_wrapper .dataTables_info {
    padding-top: 2px;
}

.mapVehicleLabel {
    display: flex !important;
    justify-content: center;
    align-content: center;
    background-color: white;
    /*border: 1px solid #9b9b9b;*/
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 1px;
}

/*Give tables smaller padding*/
.trucks .table.table-custom > tbody > tr td {
    padding: 3px 6px !important;
}

.trucks .tab-content .tab-pane {
    padding: 0;
}

.anarrow {
    cursor: pointer;
}

.float-none {
    float: none;
}

.no-pointer {
    cursor: default;
}

.switchPaddingTop {
    padding-top: 8px;
}

#messages .dataTables_scrollBody {
    overflow-x: hidden !important;
}
.dataTables_scrollBody > .dataTable {
    margin: 0 !important;
}

.btnTopheader {
    margin-right: 0 !important;
    height: 100%;
}

#appendDetails tbody tr:nth-child(even) {
    background: #ccc;
}

#appendDetails tbody tr:nth-child(odd) {
    background: #fff;
}

.table-big thead th,
.table-big tbody td {
    font-size: 10px;
    white-space: nowrap;
}

.tile-no-padding {
    padding: 0 !important;
}

#messagesTruckSelected {
    display: none;
}

.leaflet-popup-content-wrapper,
.leaflet-div-icon {
    color: #000000;
}

.none {
    display: none !important;
}

#datetimepicker1 {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 60px;
    margin: 0;
    padding: 0;
}

.datepicker .datepicker-days table tr td {
    font-size: 14px !important;
    color: rgb(0, 0, 0);
    font-weight: 400;
}

/*Selected day*/
.datepicker td.active {
    background: #0067a6 !important;
    color: white !important;
    border-radius: 2px !important;
}
/*Highlight today*/
.datepicker td.today {
    background: #cad7dc;
    border-radius: 2px !important;
}

.pageheader {
    margin-bottom: 10px;
}

/*'animationbar'*/
#animationBar {
    position: absolute;
    z-index: 400;
    display: flex;
    justify-content: space-between;
    background: #fff;
    top: 5px;
    margin: 0 auto;
    width: 80%;
    max-width: 400px;
    left: 0;
    right: 0;
    font-size: 11px;
    padding: 2px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    color: #616f77;
    flex-wrap: wrap;
}

#animationBar i.fas {
    font-size: 12px;
}
#animationBar .btn-group button {
    background-color: #e7ecee;
    color: rgb(153, 152, 152);
}
#animationBar .btn-group button i.fas {
    font-size: 10px;
}
#animationBar .btn-group button:hover {
    background-color: #0067a6;
    color: white;
}
#animationBar input#datetimepickermaster {
    width: 115px;
}

@media screen and (min-width: 990px) and (max-width: 1688px) {
    #animationBar {
        width: 100%;
        max-width: 100%;
        top: 0;
        box-shadow: none;
        border-radius: 0;
    }
}

#unread-table,
#trucks-table {
    margin-left: 0 !important;
}

#trucks-table tr td:first-of-type {
    text-align: left;
}

.color-blue {
    color: #0067a6;
}

.activity-color-red,
.hours-color-red,
.activity-color-red {
    color: #e03a3e;
}
.activity-color-orange {
    color: #ed9b40;
}

.message-unread {
    font-weight: 800 !important;
}

.tile {
    color: #393939;
}

#datetimepickermaster,
.datetimepickercopy {
    text-align: center;
}

.inline-block {
    display: inline-block;
    position: relative;
}

.ui-autocomplete {
    z-index: 5000;
}

.loginInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: darkgrey !important;
}

.loginInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: darkgrey !important;
    opacity: 1;
}

.loginInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: darkgrey !important;
}

.loginInput:-ms-input-placeholder {
    /* Microsoft Edge */
    color: darkgrey !important;
}

.loginInput:-webkit-autofill,
.loginInput:-webkit-autofill:hover,
.loginInput:-webkit-autofill:focus {
    -webkit-text-fill-color: #000000;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.loginInput {
    border: 1px solid #e7e9f1 !important;
}

.loginInput::-webkit-input-placeholder, /* WebKit, Blink, Edge */
.loginInput:-ms-input-placeholder, /* Internet Explorer 10-11 */
.loginInput:-ms-input-placeholder, /* Microsoft Edge */
.loginInput:-moz-placeholder, /* Mozilla Firefox 4 to 18 */
.loginInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: darkgrey !important;
    opacity: 1;
}

/*For search options above tile*/
.search-options {
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}
.search-options.no-shadow {
    box-shadow: unset;
}
.search-options .fa:not(.fa-cog) {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-right: 3px;
}
.search-options > div {
    margin-right: 8px;
}
.search-options div.loading {
    align-self: flex-end;
}

.customerFieldIndex {
    z-index: 100;
}

/*Form styles*/
textarea.no-resize {
    resize: none;
}

/*HKP BG styles*/
.dark-blue-bg {
    background-color: #00263d;
    color: #c5c5c5;
}
.grey-bg {
    background-color: #c6c6c6;
}
.blue-bg {
    background-color: #0067a6;
    color: white;
}
.light-grey-bg {
    background-color: #efefef;
}

/*Lay-out styles*/
.flex {
    display: flex;
}
.space-between {
    justify-content: space-between;
}
.flex .center-content,
.flex.center-content {
    align-content: center;
    align-items: center;
}
.align-flex-end {
    align-items: flex-end;
}
.justify-flex-end {
    justify-content: flex-end;
}

.display-none {
    display: none;
}
.relative {
    position: relative;
}

/*Modals*/
/*Vertically aligned modals*/
.modal-center {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .modal-center:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal-center .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*Message modal*/
div#messageModal p.message {
    background-color: #f2f2f2;
    min-height: 50px;
    max-height: 600px;
    overflow-y: auto;
    padding: 5px;
    clear: both;
}
div#messageModal div.ml-auto {
    margin-top: 27px !important;
}
/*Give tile buttons background-colors*/
ul.controls li {
    background-color: #e7ecee;
    border-top: 1px ridge rgba(0, 0, 0, 0.06);
}
ul.controls li.active {
    background-color: #d3d9dc;
}
ul.controls li:last-child {
    border-right: 1px ridge rgba(0, 0, 0, 0.06);
}
ul.controls li:active {
    background-color: #c0cdd2;
}
ul.controls li:hover,
ul.controls li.selected {
    background-color: #0067a6;
    cursor: pointer;
}
.trucks .tile .tile-header ul.controls > li > a {
    color: rgb(153, 152, 152);
    font-size: 12px;
    line-height: 28px;
}
.tile .tile-header ul.controls > li:hover > a,
.tile .tile-header ul.controls > li.selected > a {
    color: white;
}

div.dataTables_filter input {
    max-width: 140px;
}

/*Header filter row styling*/
tr.filter-row {
    background-color: #dbe0e2;
}

.table > thead > tr.filter-row td,
tr.filter-row tr td {
    padding: 2px 3px;
    border-top: none;
    border-bottom-color: #c6c6c6;
}

tr.filter-row input.form-control {
    border: 1px solid #b8b8b8;
    width: 100%;
    font-size: 1.15em;
    font-weight: 400;
}

/* Error messages */
.error-message {
    color: red;
    font-style: italic;
}

.italicRow {
    font-style: italic;
}

.finishedRow {
    color: #a9a9a9;
}

.leaflet-top .leaflet-control {
    margin-top: 30px !important;
}

/* Documents button */
.table-info.documents {
    justify-content: flex-start;
}

.table-info.documents .top-left,
.table-info.documents .top-right {
    flex: 1;
}

.table-info.documents .top-right {
    justify-content: flex-end;
}

.table-info.documents .top-right > * {
    order: 1;
}

.table-info.documents .top-right > .dt-button {
    display: none;
    margin: auto;
    order: 0;
    border: 1px solid #c7c7c7;
    background-color: #fff;
    border-radius: 2px;
    padding: 3px 4px;
    height: 23px;
    font-size: inherit;
}

@media (min-width: 920px) {
    .table-info.documents .top-right > .dt-button {
        display: block;
    }
}

.table-info.documents .top-right > .dt-button:hover {
    background-color: #989898;
    border-color: #878787;
    color: white;
    transition: 500ms;
}

.table-info.documents .centered {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}

.table-info:not(.documents) .top-right .download-all-extra {
    display: none !important;
}

.appendModules .beta {
    font-size: 10px !important;
    padding: 0.2rem .5rem .4rem;
    vertical-align: text-top;
}

td .beta {
    margin-right: .2rem;
}