/*Overrides for styles that conflict with react*/

.MuiButton-containedPrimary {
    color: white !important;
}

.MuiDivider-fullWidth {
    background-color: #277f31 !important;
}

.react.section svg {
     all: unset;
 }

.react.section tr {
    border: 1px solid #dddddd;
}

.react.section th {
    border-right: none;
    border-left: none;
}

.react .flex-row {
    flex-wrap: initial;
}
