/*!
 * DataTables + Font Awesome integration
 * License: MIT - http://datatables.net/license
 */

/* Stile per la checkbox personalizzata */
input.custom-checkbox[type="checkbox"] {
    /* Aggiungi qui le tue regole CSS personalizzate */
    margin: 0; /* Rimuovi il margine predefinito */
    appearance: none; /* Rimuovi lo stile predefinito del browser */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px; /* Imposta la larghezza desiderata */
    height: 20px; /* Imposta l'altezza desiderata */
    border: 2px solid #ccc; /* Aggiungi un bordo */
    border-radius: 4px; /* Aggiungi angoli arrotondati */
    outline: none; /* Rimuovi l'outline di default */
    cursor: pointer; /* Cambia il cursore al passaggio sopra la checkbox */
  }
  
  /* Stile quando la checkbox è selezionata */
  input.custom-checkbox[type="checkbox"]:checked {
    background-color: #007bff; /* Cambia il colore di sfondo quando la checkbox è selezionata */
    border-color: #007bff; /* Cambia il colore del bordo quando la checkbox è selezionata */
  }
  
  /* Stile per l'etichetta della checkbox */
  input.custom-checkbox[type="checkbox"] + label {
    /* Aggiungi qui le tue regole CSS personalizzate per l'etichetta */
    margin-left: 5px; /* Aggiungi spazio tra la checkbox e il testo dell'etichetta */
  }
  



table.dataTable thead th {
    position: relative;
    background-image: none !important
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #ddd;
    font-size: .8em;
    padding-top: .12em
}

table.dataTable thead th.sorting_asc:after {
    content: "\f0de"
}

table.dataTable thead th.sorting_desc:after {
    content: "\f0dd"
}

div.dataTables_scrollBody table.dataTable thead th.sorting:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {
    content: ""
}

table.table thead th.sorting:after,
table.table thead th.sorting_asc:after,
table.table thead th.sorting_desc:after {
    top: 8px
}

div.dataTables_paginate a.paginate_button.first,
div.dataTables_paginate a.paginate_button.previous {
    position: relative;
    padding-left: 24px
}

div.dataTables_paginate a.paginate_button.last,
div.dataTables_paginate a.paginate_button.next {
    position: relative;
    padding-right: 24px
}

div.dataTables_paginate a.first:before,
div.dataTables_paginate a.previous:before {
    position: absolute;
    top: 8px;
    left: 10px;
    display: block;
    font-family: FontAwesome
}

div.dataTables_paginate a.last:after,
div.dataTables_paginate a.next:after {
    position: absolute;
    top: 8px;
    right: 10px;
    display: block;
    font-family: FontAwesome
}

div.dataTables_paginate a.first:before {
    content: "\f100"
}

div.dataTables_paginate a.previous:before {
    content: "\f104"
}

div.dataTables_paginate a.next:after {
    content: "\f105"
}

div.dataTables_paginate a.last:after {
    content: "\f101"
}

div.dataTables_paginate li.first>a,
div.dataTables_paginate li.previous>a {
    position: relative;
    padding-left: 24px
}

div.dataTables_paginate li.last>a,
div.dataTables_paginate li.next>a {
    position: relative;
    padding-right: 24px
}

div.dataTables_paginate li.first a:before,
div.dataTables_paginate li.previous a:before {
    position: absolute;
    top: 6px;
    left: 10px;
    display: block;
    font-family: FontAwesome
}

div.dataTables_paginate li.last a:after,
div.dataTables_paginate li.next a:after {
    position: absolute;
    top: 6px;
    right: 10px;
    display: block;
    font-family: FontAwesome
}

div.dataTables_paginate li.first a:before {
    content: "\f100"
}

div.dataTables_paginate li.previous a:before {
    content: "\f104"
}

div.dataTables_paginate li.next a:after {
    content: "\f105"
}

div.dataTables_paginate li.last a:after {
    content: "\f101"
}

div.columns div.dataTables_paginate li.first a:before,
div.columns div.dataTables_paginate li.last a:after,
div.columns div.dataTables_paginate li.next a:after,
div.columns div.dataTables_paginate li.previous a:before {
    top: 0
}

div.DTS {
    display: block !important
}

div.DTS tbody td {
    white-space: normal
}

div.DTS div.DTS_Loading {
    z-index: 1
}

div.DTS div.dataTables_scrollBody {
    background: 0 0
}

div.DTS div.dataTables_scrollBody table {
    z-index: 2
}

div.DTS div.dataTables_length,
div.DTS div.dataTables_paginate {
    display: none
}

div.dataTables_wrapper {
    min-height: 150px
}

.dataTables_filter input {
    display: inline-block;
    border-radius: 0 !important;
    box-shadow: none;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s
}

.dataTables_info .select-info {
    display: none
}

.dataTables_processing {
    z-index: 1050
}

:focus {
    outline: 0
}

@font-face {
    font-family: OpenSansRegular;
    src: url(../fonts/opensans-regular-webfont.eot);
    src: url(../fonts/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans-regular-webfont.woff) format('woff'), url(../fonts/opensans-regular-webfont.ttf) format('truetype'), url(../fonts/opensans-regular-webfont.svg#OpenSansRegular) format('svg');
    font-weight: 400;
    font-style: normal
}

body,
html {
    font-family: 'Open Sans', sans-serif
}

html {
    height: 100%
}

textarea {
    resize: vertical
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .6
}

#progress {
    margin: auto;
    position: relative;
    display: none
}

#progress .progress-bar {
    background-image: url(../img/progress.gif)
}

#progress .progress-bar span {
    position: absolute;
    top: 2px;
    left: 47%;
    color: #a20;
    font-weight: 700
}

input[type=file] {
    height: initial;
    margin-bottom: 5px
}

#datetime {
    font-size: 11px;
    font-weight: 400;
    color: #aaa;
    margin: 8px 0 0 0
}

.ui-menu {
    position: fixed
}

.autocomplete,
.ui-autocomplete {
    background: #fff;
    z-index: 10000;
    min-width: 160px;
    padding: 10px;
    margin: 2px;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px
}

.autocomplete .group,
.ui-autocomplete-category {
    font-size: 1.5em;
    background: inherit
}

.autocomplete>div {
    padding: 5px
}

.highlight {
    background: #ff6
}

.autocomplete>div.selected,
.autocomplete>div:hover:not(.group) {
    background: #f5f5f5;
    cursor: pointer
}

.ui-autocomplete-scrollable {
    max-height: 80vh;
    width: 600px;
    overflow-y: auto;
    overflow-x: hidden
}

.ui-autocomplete a {
    color: inherit
}

.square {
    width: 24px;
    height: 24px;
    margin: auto
}

.content {
    padding: 20px 15px
}

.logo:hover,
.navbar a:hover {
    text-decoration: none
}

.no-padding {
    padding: 0 0
}

.box-center {
    width: 600px;
    margin: 7% auto
}

.box-center-large {
    width: 850px;
    margin: 7% auto
}

.box-center .box-body,
.box-center-large .box-body {
    padding: 20px;
    border-top: 0
}

.li-widget a:hover {
    text-decoration: none
}

.clickable {
    cursor: pointer
}

#main_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #555;
    z-index: 9999;
    text-align: center;
    opacity: .9;
    -moz-opacity: .9
}

#main_loading>div {
    position: relative;
    top: 50%;
    color: #333
}

#main_loading>div>i {
    font-size: 300px;
    margin-top: -150px;
    color: #e24e1e
}

#mini-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .15)
}

#mini-loader>div {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    background: transparent url(../img/ajax-loader.gif) top left no-repeat
}

#tiny-loader {
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background: transparent url(../img/ajax-loader.gif) top left no-repeat
}

body .header .logo {
    font-family: inherit
}

.btn-github {
    color: #fff !important;
    background-color: #444 !important;
    border-color: rgba(0, 0, 0, .2) !important
}

.navbar-custom-menu>ul>li>a:active,
.navbar-custom-menu>ul>li>a:focus,
.navbar-custom-menu>ul>li>a:hover {
    filter: brightness(75%)
}

.btn-github.active,
.btn-github:active,
.open .dropdown-toggle.btn-github {
    background-image: none
}

.btn-github.disabled,
.btn-github.disabled.active,
.btn-github.disabled:active,
.btn-github.disabled:focus,
.btn-github.disabled:hover,
.btn-github[disabled],
.btn-github[disabled].active,
.btn-github[disabled]:active,
.btn-github[disabled]:focus,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github,
fieldset[disabled] .btn-github.active,
fieldset[disabled] .btn-github:active,
fieldset[disabled] .btn-github:focus,
fieldset[disabled] .btn-github:hover {
    background-color: #444;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github .badge {
    color: #444;
    background-color: #fff
}

span.form-control {
    background: 0 0;
    border: none
}

.panel-heading.mini {
    padding: 5px 8px
}

.dropdown.col-md-3>.dropdown-menu {
    width: 91.5%;
    left: 15px;
    padding: 5px
}

.input-group-addon {
    padding: 0 12px
}

.colorpicker {
    margin-top: 0
}

#pulsanti.affix {
    top: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 800;
    background: #fff;
    border-bottom: 3px solid #ddd
}

.widget li {
    margin-left: 0;
    list-style-type: none
}

.widget {
    padding: 0;
    margin-bottom: 0
}

.widget.bordered {
    border: 6px dashed #aaa;
    margin: 10px;
    min-height: 200px;
    padding: 4px
}

.close {
    padding-right: 5px;
    position: relative;
    z-index: 1;
    opacity: .4
}

.close:focus,
.close:hover {
    opacity: .8
}

.li-widget button.close:focus,
.li-widget button.close:hover {
    opacity: .3
}

.li-widget button.close {
    padding-right: 5px;
    opacity: .1
}

.ui-tooltip {
    background: #222;
    color: #fff;
    border: 0;
    font-size: 11px
}

.nav-tabs-custom>.nav-tabs.pull-right>li>a.back-btn {
    font-size: 12px;
    color: #fff
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    white-space: normal
}

.nav-tabs-custom>.nav-tabs.pull-right>li>a.back-btn:hover {
    cursor: pointer;
    color: #72afd2
}

.input-searching {
    background: #ffbf91
}

.deleteicon:hover {
    color: #000
}

.deleteicon {
    color: gray;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: -30px;
    bottom: 7px;
    right: 17px;
    float: right;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.input-group-addon {
    min-width: 40px
}

.info-box-icon i {
    color: #fff
}

.info-box-text,
.progress-description {
    white-space: normal;
    overflow: auto;
    font-size: 12px
}

.colorpicker,
.colorpicker * {
    z-index: 9999
}

.signature-pad {
    width: 100%;
    height: 100%;
    font-size: 10px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .27), 0 0 40px rgba(0, 0, 0, .08) inset;
    border-radius: 4px
}

.signature-pad:after,
.signature-pad:before {
    content: "";
    width: 40%;
    height: 10px;
    left: 20px;
    bottom: 10px;
    background: 0 0;
    transform: skew(-3deg) rotate(-3deg);
    box-shadow: 0 8px 12px rgba(0, 0, 0, .4)
}

.signature-pad:after {
    left: auto;
    right: 20px;
    transform: skew(3deg) rotate(3deg)
}

#canvas {
    width: 100%;
    height: 100%;
    min-height: 202px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .02) inset
}

.sidebar-menu li>a>.pull-right-container {
    position: absolute;
    padding: 12px;
    right: 10px;
    top: 50%;
    margin-top: -19px
}

.sidebar-form {
    border-radius: 3px;
    margin: 10px 10px
}

.sidebar-form .btn,
.sidebar-form input[type=text] {
    border: 1px;
    height: 35px;
    transition: all .3s ease-in-out
}

.sidebar-form input[type=text] {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px
}

.sidebar-form .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0
}

.swal2-buttonswrapper .btn {
    margin: 5px
}

.select2-search,
.select2-search__field {
    width: 100% !important
}

.select2-results__option[aria-selected=true] {
    display: none
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    margin: 2px 0 0 2px
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    padding: 4px
}

.input-group-addon.no-padding {
    border: 0
}

.input-group-addon.no-padding>* {
    border-radius: 0
}

div.DTS tbody td,
div.DTS tbody th {
    max-width: 500px
}

input.min-width {
    min-width: 200px
}

input.small-width {
    min-width: 100px
}

.pac-container {
    z-index: 1100
}

.form-control#blob {
    height: auto
}

@media (max-width:480px) {
    #main_loading>div>i {
        font-size: 160px;
        margin-top: -80px
    }
}

@media screen and (max-width:767px) {
    .navbar-left {
        display: none
    }

    .box-center,
    .box-center-large {
        width: 90%;
        margin-top: 20px
    }

    .main-header .logo {
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .signature-pad {
        margin: 10%
    }
}

@media screen and (max-width:992px) {

    .table-bordered>tbody>tr>td,
    .table-bordered>tbody>tr>th,
    .table-bordered>tfoot>tr>td,
    .table-bordered>tfoot>tr>th,
    .table-bordered>thead>tr>td,
    .table-bordered>thead>tr>th {
        word-break: break-all
    }
}

@media screen and (max-width:1024px) {
    .push {
        position: static
    }

    .signature-pad {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        min-width: 250px;
        min-height: 140px;
        margin: 5%
    }
}

.callout a {
    text-decoration: none
}

.dropdown-menu {
    min-width: 130px
}

.img-circle.square {
    box-shadow: 0 0 1px 1px #d3d3d3
}

.select2-dropdown {
    z-index: 2000
}

.after.input-group-addon,
.after.input-group-addon .select2-selection {
    border-radius: 0 4px 4px 0;
    border-left: none
}

.before.input-group-addon,
.before.input-group-addon .select2-selection {
    border-radius: 4px 0 0 4px;
    border-right: none
}

.hide-it-off-screen {
    position: absolute;
    left: -10000px;
    top: -10000px
}

.box-info ul>li>:last-child {
    margin-bottom: 5px
}

.row {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.request .morelink {
    color: #fff;
    font-weight: 700
}

.component-loader {
    position: absolute;
    z-index: 20;
    opacity: .5;
    width: 100%;
    height: 100%;
    background: #fff
}

.component-loader>div {
    position: relative;
    top: 50%;
    color: #333
}

.btn-group-flex {
    display: flex
}

.btn-group-flex .btn {
    flex: 1
}

@media (min-width:1140px) {
    .modal-lg {
        width: 60vw
    }
}

#external-events .fc-event {
    margin-top: 10px;
    padding: 10px;
    cursor: pointer
}

.fc-event-primary {
    background-color: #3a87ad;
    border: 1px solid #3a87ad
}

.fc-event-danger {
    background-color: #dd4b46;
    border: 1px solid #dd4b46
}

.nav-tabs-custom>.nav-tabs>li {
    border-top: 3px solid #ddd
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type.active>a {
    border-right-color: #f4f4f4;
    border-right-width: 1px;
    border-left-width: 0
}

.nav-tabs-custom>.nav-tabs>li.header {
    padding: 0
}

.nav-tabs-custom>.nav-tabs>li {
    margin-bottom: -1px;
    margin-right: 0
}

.ui-autocomplete {
    background: #f6f6f6;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.parsley-errors-list {
    color: red
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eee;
    left: 50%;
    margin-left: -4.5px
}

.timeline>li {
    margin-bottom: 20px;
    position: relative
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li>.timeline-panel {
    width: 50%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .175)
}

.timeline>li.timeline-inverted+li:not(.timeline-inverted),
.timeline>li:not(.timeline-inverted)+li.timeline-inverted {
    margin-top: -60px
}

.timeline>li:not(.timeline-inverted) {
    padding-right: 90px
}

.timeline>li.timeline-inverted {
    padding-left: 90px
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline-badge.primary {
    background-color: #2e6da4 !important
}

.timeline-badge.success {
    background-color: #3f903f !important
}

.timeline-badge.warning {
    background-color: #f0ad4e !important
}

.timeline-badge.danger {
    background-color: #d9534f !important
}

.timeline-badge.info {
    background-color: #5bc0de !important
}

.timeline-title {
    margin-top: 0;
    color: inherit
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0
}

.timeline-body>p+p {
    margin-top: 5px
}

.todo-list ul {
    list-style: none;
    margin-left: 11px
}

.progress .progress-bar span {
    color: #000
}

.attachment-img {
    max-width: 20px;
    max-height: 20px
}

.logo-image {
    max-width: 320px;
    max-height: 60px
}

.has-feedback .form-control {
    padding-right: 6px
}

.direct-chat-text img {
    max-width: 100%
}

.dropzone {
    border: 2px dashed #337ab7;
    border-radius: 5px;
    background: #fff;
    margin-top: 10px
}

.dropzone .dz-message {
    font-weight: 400
}

.dropzone .dz-message .note {
    font-size: .8em;
    font-weight: 200;
    display: block;
    margin-top: 1.4rem
}

div.tip {
    display: inline-block !important
}

.disabled {
    pointer-events: none
}

.checkbox-group input[type=checkbox] {
    display: none
}

.checkbox-group input[type=checkbox]+.btn-group>label span {
    width: 20px
}

.checkbox-group input[type=checkbox]+.btn-group {
    width: 100%;
    display: flex;
    overflow: auto
}

.checkbox-group input[type=checkbox]+.btn-group label:last-child {
    flex-grow: 100
}

.checkbox-group input[type=checkbox]+.btn-group>label span:first-child {
    display: none
}

.checkbox-group input[type=checkbox]+.btn-group>label span:last-child {
    display: inline-block
}

.checkbox-group input[type=checkbox]:checked+.btn-group>label span:first-child {
    display: inline-block
}

.checkbox-group input[type=checkbox]:checked+.btn-group>label span:last-child {
    display: none
}

.control-sidebar {
    top: 50px
}

.control-sidebar {
    padding-top: 10px
}

@media screen and (min-width:1140px) {
    .with-control-sidebar {
        margin-right: 230px
    }

    .control-sidebar-open {
        right: 0;
        display: block !important
    }

    .control-sidebar.control-sidebar-open,
    .control-sidebar.control-sidebar-open+.control-sidebar-bg {
        right: 0
    }
}

.skin-default .nav.navbar-nav li a {
    color: #fff
}

.skin-default .nav.navbar-nav li a:hover {
    background: #222
}

.number-input {
    text-align: right
}

.local-loader {
    position: relative;
    width: 100%;
    height: 0
}

.local-loader>div {
    position: absolute;
    top: 100px;
    z-index: 2;
    opacity: .5;
    width: 100%
}

.div-loading {
    opacity: .5
}

.fc-sat,
.fc-sun {
    background-color: rgba(255, 99, 71, .6) !important
}

.login-box .img-responsive {
    padding: 18px 0 4px
}

.no-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.table-extra-condensed>tbody>tr>td,
.table-extra-condensed>tbody>tr>th,
.table-extra-condensed>tfoot>tr>td,
.table-extra-condensed>tfoot>tr>th,
.table-extra-condensed>thead>tr>td,
.table-extra-condensed>thead>tr>th {
    padding: 2px
}