body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
}
h1 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 20px;
}
.table-rel {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	padding:5px;
	vertical-align:top;
	width: 100%;
	margin-bottom: 20px;
	border-collapse:collapse;
	border-spacing: 0px 0px;
	box-sizing:border-box;
}
.table-rel > tbody > tr > td {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table-rel > tbody > tr:nth-child(odd) > td,
.table-rel > tbody > tr:nth-child(odd) > th {
	background-color: #f1f1f1;
}
.a-rel {
	color: #428bca;
	text-decoration: none;
	padding-left:20px;
}
.a-rel:hover,
.a-rel:focus {
  color: #2a6496;
  text-decoration: underline;
}
.a-rel:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.margem-esq-8 {
	margin-left: 8%;
	margin-right: 5%;
}
.botao-rel {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.fonte-normal {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
}