@import "typography.css";
@import "colors.css";

.left-0{
    left: 0!important
}

textarea:focus{
    outline: 0!important;
    box-shadow: 0 0 0 0!important;
}

.table td{
    white-space:initial !important;
}

button:disabled{
    opacity: 0.5;
}