body {
  font-family: "Roboto", sans-serif; }

.main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20%;
  padding-right: 20%;
  background-color: #f2f4f8; }

.header {
  display: flex;
  flex-direction: column; }

.subheader {
  display: flex;
  justify-content: flex-end;
  margin-top: -10px; }

.about {
  font-size: 24px;
  font-weight: 600px;
  margin-top: 40px;
  display: flex;
  flex-direction: column; }

.user-input {
  margin-top: 30px;
  font-size: 36px;
  display: flex;
  justify-content: center; }
  @media (max-width: 900px) {
    .user-input {
      width: 70%; } }

.inner-input-wrapper {
  text-align: center; }
  @media (max-width: 600px) {
    .inner-input-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center; } }

.footer {
  margin-top: auto;
  margin-bottom: 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  @media (max-width: 600px) {
    .footer {
      margin-top: 50px; } }

.borderless-input {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  border-color: gray;
  color: #666;
  background-color: #f2f4f8;
  font-size: 36px;
  margin: 0px 7px 30px 7px;
  width: 300px;
  text-align: center; }
  .borderless-input:focus {
    outline: none; }
  @media (max-width: 600px) {
    .borderless-input {
      margin-bottom: 5px; } }

.select-block {
  width: 27% !important;
  text-align: center !important;
  height: auto !important; }
  @media (max-width: 600px) {
    .select-block {
      width: 80% !important;
      margin: auto auto 10px auto !important; } }

.tax-liability {
  font-size: 32px;
  margin-top: 40px; }
  @media (max-width: 600px) {
    .tax-liability {
      text-align: center; } }

.button-override {
  height: auto !important;
  border-radius: 4px !important;
  font-size: 16px !important; }
  @media (max-width: 600px) {
    .button-override {
      width: 80% !important;
      margin: auto auto 10px auto !important; } }

.tax-amount {
  color: #36c958;
  font-weight: 600; }

.chart {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  width: 90%; }
  @media (max-width: 600px) {
    .chart {
      flex-direction: column;
      align-items: center;
      width: 100%; } }
  .chart .chart-wrapper {
    width: 60%; }
    @media (max-width: 600px) {
      .chart .chart-wrapper {
        width: 100%; } }
  .chart .dept-label-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    width: 30%; }
    @media (max-width: 600px) {
      .chart .dept-label-wrapper {
        width: 100%; } }

.about-text {
  font-size: 16px;
  border-radius: 4px; }

.dept-label {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 4px; }

/*# sourceMappingURL=styles.css.map */
