/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

* {
    transition-property: background, background-color, color, border-color, outline-color, box-shadow;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

table th,
table td {
    word-break: keep-all;
    white-space: nowrap;
    vertical-align: middle;
}