@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../Users/paulalee/.rvm/gems/ruby-3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Users/paulalee/.rvm/gems/ruby-3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Users/paulalee/.rvm/gems/ruby-3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Users/paulalee/.rvm/gems/ruby-3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Users/paulalee/.rvm/gems/ruby-3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Users/paulalee/.rvm/gems/ruby-3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Users/paulalee/.rvm/gems/ruby-3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Users/paulalee/.rvm/gems/ruby-3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Users/paulalee/.rvm/gems/ruby-3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, ../sass/screen.scss */
body {
  margin: 1em;
}

/* line 10, ../sass/screen.scss */
summary {
  background-image: url();
  text-indent: 1em;
}

/* 隱藏summary元素的三角形圖標 */
/* line 15, ../sass/screen.scss */
summary::-webkit-details-marker {
  display: none;
}

/* line 19, ../sass/screen.scss */
input[type=text], select, textarea {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  border-radius: 4px;
}

/* line 27, ../sass/screen.scss */
button[type=button] {
  background-color: #CCCCCC;
  color: white;
  padding: 6px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8em;
  margin: 0px 3px 0px 3px;
}
/* line 36, ../sass/screen.scss */
button[type=button]:hover {
  background-color: #8bc34a;
}

/* line 40, ../sass/screen.scss */
button[type=submit] {
  background-color: #33691e;
  color: white;
  padding: 6px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8em;
  margin: 0px 3px 0px 3px;
  font-size: 1em;
  line-height: 1em;
}
/* line 51, ../sass/screen.scss */
button[type=submit]:hover {
  background-color: #8bc34a;
}

/* line 57, ../sass/screen.scss */
form#productForm label {
  width: 100px;
  margin-top: 5px;
  text-align: justify;
  text-justify: inter-ideograph;
}
/* line 63, ../sass/screen.scss */
form#productForm input {
  margin-top: 5px;
}

/* line 68, ../sass/screen.scss */
fieldset {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  margin-bottom: 2em;
}
/* line 72, ../sass/screen.scss */
fieldset legend {
  background-color: #FFFFFF;
  width: auto;
  margin-top: -0.5em;
  margin-left: 0.5em;
  font-size: 1.6em;
}
/* line 79, ../sass/screen.scss */
fieldset ul {
  margin-left: 20px;
  margin-bottom: 2em;
  margin-top: 2em;
  margin-left: 3em;
}
/* line 84, ../sass/screen.scss */
fieldset ul li {
  line-height: 2em;
  list-style: disc;
}

/* line 92, ../sass/screen.scss */
div#customerlist h1 {
  font-size: 2em;
}
/* line 96, ../sass/screen.scss */
div#customerlist nav {
  width: 100%;
  text-align: right;
}
/* line 99, ../sass/screen.scss */
div#customerlist nav a {
  display: inline-block;
}
/* line 101, ../sass/screen.scss */
div#customerlist nav a:link {
  color: #e65100;
  text-decoration: none;
  background-color: #fbe9e7;
  padding: 3px 5px 3px 5px;
  margin: 1%;
  border-radius: 5px;
  border: #9e9e9e 1px solid;
}
/* line 110, ../sass/screen.scss */
div#customerlist nav a:active {
  color: #e65100;
  text-decoration: underline;
}
/* line 114, ../sass/screen.scss */
div#customerlist nav a:hover {
  color: #e65100;
  text-decoration: underline;
}
/* line 118, ../sass/screen.scss */
div#customerlist nav a:visited {
  color: #e65100;
  text-decoration: none;
  background-color: #fbe9e7;
}
/* line 127, ../sass/screen.scss */
div#quote-content h1 {
  color: #01579b;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  text-indent: 150px;
  height: 100px;
  font-size: 1.8em;
  line-height: 120px;
}
/* line 137, ../sass/screen.scss */
div#quote-content div.customercontent {
  border-bottom: solid 1px #CCCCCC;
  border-top: solid 1px #CCCCCC;
  padding: 5px 0px 5px 0px;
}
/* line 141, ../sass/screen.scss */
div#quote-content div.customercontent p {
  line-height: 1.6em;
  border-left: #ff5722 3px solid;
  display: inline-table;
  padding-right: 2%;
  padding-left: 2%;
  margin-top: 1%;
}
/* line 151, ../sass/screen.scss */
div#quote-content p {
  line-height: 1.4em;
}
/* line 153, ../sass/screen.scss */
div#quote-content p.rightblock {
  text-align: right;
  display: inherit;
  margin-bottom: 5px;
}
/* line 159, ../sass/screen.scss */
div#quote-content ul {
  margin-left: 1em;
  margin-top: 1em;
}
/* line 162, ../sass/screen.scss */
div#quote-content ul li {
  line-height: 1.8em;
}
/* line 166, ../sass/screen.scss */
div#quote-content ul.decimalblock {
  margin-left: 2em;
  margin-top: 1em;
}
/* line 169, ../sass/screen.scss */
div#quote-content ul.decimalblock li {
  line-height: 1.8em;
  list-style: decimal;
}
/* line 174, ../sass/screen.scss */
div#quote-content h3 {
  color: #ff6e40;
  font-size: 1.4em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
/* line 182, ../sass/screen.scss */
div#expensesContainer table, div#expensesContainer td {
  border-collapse: #ff5722;
  border: solid 1px #CCCCCC;
}
/* line 185, ../sass/screen.scss */
div#expensesContainer table th, div#expensesContainer td th {
  border-collapse: collapse;
  border: solid 1px #CCCCCC;
  background-color: #666666;
  line-height: 2em;
  font-size: 1em;
  color: #FFFFFF;
  text-align: center;
}
/* line 194, ../sass/screen.scss */
div#expensesContainer table td, div#expensesContainer td td {
  text-align: center;
  border-collapse: collapse;
  border: solid 1px #CCCCCC;
}
/* line 198, ../sass/screen.scss */
div#expensesContainer table td:nth-child(5), div#expensesContainer td td:nth-child(5) {
  text-align: right;
  padding-right: 3px;
}
/* line 202, ../sass/screen.scss */
div#expensesContainer table td.textalignleft, div#expensesContainer td td.textalignleft {
  text-align: right;
}
/* line 208, ../sass/screen.scss */
div#expenseDetails {
  background-color: #CCCCCC;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 0% 0px 0px 0px;
  left: 0;
  top: 0;
}
/* line 219, ../sass/screen.scss */
div#expenseDetails div#totalContainer p {
  text-indent: 62%;
  margin: 1em 0px 0px 0px;
}
/* line 225, ../sass/screen.scss */
div#expenseDetails a#closeButton {
  background-color: #c62828;
  color: #FFFFFF;
  padding: 3px 5px 3px 5px;
  border-radius: 5px;
  text-decoration: none;
  position: absolute;
  right: 10%;
}
/* line 233, ../sass/screen.scss */
div#expenseDetails a#closeButton a:link {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 237, ../sass/screen.scss */
div#expenseDetails a#closeButton a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 241, ../sass/screen.scss */
div#expenseDetails a#closeButton a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 245, ../sass/screen.scss */
div#expenseDetails a#closeButton a:active {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 251, ../sass/screen.scss */
div.content {
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  background: #f1f8e9;
  transition: 0.5s;
  min-width: 80%;
  padding: 5%;
}
@media (max-width: 360px) {
  /* line 251, ../sass/screen.scss */
  div.content {
    font-size: 1em;
    width: 360px;
  }
}
/* line 263, ../sass/screen.scss */
div.content h1 {
  font-size: 2em;
  color: #33691e;
}
/* line 268, ../sass/screen.scss */
div#addexpense {
  width: 100%;
  margin: 0px;
  font-size: 1em;
}
@media (max-width: 948px) {
  /* line 268, ../sass/screen.scss */
  div#addexpense {
    font-size: 1em;
  }
}
/* line 275, ../sass/screen.scss */
div#addexpense input[type=text], div#addexpense input[type=date], div#addexpense select, div#addexpense button {
  width: 90%;
  margin: 0px 5% 0px 5%;
}
@media (max-width: 360px) {
  /* line 275, ../sass/screen.scss */
  div#addexpense input[type=text], div#addexpense input[type=date], div#addexpense select, div#addexpense button {
    width: 100%;
    font-size: 1.2m;
    line-height: 2em;
    margin-bottom: 1%;
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
    resize: vertical;
  }
}
/* line 288, ../sass/screen.scss */
div#addexpense label {
  margin-top: 2vh;
  margin-bottom: 1vh;
  margin-right: 2vh;
  margin-right: 2vh;
  border-left: solid 5px #7cb342;
  width: auto;
  text-indent: 0.5em;
}
@media (max-width: 360px) {
  /* line 288, ../sass/screen.scss */
  div#addexpense label {
    float: left;
    width: auto;
  }
}
/* line 304, ../sass/screen.scss */
div #detailsContainer input[type=text], div #detailsContainer select, div #detailsContainer textarea {
  width: auto;
}
@media (max-width: 360px) {
  /* line 304, ../sass/screen.scss */
  div #detailsContainer input[type=text], div #detailsContainer select, div #detailsContainer textarea {
    width: auto;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 1%;
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
    resize: vertical;
    float: left;
  }
}
/* line 317, ../sass/screen.scss */
div #detailsContainer.detail {
  background-color: #999999;
}

/* line 322, ../sass/screen.scss */
nav {
  display: inline-block;
  height: 5em;
}
/* line 325, ../sass/screen.scss */
nav a {
  color: #000000;
  margin-right: 0.2em;
  background-color: none;
  border-bottom: dotted #bf360c 2px;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
}
/* line 332, ../sass/screen.scss */
nav a:link {
  text-decoration: none;
}
@media (max-width: 430px) {
  /* line 325, ../sass/screen.scss */
  nav a {
    font-size: 1em;
    line-height: 2em;
  }
}

/* line 341, ../sass/screen.scss */
details {
  border-bottom: dotted 1px #778aa4;
  border-collapse: collapse;
  padding: 5px 0px 5px 0px;
}
/* line 349, ../sass/screen.scss */
details table tr td:nth-child(1) {
  width: 30%;
}
/* line 352, ../sass/screen.scss */
details table tr td:nth-child(2) {
  width: 20%;
}
/* line 355, ../sass/screen.scss */
details table tr td:nth-child(3) {
  width: 10%;
}
/* line 358, ../sass/screen.scss */
details table tr td:nth-child(4) {
  width: 5%;
}
/* line 361, ../sass/screen.scss */
details table tr td:nth-child(5) {
  width: 10%;
}
/* line 364, ../sass/screen.scss */
details table tr td:nth-child(6) {
  width: 10%;
}
/* line 367, ../sass/screen.scss */
details table tr td:nth-child(7) {
  width: 5%;
  text-align: center;
}
/* line 370, ../sass/screen.scss */
details table tr td:nth-child(7) input {
  width: 80%;
}
/* line 374, ../sass/screen.scss */
details table tr td:nth-child(8) {
  width: 10%;
  text-align: center;
}
/* line 377, ../sass/screen.scss */
details table tr td:nth-child(8) input {
  width: 80%;
}

/* line 385, ../sass/screen.scss */
table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: -1px;
}
/* line 391, ../sass/screen.scss */
table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
/* line 394, ../sass/screen.scss */
table tbody tr:hover {
  background-color: #ddd;
}
/* line 397, ../sass/screen.scss */
table tbody tr td {
  border: 1px solid #ddd;
  padding: 3px 8px 3px 8px;
}
/* line 401, ../sass/screen.scss */
table tbody tr td a:link {
  color: #ff7043;
  text-decoration: none;
}
/* line 405, ../sass/screen.scss */
table tbody tr td a:visited {
  color: #ff7043;
  text-decoration: none;
}
/* line 409, ../sass/screen.scss */
table tbody tr td a:hover {
  text-decoration: underline;
}
/* line 412, ../sass/screen.scss */
table tbody tr td a:active {
  text-decoration: underline;
}
/* line 421, ../sass/screen.scss */
table thead tr:nth-child(even) {
  background-color: #f2f2f2;
}
/* line 424, ../sass/screen.scss */
table thead tr:hover {
  background-color: #ddd;
}
/* line 427, ../sass/screen.scss */
table thead tr th {
  border: 1px solid #ddd;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: #ff7043;
  color: white;
}
/* line 438, ../sass/screen.scss */
table#incomelist {
  width: 100%;
  font-size: 1em;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: 430px) {
  /* line 438, ../sass/screen.scss */
  table#incomelist {
    font-size: 1.2em;
    width: auto;
  }
}
/* line 449, ../sass/screen.scss */
table#incomelist tr {
  border-bottom: solid 1px #666666;
  text-align: center;
}
/* line 450, ../sass/screen.scss */
table#incomelist tr:nth-child(even) {
  background-color: #eeeeee;
}
/* line 455, ../sass/screen.scss */
table#incomelist tr th {
  border: solid 1px #FFFFFF;
  text-align: center;
  background-color: #e65100;
  line-height: 2em;
  color: #FFFFFF;
  padding: 0px 5px 0px 5px;
}
/* line 464, ../sass/screen.scss */
table#incomelist tr, table#incomelist td {
  text-align: center;
  padding: 0px 5px 0px 5px;
}
/* line 468, ../sass/screen.scss */
table#incomelist td {
  border-bottom: solid 1px #666666;
  border-right: solid 1px #666666;
}
/* line 471, ../sass/screen.scss */
table#incomelist td:nth-child(12) {
  border-right: solid 0px #666666;
}
/* line 476, ../sass/screen.scss */
table#tablelist {
  border: solid 1px #666666;
  border-collapse: collapse;
}
/* line 480, ../sass/screen.scss */
table#tablelist tr th {
  text-align: center;
}
/* line 482, ../sass/screen.scss */
table#tablelist tr th:nth-child(1) {
  width: 30%;
}
/* line 485, ../sass/screen.scss */
table#tablelist tr th:nth-child(2) {
  width: 20%;
}
/* line 488, ../sass/screen.scss */
table#tablelist tr th:nth-child(3) {
  width: 10%;
}
/* line 491, ../sass/screen.scss */
table#tablelist tr th:nth-child(4) {
  width: 5%;
}
/* line 494, ../sass/screen.scss */
table#tablelist tr th:nth-child(5) {
  width: 10%;
}
/* line 497, ../sass/screen.scss */
table#tablelist tr th:nth-child(6) {
  width: 10%;
}
/* line 500, ../sass/screen.scss */
table#tablelist tr th:nth-child(7) {
  width: 5%;
}
/* line 502, ../sass/screen.scss */
table#tablelist tr th:nth-child(7) input {
  width: 100%;
}
/* line 506, ../sass/screen.scss */
table#tablelist tr th:nth-child(8) {
  width: 10%;
}
/* line 513, ../sass/screen.scss */
table#categoryTable th, table#categoryTable td {
  border: solid 1px #666666;
  text-align: center;
}
/* line 516, ../sass/screen.scss */
table#categoryTable th:first-child, table#categoryTable td:first-child {
  width: 5%;
  text-align: left;
  text-indent: 1em;
}
/* line 521, ../sass/screen.scss */
table#categoryTable th:nth-child(2), table#categoryTable td:nth-child(2) {
  width: 20%;
}
/* line 524, ../sass/screen.scss */
table#categoryTable th:nth-child(3), table#categoryTable td:nth-child(3) {
  width: 20%;
}
/* line 527, ../sass/screen.scss */
table#categoryTable th:nth-child(4), table#categoryTable td:nth-child(4) {
  width: 35%;
}
/* line 530, ../sass/screen.scss */
table#categoryTable th button[type=button], table#categoryTable td button[type=button] {
  background-color: #9e9e9e;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8em;
  margin: 0px 3px 0px 3px;
}
/* line 539, ../sass/screen.scss */
table#categoryTable th button[type=button]:hover, table#categoryTable td button[type=button]:hover {
  background-color: #8bc34a;
}
/* line 545, ../sass/screen.scss */
table#expenseTable {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: 430px) {
  /* line 545, ../sass/screen.scss */
  table#expenseTable {
    font-size: 1.2em;
    width: auto;
  }
}
/* line 553, ../sass/screen.scss */
table#expenseTable th, table#expenseTable td {
  border: solid 1px #666666;
  text-align: center;
}
/* line 559, ../sass/screen.scss */
table#expenseDetailsTable {
  width: 80%;
  margin: 10% auto 0px auto;
}
/* line 562, ../sass/screen.scss */
table#expenseDetailsTable th, table#expenseDetailsTable td {
  border-bottom: solid 1px #666666;
  text-align: center;
  width: 8%;
}
/* line 566, ../sass/screen.scss */
table#expenseDetailsTable th:first-child, table#expenseDetailsTable td:first-child {
  width: 8%;
}
/* line 569, ../sass/screen.scss */
table#expenseDetailsTable th:nth-child(2), table#expenseDetailsTable td:nth-child(2) {
  width: 8%;
}
/* line 572, ../sass/screen.scss */
table#expenseDetailsTable th:nth-child(3), table#expenseDetailsTable td:nth-child(3) {
  width: 8%;
}
/* line 575, ../sass/screen.scss */
table#expenseDetailsTable th:nth-child(4), table#expenseDetailsTable td:nth-child(4) {
  width: 8%;
}
/* line 578, ../sass/screen.scss */
table#expenseDetailsTable th:nth-child(5), table#expenseDetailsTable td:nth-child(5) {
  width: 8%;
}
/* line 581, ../sass/screen.scss */
table#expenseDetailsTable th:nth-child(6), table#expenseDetailsTable td:nth-child(6) {
  width: 8%;
}
/* line 584, ../sass/screen.scss */
table#expenseDetailsTable th.font-red, table#expenseDetailsTable td.font-red {
  color: #c51d1d;
}
/* line 593, ../sass/screen.scss */
table thead tr {
  background-color: #e0e0e0;
  color: #212121;
  line-height: 2em;
}
/* line 600, ../sass/screen.scss */
table tbody td {
  line-height: 2em;
}
/* line 603, ../sass/screen.scss */
table tbody a {
  text-decoration: underline;
}
/* line 605, ../sass/screen.scss */
table tbody a:link {
  color: #006064;
}
/* line 608, ../sass/screen.scss */
table tbody a:hover {
  text-decoration: none;
  color: #00b8d4;
}
/* line 612, ../sass/screen.scss */
table tbody a:visited {
  color: #006064;
}
/* line 615, ../sass/screen.scss */
table tbody a:active {
  text-decoration: none;
  color: #00b8d4;
}
/* line 621, ../sass/screen.scss */
table.insidetable {
  width: 100%;
}
/* line 623, ../sass/screen.scss */
table.insidetable th, table.insidetable td {
  border-bottom: dotted 1px #9e9e9e;
  border-left: none;
  border-right: none;
  border-top: none;
}
/* line 628, ../sass/screen.scss */
table.insidetable th:first-child, table.insidetable td:first-child {
  text-align: center;
  width: 25%;
}
/* line 632, ../sass/screen.scss */
table.insidetable th:nth-child(2), table.insidetable td:nth-child(2) {
  width: 25%;
}
/* line 635, ../sass/screen.scss */
table.insidetable th:nth-child(3), table.insidetable td:nth-child(3) {
  width: 25%;
}
/* line 638, ../sass/screen.scss */
table.insidetable th:nth-child(4), table.insidetable td:nth-child(4) {
  width: 25%;
}
/* line 643, ../sass/screen.scss */
table.insidetable thead tr {
  background-color: transparent;
  color: #999999;
  line-height: 2em;
}
/* line 647, ../sass/screen.scss */
table.insidetable thead tr th {
  background-color: #ff8a65;
}
/* line 654, ../sass/screen.scss */
table#customertable {
  border-collapse: collapse;
  border: 1px solid black;
  width: 100%;
  margin-top: 20px;
}
/* line 659, ../sass/screen.scss */
table#customertable th {
  background-color: #ff6e40;
  border: 1px solid black;
  line-height: 2em;
  text-align: center;
  color: #424242;
  font-size: 1em;
}
/* line 666, ../sass/screen.scss */
table#customertable th td {
  border: 1px solid black;
  border-collapse: collapse;
  line-height: 1.8em;
  text-align: center;
}
/* line 671, ../sass/screen.scss */
table#customertable th td:first-child {
  background-color: #bbdefb;
}
@media (max-width: 430px) {
  /* line 666, ../sass/screen.scss */
  table#customertable th td {
    font-size: 1.2em;
  }
}
/* line 678, ../sass/screen.scss */
table#customertable th:first-child {
  background-color: #e3f2fd;
}
/* line 683, ../sass/screen.scss */
table#customertable tr:nth-child(even) {
  background-color: #eeeeee;
}
/* line 686, ../sass/screen.scss */
table#customertable tr td {
  border: 1px solid black;
  border-collapse: collapse;
  line-height: 2em;
  padding: 3px;
  text-align: center;
  font-size: 1em;
}
/* line 693, ../sass/screen.scss */
table#customertable tr td:first-child {
  background-color: #e6f2fc;
  color: #424242;
}
@media (max-width: 430px) {
  /* line 686, ../sass/screen.scss */
  table#customertable tr td {
    font-size: 1.2em;
  }
}

/* line 705, ../sass/screen.scss */
.font-red {
  color: #c51d1d;
}
