/* CSS Document */

body, div, img, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt, blockquote, fieldset, legend { margin: 0; padding: 0; border: 0; }

h1, h2, h3, h4, h5, h6, p { margin: 0 0 0 0; }

body {
  /* font-family: 'Work Sans', sans-serif; */
  font-family: 'Questrial', sans-serif;
  color: #777777;
}

div {
  border: 0px dashed red;
  text-align:center;
}

h1 {
  color: #000000;
}

h2 {
  color: #000000;
}

a {
  color: #5eac60;
}

a:hover {
  color: #70b172;
}

#container {
	min-width: 1000px;
	max-width: 1200px;
	height: 600px;
	margin: 0 auto
}

.transactions {
  /* width: 100%; */
  margin: 0 auto;
}

.transactions td {
  border: 1px solid #EEEEEE;
  padding: 6px 10px 6px 10px;
}

.break {
  border-bottom: 1px solid #BBBBBB;
  height: 1px;
  width: 100%;
}

textarea {
  white-space: pre-wrap;
}
