
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700);
/* Table Styling */
table.stacks_a {
  background: #FFF;
  color: #024457;
  font-size:14px;
  font-family:Segoe UI;
  width: 100%;
	border: 1px solid #aaf814;
  margin-bottom: 30px;
}
table.stacks_a thead {
  background: transparent linear-gradient(#09C, #069) repeat scroll 0% 0%;
  color: #fff;
}
table.stacks_a thead tr td {
  font-size:17px;
  font-family:'Roboto Slab',Segoe UI;
  text-align:center;
  font-weight: 600;
  padding: 5px;
}
table.stacks_a tbody tr td {
  padding:6px 7px;
}
table.stacks_a tbody tr td:first-child {
  border-right: 1px solid #C65325;
}
table.stacks_a tbody tr {
  border: 1px solid #C65325 !important;
}
table.stacks_a tbody tr:nth-child(odd) {
  background-color: #EAF3F3 !important;
}
/* Doc Content Styling */
.tri_a {
  font-size: 18px;
  font-family: 'Roboto Slab';
  margin-bottom:5px;
}
.tri_b {
  font-size: 16px;
  font-family: 'Roboto Slab';
  margin-bottom:5px;
  margin-top: 35px;
}
.tri_c {
  font-family: Segoe UI;
  font-size:14px;
  margin-bottom:5px;
}
.tri_c strong {
  font-size: 15px;
  font-family: 'Roboto Slab';
}