/* here you can put your own css to customize and override the theme */

.button-cell {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    text-align: right !important;
}

.dropdown-menu.language {
    min-width: 60px !important;
    max-width: 60px !important;
    left: 4px !important;
    background-color: #3D3D3D;
}

.dropdown-menu.language::before {
    color: #3D3D3D;
}

th > thead .dark {
  color: white !important;
  text-shadow: none;	
  background-color: #555555 !important;
}