@import url(https://fonts.googleapis.com/css?family=Droid+Sans|Open+Sans+Condensed:300|Oswald);

body, 
html {
  background-color: #fff;
  font-family: 'Myriad', 'Myriad Pro', 'Droid Sans', 'Oswald', Helvetica, Arial, sans-serif;

  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

* {
	z-index: 10;
}

body {
  background:
        radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.15) 30%, rgba(255,255,255,.3) 32%, rgba(255,255,255,0) 33%) 0 0,
        radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.1) 11%, rgba(255,255,255,.3) 13%, rgba(255,255,255,0) 14%) 0 0,
        radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 17%, rgba(255,255,255,.43) 19%, rgba(255,255,255,0) 20%) 0 110px,
        radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 11%, rgba(255,255,255,.4) 13%, rgba(255,255,255,0) 14%) -130px -170px,
        radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 11%, rgba(255,255,255,.4) 13%, rgba(255,255,255,0) 14%) 130px 370px,
        radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.1) 11%, rgba(255,255,255,.2) 13%, rgba(255,255,255,0) 14%) 0 0,
        linear-gradient(45deg, #343702 0%, #184500 20%, #187546 30%, #006782 40%, #0b1284 50%, #760ea1 60%, #83096e 70%, #840b2a 80%, #b13e12 90%, #e27412 100%);
  background-size: 470px 470px, 970px 970px, 410px 410px, 610px 610px, 530px 530px, 730px 730px, 100% 100%;
  background-color: #840b2a;
  padding: 0.5rem;
  position: relative;
} 

/* background image */
img {
  bottom: 0;
  -webkit-filter: blur(10px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* heading */
h1 {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #dadada;
    border-radius: 4px;
    font-size: 1.5rem;
	font-weight: bold;
    height: 1.2rem;
    margin-bottom: 0.3rem;
    padding: 0.8rem 0.2rem;
    text-align: center;
    width: 96%;
}


/* transaction list */

dd {}

ul {
	clear: both;
	margin: 1rem 0 0 0;
	overflow: auto;
	padding: 0;
}

li {
  background-color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(10,10,10,0.2);
  margin: 0;
  overflow: auto;
  padding: 0;
  width: 96%;
}

li:last-child {
	border: none;
}

li p {
	font-weight: bold;
	margin: 0;
    padding: 0.5em;
}

li div {
    padding: 0 0.5em 0.5em 0.5em;
	font-style: italic;
}

/* form */

input,
textarea {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #dadada;
  border-radius: 4px;
  font-size: 1rem;
  height: 1.2rem;
  margin-bottom: 0.3rem;
  padding: 0.8rem 0.2rem;
  width: 96%;
}

input:focus,
textarea:focus { 
  border-color: #9ecaed;
  box-shadow: 0 0 10px #9ecaed;
  outline: none;
}

textarea {
  height: 2.4em;
  resize:vertical;
}

button {
  background: #f60;
  border: none;
  border-radius: 7px/50%;
  box-shadow: 0 0 3px 0 rgba(90, 90, 90, 0.8);
  color: #fff;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 1rem;
  height: 1.2rem;
  line-height: 0.2rem;
  margin: 0.2rem 3% 1rem 10rem;
  outline: none;
  padding: 0.8rem 1.5rem;
  text-align: center;
  text-decoration: none;
  width: 10rem;
}

button:disabled {
	background-color: rgba(90, 90, 90, 0.8);
	color: #999;
}
