/*//@import url(http://fonts.googleapis.com/css?family=Roboto);*/
@import url(http://fonts.googleapis.com/css?family=Maven+Pro);
@font-face {
  font-family: Ubuntu;
}

#logo {
  float: left;
  margin-top: 8px;
}



#company {
  float: right;
  text-align: right;
}
.invoice-header {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #AAAAAA;
}

#details {
  margin-bottom: 20px;
}

#client {
  padding-left: 6px;
  border-left: 6px solid #0087C3;
  float: left;
}

#client .to {
  color: #777777;
}

h2.name {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0;
}

#invoice {
  float: right;
  text-align: right;
}

#invoice h1 {
  color: #0087C3;
  font-size: 2.4em;
  line-height: 1em;
  font-weight: normal;
  margin: 0  0 10px 0;
}

#invoice .date {
  font-size: 1.1em;
  color: #777777;
}


#thanks{
  font-size: 1.6em;
  margin-bottom: 25px;
}


.invoice-footer {
  color: #777777;
  width: 100%;
  height: 30px;

  bottom: 0;
  border-top: 1px solid #AAAAAA;
  padding: 8px 0;
  text-align: center;
}
@media print {
table th, table td {
	padding: 10px;
	background: #EEEEEE;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
}
button {
	display: none;
}
.invoice-footer {
	position: fixed;
    bottom: 0;
    border-top: 1px solid #AAAAAA;
}
}


