/*

@import '3dp/bulma/bulma-init.min.css'
<link rel="stylesheet" href="3dp/bulma/bulma-init.min.css">

*/

@import './bulma-0.9.4.min.css';
/*@import './bulma-1.0.2.min.css';*/

.delete,.modal-close{padding:initial;}
.table.is-hoverable tbody tr:not(.is-selected):hover { background: linear-gradient(to right, #ffecc3, #fff2d2) }
.table th[align=left], .table td[align=left] { text-align:left; }
.table th[align=center], .table td[align=center] { text-align:center; }
.table th[align=right], .table td[align=right] { text-align:right; }
.table th[align=justify], .table td[align=justify] { text-align:justify; }

.has-white-space-nowrap { white-space:nowrap; }
.has-white-space-pre { white-space:pre; }
.has-white-space-pre-wrap { white-space:pre-wrap; }
